summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2006-11-14 00:47:27 +0000
committerMåns Rullgård <mans@mansr.com>2006-11-14 00:47:27 +0000
commitc88f5d729ca88be5b0b62077fe15aa5c9dde3588 (patch)
tree730ebb22652c0271d60d13369060eae46e7f7356 /configure
parentfc2b267f809f62f5a6253539f77e96a4239e6fc5 (diff)
break CONFIG_LIST and HAVE_LIST onto multiple lines
Originally committed as revision 7027 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure67
1 files changed, 64 insertions, 3 deletions
diff --git a/configure b/configure
index 3f0acfe420..06e2d72869 100755
--- a/configure
+++ b/configure
@@ -353,9 +353,70 @@ require(){
check_lib $header $func "$@" || die "ERROR: $name not found"
}
-CONFIG_LIST='encoders decoders parsers muxers demuxers a52 a52bin amr amr_nb amr_nb_fixed amr_wb audio_beos audio_oss avisynth beos_netserver bktr dc1394 dts dv1394 faac faad faadbin ffmpeg ffplay ffserver gpl ipv6 libgsm libnut libogg libvorbis memalign_hack mp3lame mpegaudio_hp network pp protocols swscaler vhook video4linux video4linux2 x264 xvid zlib'
-
-HAVE_LIST='altivec_h byteswap_h dcbzl dlfcn dlopen freetype2 gprof imlib2 localtime_r lrintf malloc_h memalign mlib sdl sdl_video_size'
+CONFIG_LIST='
+ encoders
+ decoders
+ parsers
+ muxers
+ demuxers
+ a52
+ a52bin
+ amr
+ amr_nb
+ amr_nb_fixed
+ amr_wb
+ audio_beos
+ audio_oss
+ avisynth
+ beos_netserver
+ bktr
+ dc1394
+ dts
+ dv1394
+ faac
+ faad
+ faadbin
+ ffmpeg
+ ffplay
+ ffserver
+ gpl
+ ipv6
+ libgsm
+ libnut
+ libogg
+ libvorbis
+ memalign_hack
+ mp3lame
+ mpegaudio_hp
+ network
+ pp
+ protocols
+ swscaler
+ vhook
+ video4linux
+ video4linux2
+ x264
+ xvid
+ zlib
+'
+
+HAVE_LIST='
+ altivec_h
+ byteswap_h
+ dcbzl
+ dlfcn
+ dlopen
+ freetype2
+ gprof
+ imlib2
+ localtime_r
+ lrintf
+ malloc_h
+ memalign
+ mlib
+ sdl
+ sdl_video_size
+'
# set temporary file name
if test ! -z "$TMPDIR" ; then