diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2009-11-18 18:07:54 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2009-11-18 18:07:54 +0000 |
commit | dd3bf9897d6eb248c938c9d91fbc3f83ef01a504 (patch) | |
tree | 9d2616f6f681e006a709e9a8451f02785f015641 | |
parent | 6ef6b3c1e23509e60f0c9f0d76a8248815cd9146 (diff) |
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
-rwxr-xr-x | configure | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |