changeset 27795:51c2de6369b6

cosmetics: alphabetical order
author diego
date Sun, 26 Oct 2008 07:33:15 +0000
parents 0f7e7c21548e
children 8b13197f77af
files configure
diffstat 1 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Sun Oct 26 02:21:55 2008 +0000
+++ b/configure	Sun Oct 26 07:33:15 2008 +0000
@@ -7981,12 +7981,12 @@
 LIBSUF=.a
 LIBNAME=\$(LIBPREF)\$(NAME)\$(LIBSUF)
 
-CONFIG_ENCODERS=yes
 # Some FFmpeg codecs depend on these. Enable them unconditionally for now.
 CONFIG_FFT=yes
+CONFIG_GOLOMB=yes
 CONFIG_MDCT=yes
-CONFIG_GOLOMB=yes
-
+
+CONFIG_ENCODERS=yes
 CONFIG_GPL=yes
 CONFIG_LIBAMR=$_libamr
 CONFIG_LIBAMR_NB=$_libamr_nb
@@ -8418,10 +8418,10 @@
 /* Some FFmpeg codecs depend on these. Enable them unconditionally for now. */
 #define CONFIG_FFT 1
 #define ENABLE_FFT 1
+#define CONFIG_GOLOMB 1
+#define ENABLE_GOLOMB 1
 #define CONFIG_MDCT 1
 #define ENABLE_MDCT 1
-#define CONFIG_GOLOMB 1
-#define ENABLE_GOLOMB 1
 
 /* Use these registers in FFmpeg x86 inline asm. No proper detection yet. */
 #define HAVE_EBX_AVAILABLE 1