diff options
author | Måns Rullgård <mans@mansr.com> | 2006-11-14 02:31:50 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2006-11-14 02:31:50 +0000 |
commit | 22df6d18d75185ae8d5314ef3236019ebbce6c28 (patch) | |
tree | a17f1bb98bf600ac911a226dd3950a395a69ba59 /configure | |
parent | b265431e2321d27b9e9264d15f40b16781d1dd58 (diff) | |
download | ffmpeg-22df6d18d75185ae8d5314ef3236019ebbce6c28.tar.gz |
beautify
Originally committed as revision 7038 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1525,7 +1525,7 @@ if test "$vhook" = "default"; then vhook="$dlopen" fi -if test "$vhook" = "yes" -o "$a52bin" = "yes" -o "$faadbin" = "yes"; then +if enabled_any vhook a52bin faadbin; then add_extralibs $ldl fi |