aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2006-11-14 02:31:50 +0000
committerMåns Rullgård <mans@mansr.com>2006-11-14 02:31:50 +0000
commit22df6d18d75185ae8d5314ef3236019ebbce6c28 (patch)
treea17f1bb98bf600ac911a226dd3950a395a69ba59 /configure
parentb265431e2321d27b9e9264d15f40b16781d1dd58 (diff)
downloadffmpeg-22df6d18d75185ae8d5314ef3236019ebbce6c28.tar.gz
beautify
Originally committed as revision 7038 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 cd3bad2aaf..04df346258 100755
--- 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