diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-05-27 14:07:44 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-05-27 14:07:44 +0000 |
commit | 0fd5a1b935366fba04f9744b4cdeb29f7febd7cb (patch) | |
tree | 25c8c86534f74ce490725f1643a7490279d1c613 | |
parent | faed2a7f8fd545d910f3a346077a208dcb8c8334 (diff) | |
download | ffmpeg-0fd5a1b935366fba04f9744b4cdeb29f7febd7cb.tar.gz |
Exit with error when running libavtest and not configured with --enable-gpl.
Originally committed as revision 9141 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | tests/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile b/tests/Makefile index b1ce7efc65..a17e9616db 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -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) |