Mercurial > mplayer.hg
changeset 27336:94d67a4f3032
cosmetics: Group FFmpeg definitions together in config.h.
author | diego |
---|---|
date | Wed, 30 Jul 2008 08:59:02 +0000 |
parents | 5a9e735529da |
children | 0e7d22ac3adf |
files | configure |
diffstat | 1 files changed, 16 insertions(+), 15 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Wed Jul 30 03:30:48 2008 +0000 +++ b/configure Wed Jul 30 08:59:02 2008 +0000 @@ -8189,14 +8189,6 @@ /* Define this if your system has pthreads */ $_def_pthreads -/* Define this if you enabled thread support for libavcodec */ -$_def_threads -#ifdef HAVE_THREADS -#define ENABLE_THREADS 1 -#else -#define ENABLE_THREADS 0 -#endif - /* LIRC (remote control, see www.lirc.org) support: */ $_def_lirc @@ -8224,11 +8216,6 @@ /* maximum alignment used by libmpeg2 */ #define ATTRIBUTE_ALIGNED_MAX 16 -/* Define this to enable image postprocessing in libavcodec (requires a FAST CPU!) */ -$_def_libpostproc -$_def_libpostproc_a -$_def_libpostproc_so - /* Win32 DLL support */ $_def_win32dll #define WIN32_PATH "$_win32codecsdir" @@ -8244,6 +8231,22 @@ /* Build our Win32-loader */ $_def_win32_loader +/* FFmpeg */ +#define HAVE_SOCKLEN_T 1 + +/* Define this to enable image postprocessing in libavcodec (requires a FAST CPU!) */ +$_def_libpostproc +$_def_libpostproc_a +$_def_libpostproc_so + +/* Define this if you enabled thread support for libavcodec */ +$_def_threads +#ifdef HAVE_THREADS +#define ENABLE_THREADS 1 +#else +#define ENABLE_THREADS 0 +#endif + /* ffmpeg's libavcodec support (requires libavcodec source) */ $_def_libavcodec $_def_libavcodec_a @@ -8278,8 +8281,6 @@ #define HAVE_EBP_AVAILABLE 1 #endif -#define HAVE_SOCKLEN_T 1 - #define CONFIG_GPL 1 #define ENABLE_SMALL 0 #define ENABLE_GRAY 0