git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b265431
)
beautify
author
Måns Rullgård
<mans@mansr.com>
Tue, 14 Nov 2006 02:31:50 +0000
(
02:31
+0000)
committer
Må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
patch
|
blob
|
history
diff --git
a/configure
b/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