summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2009-06-29 20:00:58 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2009-06-29 20:00:58 +0000
commit4e622deaab4c08d4759a7c2de64a0e5173595955 (patch)
tree0acf1927d38822142fb808dccddc41b29f8f3f44
parent684aa302510691c358bd6fca55efa738a730b4ea (diff)
Cosmetics: group together indev/outdev dependencies.
Originally committed as revision 19297 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rwxr-xr-xconfigure24
1 files changed, 13 insertions, 11 deletions
diff --git a/configure b/configure
index 4a378ffc13..f0f423b507 100755
--- a/configure
+++ b/configure
@@ -1143,6 +1143,19 @@ libxvid_encoder_deps="libxvid"
# demuxers / muxers
ac3_demuxer_deps="ac3_parser"
+avisynth_demuxer_deps="avisynth"
+dirac_demuxer_deps="dirac_parser"
+libnut_demuxer_deps="libnut"
+libnut_muxer_deps="libnut"
+matroska_demuxer_suggest="zlib bzlib"
+mov_demuxer_suggest="zlib"
+mp3_demuxer_deps="mpegaudio_parser"
+redir_demuxer_deps="network"
+rtp_muxer_deps="network rtp_protocol"
+rtsp_demuxer_deps="sdp_demuxer"
+sdp_demuxer_deps="rtp_protocol mpegts_demuxer"
+
+# indevs / outdevs
alsa_indev_deps="alsa_asoundlib_h snd_pcm_htimestamp"
alsa_indev_extralibs="-lasound"
alsa_outdev_deps="alsa_asoundlib_h"
@@ -1151,24 +1164,13 @@ audio_beos_indev_deps="audio_beos"
audio_beos_indev_extralibs="-lmedia -lbe"
audio_beos_outdev_deps="audio_beos"
audio_beos_outdev_extralibs="-lmedia -lbe"
-avisynth_demuxer_deps="avisynth"
bktr_indev_deps_any="dev_bktr_ioctl_bt848_h machine_ioctl_bt848_h dev_video_bktr_ioctl_bt848_h dev_ic_bt8xx_h"
-dirac_demuxer_deps="dirac_parser"
dv1394_indev_deps="dv1394 dv_demuxer"
jack_indev_deps="jack_jack_h"
jack_indev_extralibs="-ljack"
libdc1394_indev_deps="libdc1394"
-libnut_demuxer_deps="libnut"
-libnut_muxer_deps="libnut"
-matroska_demuxer_suggest="zlib bzlib"
-mov_demuxer_suggest="zlib"
-mp3_demuxer_deps="mpegaudio_parser"
oss_indev_deps_any="soundcard_h sys_soundcard_h"
oss_outdev_deps_any="soundcard_h sys_soundcard_h"
-redir_demuxer_deps="network"
-rtp_muxer_deps="network rtp_protocol"
-rtsp_demuxer_deps="sdp_demuxer"
-sdp_demuxer_deps="rtp_protocol mpegts_demuxer"
v4l_indev_deps="linux_videodev_h"
v4l2_indev_deps_any="linux_videodev2_h sys_videoio_h"
vfwcap_indev_deps="capCreateCaptureWindow"