summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-11-18 18:07:54 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-11-18 18:07:54 +0000
commitdd3bf9897d6eb248c938c9d91fbc3f83ef01a504 (patch)
tree9d2616f6f681e006a709e9a8451f02785f015641 /configure
parent6ef6b3c1e23509e60f0c9f0d76a8248815cd9146 (diff)
downloadmpv-dd3bf9897d6eb248c938c9d91fbc3f83ef01a504.tar.bz2
mpv-dd3bf9897d6eb248c938c9d91fbc3f83ef01a504.tar.xz
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
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 3 insertions, 0 deletions
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