summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2016-12-10 15:06:34 +0100
committerDiego Biurrun <diego@biurrun.de>2016-12-10 15:06:34 +0100
commit39fbcf8f76ff2e7cd8d09307e6aacc70ce8f5fed (patch)
treed668211775f99bf3ff0f7d25bbc2ea5f4e970614 /configure
parentbe2d555c980220e65d0ca5c3d78e6cc1e24451a5 (diff)
configure: Fix _libs vs. _extralibs oversight
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
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