diff options
author | Måns Rullgård <mans@mansr.com> | 2007-02-20 18:56:45 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2007-02-20 18:56:45 +0000 |
commit | 8ffed8d89f104de6769418ad08c829f3d259d4f1 (patch) | |
tree | 43a0cfa36c783a72676715909ee118d3392d2329 /configure | |
parent | 9376710d061674c2b04098fd127718d300891d15 (diff) | |
download | ffmpeg-8ffed8d89f104de6769418ad08c829f3d259d4f1.tar.gz |
libgsm_ms codec depends on libgsm
Originally committed as revision 8045 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -663,6 +663,8 @@ faac_encoder_deps="libfaac" liba52_decoder_deps="liba52" libgsm_decoder_deps="libgsm" libgsm_encoder_deps="libgsm" +libgsm_ms_decoder_deps="libgsm" +libgsm_ms_encoder_deps="libgsm" libtheora_encoder_deps="libtheora" mp3lame_encoder_deps="libmp3lame" oggvorbis_decoder_deps="libvorbis" |