changeset 27710:b04b6b6d68ca

cosmetics: Move some config.h entries to more sensible places.
author diego
date Fri, 10 Oct 2008 21:56:03 +0000
parents 8b6bc2bcc240
children f601ccc71eb3
files configure
diffstat 1 files changed, 24 insertions(+), 23 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Fri Oct 10 05:34:49 2008 +0000
+++ b/configure	Fri Oct 10 21:56:03 2008 +0000
@@ -8073,9 +8073,6 @@
 /* Define this if your system has the "alloca.h" header file */
 $_def_alloca
 
-/* Define this if your system has the "byteswap.h" header file */
-$_def_byteswap_h
-
 /* Define this if your system has the "sys/mman.h" header file */
 $_def_mman
 $_def_mman_has_map_failed
@@ -8170,6 +8167,18 @@
 /* Define this to any prefered value from 386 up to infinity with step 100 */
 #define __CPU__ $iproc
 
+/* Use 3dnow/mmxext/sse/mmx optimized fast memcpy() [maybe buggy... signal 4]*/
+$_def_fastmemcpy
+
+/* enable/disable SIGHANDLER */
+$_def_sighandler
+
+/* enable/disable automatic gdb attach on crash, requires SIGHANDLER */
+$_def_crash_debug
+
+/* Toggles debugging informations */
+$_def_debug
+
 /* Dynamic a/v plugins */
 $_def_dynamic_plugins
 
@@ -8203,18 +8212,6 @@
 /* assembler handling of .align */
 $_def_asmalign_pot
 
-/* Use 3dnow/mmxext/sse/mmx optimized fast memcpy() [maybe buggy... signal 4]*/
-$_def_fastmemcpy
-
-/* Toggles debugging informations */
-$_def_debug
-
-/* enable/disable SIGHANDLER */
-$_def_sighandler
-
-/* enable/disable automatic gdb attach on crash, requires SIGHANDLER */
-$_def_crash_debug
-
 /* enables / disables cdparanoia support */
 $_def_cdparanoia
 $_def_cddb
@@ -8308,9 +8305,15 @@
 /* Apple IR Remote (Linux remote control driver) */
 $_def_apple_ir
 
+/* enables / disables new input joystick support */
+$_def_joystick
+
 /* Support for maemo (http://www.maemo.org) */
 $_def_maemo
 
+/* Define this for Cygwin build for win32 */
+$_def_confwin32
+
 /* Mac OS X specific features */
 $_def_macosx_finder
 $_def_macosx_bundle
@@ -8354,6 +8357,9 @@
 $_def_mp3lame_preset
 $_def_mp3lame_preset_medium
 
+$_def_toolame
+$_def_twolame
+
 /* liblzo support */
 $_def_liblzo
 
@@ -8479,9 +8485,6 @@
 /* Enable Video 4 Linux 2 MPEG PVR support */
 $_def_pvr
 
-/* Define this for Cygwin build for win32 */
-$_def_confwin32
-
 /* termcap flag for getch2.c */
 $_def_termcap
 
@@ -8591,9 +8594,6 @@
 $_def_vidix_drv_unichrome
 $_def_vidix_pfx
 
-/* enables / disables new input joystick support */
-$_def_joystick
-
 /* libvo options */
 #define SCREEN_SIZE_X 1
 #define SCREEN_SIZE_Y 1
@@ -8642,8 +8642,6 @@
 $_def_aa
 $_def_caca
 $_def_tga
-$_def_toolame
-$_def_twolame
 
 /* Define this if you have shm support */
 $_def_shm
@@ -8686,6 +8684,9 @@
 #define ENABLE_THREADS 0
 #endif
 
+/* Define this if your system has the "byteswap.h" header file */
+$_def_byteswap_h
+
 /* Use libavcodec's decoders */
 #define CONFIG_DECODERS 1
 #define ENABLE_DECODERS 1