[FFmpeg-cvslog] configure: Fix _libs vs. _extralibs oversight
Diego Biurrun
git at videolan.org
Mon Apr 17 11:26:55 EEST 2017
ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Sat Dec 10 15:06:34 2016 +0100| [39fbcf8f76ff2e7cd8d09307e6aacc70ce8f5fed] | committer: Diego Biurrun
configure: Fix _libs vs. _extralibs oversight
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=39fbcf8f76ff2e7cd8d09307e6aacc70ce8f5fed
---
configure | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure b/configure
index f5c0b11629..731986abeb 100755
--- a/configure
+++ b/configure
@@ -5055,7 +5055,7 @@ check_deps $CONFIG_LIST \
$ALL_COMPONENTS \
enabled_all dxva2 CoTaskMemFree &&
- prepend avconv_libs $($ldflags_filter "-lole32") &&
+ prepend avconv_extralibs $($ldflags_filter "-lole32") &&
enable dxva2_lib
map 'enabled $v && intrinsics=${v#intrinsics_}' $INTRINSICS_LIST
More information about the ffmpeg-cvslog
mailing list