[MPlayer-cvslog] r29933 - trunk/configure

diego subversion at mplayerhq.hu
Wed Nov 18 19:07:55 CET 2009


Author: diego
Date: Wed Nov 18 19:07:54 2009
New Revision: 29933

Log:
Add #defines for FFMPEG_LICENSE and FFMPEG_CONFIGURATION to config.h.
This is necessary to sync up with some recent FFmpeg changes.

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Wed Nov 18 18:16:02 2009	(r29932)
+++ trunk/configure	Wed Nov 18 19:07:54 2009	(r29933)
@@ -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


More information about the MPlayer-cvslog mailing list