configure: Fix _libs vs. _extralibs oversight

This commit is contained in:
Diego Biurrun 2016-12-10 15:06:34 +01:00
parent be2d555c98
commit 39fbcf8f76
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -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