From 22df6d18d75185ae8d5314ef3236019ebbce6c28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5ns=20Rullg=C3=A5rd?= Date: Tue, 14 Nov 2006 02:31:50 +0000 Subject: [PATCH] beautify Originally committed as revision 7038 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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