projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e46c63
)
msvc: Fix detection of VFW & Avisynth required libs
author
Derek Buitenhuis
<derek.buitenhuis@gmail.com>
Mon, 1 Oct 2012 18:39:30 +0000
(18:39 +0000)
committer
Derek Buitenhuis
<derek.buitenhuis@gmail.com>
Mon, 1 Oct 2012 20:39:40 +0000
(16:39 -0400)
It should be vfw32.lib with MSVC.
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
configure
patch
|
blob
|
history
diff --git
a/configure
b/configure
index 5c0aa47527b3f20961f8c4a8dcc0e4af43916873..bca93619eee145bea87bea424ea170af81061e36 100755
(executable)
--- a/
configure
+++ b/
configure
@@
-2137,6
+2137,8
@@
msvc_flags(){
-fno-common) ;;
-fno-signed-zeros) ;;
-lz) echo zlib.lib ;;
+ -lavifil32) echo vfw32.lib ;;
+ -lavicap32) echo vfw32.lib user32.lib ;;
-l*) echo ${flag#-l}.lib ;;
*) echo $flag ;;
esac