summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-10-26 07:33:15 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-10-26 07:33:15 +0000
commit50076fe15a962ac3d23476df10a73fb4bf7b6671 (patch)
treec4085aef6bd991013e53868cc19f531a4d70f342 /configure
parent8bfdce3a8350a7e7f54fcdecc612ecc0d9a544a9 (diff)
downloadmpv-50076fe15a962ac3d23476df10a73fb4bf7b6671.tar.bz2
mpv-50076fe15a962ac3d23476df10a73fb4bf7b6671.tar.xz
cosmetics: alphabetical order
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27829 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure8
1 files changed, 4 insertions, 4 deletions
diff --git a/configure b/configure
index b0c4685960..eccf2a8dc1 100755
--- a/configure
+++ b/configure
@@ -7981,12 +7981,12 @@ LIBPREF=lib
LIBSUF=.a
LIBNAME=\$(LIBPREF)\$(NAME)\$(LIBSUF)
-CONFIG_ENCODERS=yes
# Some FFmpeg codecs depend on these. Enable them unconditionally for now.
CONFIG_FFT=yes
-CONFIG_MDCT=yes
CONFIG_GOLOMB=yes
+CONFIG_MDCT=yes
+CONFIG_ENCODERS=yes
CONFIG_GPL=yes
CONFIG_LIBAMR=$_libamr
CONFIG_LIBAMR_NB=$_libamr_nb
@@ -8418,10 +8418,10 @@ $_def_threads
/* Some FFmpeg codecs depend on these. Enable them unconditionally for now. */
#define CONFIG_FFT 1
#define ENABLE_FFT 1
-#define CONFIG_MDCT 1
-#define ENABLE_MDCT 1
#define CONFIG_GOLOMB 1
#define ENABLE_GOLOMB 1
+#define CONFIG_MDCT 1
+#define ENABLE_MDCT 1
/* Use these registers in FFmpeg x86 inline asm. No proper detection yet. */
#define HAVE_EBX_AVAILABLE 1