Mercurial > mplayer.hg
comparison configure @ 29891:eac5c6780b8d
Add #defines for FFMPEG_LICENSE and FFMPEG_CONFIGURATION to config.h.
This is necessary to sync up with some recent FFmpeg changes.
author | diego |
---|---|
date | Wed, 18 Nov 2009 18:07:54 +0000 |
parents | ec407332afae |
children | a57d9fbbd29c |
comparison
equal
deleted
inserted
replaced
29890:e8e1f8cc7c5b | 29891:eac5c6780b8d |
---|---|
8923 #define HAVE_EBP_AVAILABLE 1 | 8923 #define HAVE_EBP_AVAILABLE 1 |
8924 #else | 8924 #else |
8925 #define HAVE_EBP_AVAILABLE 0 | 8925 #define HAVE_EBP_AVAILABLE 0 |
8926 #endif | 8926 #endif |
8927 | 8927 |
8928 #define FFMPEG_CONFIGURATION "--enable-gpl --enable-postproc" | |
8929 #define FFMPEG_LICENSE "GPL version 2 or later" | |
8930 | |
8928 /* External libraries used through libavcodec. */ | 8931 /* External libraries used through libavcodec. */ |
8929 $def_faac_lavc | 8932 $def_faac_lavc |
8930 $def_libdirac_lavc | 8933 $def_libdirac_lavc |
8931 $def_libopencore_amrnb | 8934 $def_libopencore_amrnb |
8932 $def_libopencore_amrwb | 8935 $def_libopencore_amrwb |