Browse Source

configure: Fix _libs vs. _extralibs oversight

tags/n3.4
Diego Biurrun 9 years ago
parent
commit
39fbcf8f76
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      configure

+ 1
- 1
configure View File

@@ -5055,7 +5055,7 @@ check_deps $CONFIG_LIST \
$ALL_COMPONENTS \ $ALL_COMPONENTS \


enabled_all dxva2 CoTaskMemFree && enabled_all dxva2 CoTaskMemFree &&
prepend avconv_libs $($ldflags_filter "-lole32") &&
prepend avconv_extralibs $($ldflags_filter "-lole32") &&
enable dxva2_lib enable dxva2_lib


map 'enabled $v && intrinsics=${v#intrinsics_}' $INTRINSICS_LIST map 'enabled $v && intrinsics=${v#intrinsics_}' $INTRINSICS_LIST


Loading…
Cancel
Save