From 39fbcf8f76ff2e7cd8d09307e6aacc70ce8f5fed Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sat, 10 Dec 2016 15:06:34 +0100 Subject: [PATCH] configure: Fix _libs vs. _extralibs oversight --- 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