From dd3bf9897d6eb248c938c9d91fbc3f83ef01a504 Mon Sep 17 00:00:00 2001 From: diego Date: Wed, 18 Nov 2009 18:07:54 +0000 Subject: [PATCH] Add #defines for FFMPEG_LICENSE and FFMPEG_CONFIGURATION to config.h. This is necessary to sync up with some recent FFmpeg changes. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29933 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure b/configure index dfbbe85ab1..c2b3de83da 100755 --- a/configure +++ b/configure @@ -8925,6 +8925,9 @@ $def_ebx_available #define HAVE_EBP_AVAILABLE 0 #endif +#define FFMPEG_CONFIGURATION "--enable-gpl --enable-postproc" +#define FFMPEG_LICENSE "GPL version 2 or later" + /* External libraries used through libavcodec. */ $def_faac_lavc $def_libdirac_lavc