- 04 Aug, 2019 1 commit
-
-
Rodger Combs authored
This avoids using the CUDA SDK at all; instead, we provide a minimal reimplementation of the basic functionality that lavfi actually uses. It generates very similar code to what NVCC produces. The header contains no implementation code derived from the SDK. The function and type declarations are derived from the SDK only to the extent required to build a compatible implementation. This is generally accepted to qualify as fair use. Because this option does not require the proprietary SDK, it does not require the "--enable-nonfree" flag in configure. Signed-off-by: Timo Rothenpieler <timo@rothenpieler.org>
-
- 12 Oct, 2017 1 commit
-
-
James Almer authored
Regression since 6dfcbd80Tested-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: James Almer <jamrial@gmail.com>
-
- 10 Oct, 2017 1 commit
-
-
James Almer authored
Remove the SDL_main define from the global cflags but not from the ffplay cflags, and the -mwindows linker option from extralibs instead of overriding it with the addition of -mconsole. Reviewed-by: wm4 <nfxjfg@googlemail.com> Signed-off-by: James Almer <jamrial@gmail.com>
-
- 10 Sep, 2017 1 commit
-
-
Diego Biurrun authored
Signed-off-by: James Almer <jamrial@gmail.com>
-
- 21 Jun, 2017 2 commits
-
-
Diego Biurrun authored
(Cherry-picked from libav commit 3c0efbd0) Signed-off-by: James Almer <jamrial@gmail.com>
-
Diego Biurrun authored
None of them are specific to the YASM assembler. (Cherry-picked from libav commit 39e208f4) Signed-off-by: James Almer <jamrial@gmail.com>
-
- 18 May, 2017 1 commit
-
-
James Almer authored
It's not used by anything, has dubious usefulness, the reasons for which it was introduced are no longer valid, and only serves to add complexity to the build system. Signed-off-by: James Almer <jamrial@gmail.com>
-
- 15 May, 2017 1 commit
-
-
Timo Rothenpieler authored
Original work by Yogender Gupta <ygupta@nvidia.com>
-
- 05 May, 2017 1 commit
-
-
James Almer authored
Regression since 6fdd35a3
-