This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
Exit with error when running libavtest and not configured with --enable-gpl.
Originally committed as revision 9141 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Diego Biurrun
18 years ago
parent
faed2a7f8f
commit
0fd5a1b935
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
tests/Makefile
+ 1
- 0
tests/Makefile
View File
@@ -36,6 +36,7 @@ libavtest:
@echo
@echo "This test requires FFmpeg to be compiled with --enable-gpl."
@echo
@exit 1
endif
ifeq ($(CONFIG_SWSCALER),yes)
Write
Preview
Loading…
Cancel
Save