Commit 543b3965 authored by Aurelien Jacobs's avatar Aurelien Jacobs

fix libogg muxer dependency checking

Originally committed as revision 10959 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 353fa898
...@@ -799,8 +799,8 @@ dv1394_demuxer_deps="dv1394" ...@@ -799,8 +799,8 @@ dv1394_demuxer_deps="dv1394"
libdc1394_demuxer_deps="libdc1394" libdc1394_demuxer_deps="libdc1394"
libnut_demuxer_deps="libnut" libnut_demuxer_deps="libnut"
libnut_muxer_deps="libnut" libnut_muxer_deps="libnut"
libogg_muxer_deps="libogg"
mp3_demuxer_deps="mpegaudio_parser" mp3_demuxer_deps="mpegaudio_parser"
ogg_muxer_deps="libogg"
oss_demuxer_deps_any="soundcard_h sys_soundcard_h" oss_demuxer_deps_any="soundcard_h sys_soundcard_h"
oss_muxer_deps_any="soundcard_h sys_soundcard_h" oss_muxer_deps_any="soundcard_h sys_soundcard_h"
redir_demuxer_deps="network" redir_demuxer_deps="network"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment