diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2015-02-17 11:39:09 +0100 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2015-02-17 13:25:23 +0100 |
commit | a9dc94c39c7e49f8ef548cf61c4292c55c22ef8c (patch) | |
tree | f3ce40cab733bc6ae2181fc5916ec0abf6d5b66c /configure | |
parent | bc8e044d8c3277958c920091412b77d4e7411d96 (diff) | |
download | ffmpeg-a9dc94c39c7e49f8ef548cf61c4292c55c22ef8c.tar.gz |
Force linking against user32 if dxva2 is enabled.
Fixes compilation with vfwcap disabled.
Reported and tested by Bernhard Döbler, programmer bardware de
Reviewed-by: Matt Oliver
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5373,7 +5373,7 @@ if test $target_os = "haiku"; then fi enabled_all dxva2 dxva2api_cobj CoTaskMemFree && - prepend ffmpeg_libs $($ldflags_filter "-lole32") && + prepend ffmpeg_libs $($ldflags_filter "-lole32" "-luser32") && enable dxva2_lib ! enabled_any memalign posix_memalign aligned_malloc && |