summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
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