summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorAurelien Jacobs <aurel@gnuage.org>2007-11-08 13:14:05 +0000
committerAurelien Jacobs <aurel@gnuage.org>2007-11-08 13:14:05 +0000
commit543b3965f18cc321936b6401e0e71ec0853be7a4 (patch)
tree5467923fa1dd11c1cd5c38d09765182515592fed /configure
parent353fa898bb743a0b2e0bb01e948c7f696d94163e (diff)
fix libogg muxer dependency checking
Originally committed as revision 10959 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 4e2e7d41d3..b826811a26 100755
--- a/configure
+++ b/configure
@@ -799,8 +799,8 @@ dv1394_demuxer_deps="dv1394"
libdc1394_demuxer_deps="libdc1394"
libnut_demuxer_deps="libnut"
libnut_muxer_deps="libnut"
+libogg_muxer_deps="libogg"
mp3_demuxer_deps="mpegaudio_parser"
-ogg_muxer_deps="libogg"
oss_demuxer_deps_any="soundcard_h sys_soundcard_h"
oss_muxer_deps_any="soundcard_h sys_soundcard_h"
redir_demuxer_deps="network"