OSDN Git Service

beautify
authorMåns Rullgård <mans@mansr.com>
Tue, 14 Nov 2006 02:31:50 +0000 (02:31 +0000)
committerMåns Rullgård <mans@mansr.com>
Tue, 14 Nov 2006 02:31:50 +0000 (02:31 +0000)
Originally committed as revision 7038 to svn://svn.ffmpeg.org/ffmpeg/trunk

configure

index cd3bad2..04df346 100755 (executable)
--- a/configure
+++ b/configure
@@ -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