summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-02-04 19:08:44 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-02-04 19:08:44 +0000
commitd00d9a57f8ff0e64312b4d45d6c86bc886a5163d (patch)
treee097ddc8b94cdffa2983e3dedd09d0358d348c58 /configure
parent9ec12d04bd99dbef68603e856233ffa523958688 (diff)
downloadmpv-d00d9a57f8ff0e64312b4d45d6c86bc886a5163d.tar.bz2
mpv-d00d9a57f8ff0e64312b4d45d6c86bc886a5163d.tar.xz
cosmetics: Regroup some FFmpeg config.h options.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28466 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure15
1 files changed, 7 insertions, 8 deletions
diff --git a/configure b/configure
index 6cee8c231a..c360eee7c6 100755
--- a/configure
+++ b/configure
@@ -8569,7 +8569,6 @@ $_def_zr
/* FFmpeg */
$_def_libavcodec
$_def_libavcodec_a
-$_def_libavcodec_mpegaudio_hp
$_def_libavcodec_so
$_def_libavformat
$_def_libavformat_a
@@ -8584,12 +8583,18 @@ $_def_libswscale
$_def_libswscale_a
$_def_libswscale_so
+#define CONFIG_DECODERS 1
+#define CONFIG_ENCODERS 1
+#define CONFIG_DEMUXERS 1
+$_def_muxers
+
$def_arpa_inet_h
$def_bswap
$_def_dcbzl
$def_dos_paths
$def_fast_64bit
$_def_fast_unaligned
+$_def_libavcodec_mpegaudio_hp
$_def_memalign_hack
$def_mlib
$_def_mkstemp
@@ -8600,12 +8605,12 @@ $_def_yasm
#define CONFIG_FASTDIV 0
#define CONFIG_FFSERVER 0
#define CONFIG_GPL 1
+#define CONFIG_GRAY 0
#define CONFIG_HARDCODED_TABLES 0
#define CONFIG_POSIX_MEMALIGN 0
#define CONFIG_POWERPC_PERF 0
#define CONFIG_SMALL 0
#define CONFIG_SWSCALE 1
-#define CONFIG_GRAY 0
#define HAVE_POLL_H 1
#define HAVE_PPC4XX 0
@@ -8623,12 +8628,6 @@ $_def_yasm
#define HAVE_EBP_AVAILABLE 1
#endif
-#define CONFIG_DECODERS 1
-#define CONFIG_ENCODERS 1
-#define CONFIG_DEMUXERS 1
-
-$_def_muxers
-
/* External libraries used through libavcodec. */
$_def_faac_lavc
$_def_libamr