summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-07-30 08:59:02 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-07-30 08:59:02 +0000
commit2871b0b8744d7c6c7948bded01cd4f233e0e8b55 (patch)
treeb600e8c52c86fdf6cae0e288db4af8f4f4066b93 /configure
parent2c1616fb79000261beb52ec4d033404d2c7f1f11 (diff)
downloadmpv-2871b0b8744d7c6c7948bded01cd4f233e0e8b55.tar.bz2
mpv-2871b0b8744d7c6c7948bded01cd4f233e0e8b55.tar.xz
cosmetics: Group FFmpeg definitions together in config.h.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27368 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure31
1 files changed, 16 insertions, 15 deletions
diff --git a/configure b/configure
index 516945ce69..6ce9d93d8a 100755
--- a/configure
+++ b/configure
@@ -8189,14 +8189,6 @@ $_def_sysi86_iv
/* 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 @@ $_def_dvdnav
/* 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 @@ $_def_quicktime
/* 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 @@ $_def_muxers
#define HAVE_EBP_AVAILABLE 1
#endif
-#define HAVE_SOCKLEN_T 1
-
#define CONFIG_GPL 1
#define ENABLE_SMALL 0
#define ENABLE_GRAY 0