From 0fd5a1b935366fba04f9744b4cdeb29f7febd7cb Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sun, 27 May 2007 14:07:44 +0000 Subject: Exit with error when running libavtest and not configured with --enable-gpl. Originally committed as revision 9141 to svn://svn.ffmpeg.org/ffmpeg/trunk --- tests/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') 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) -- cgit v1.2.3