You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
configure: Fix _libs vs. _extralibs oversight
This commit is contained in:
2
configure
vendored
2
configure
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user