[vlc-commits] [Git][videolan/vlc][master] codec: remove unused shlwapi link from the DXVA2 VA plugin
Steve Lhomme (@robUx4)
gitlab at videolan.org
Tue Aug 30 15:03:24 UTC 2022
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
b0c466ae by Steve Lhomme at 2022-08-30T14:06:28+00:00
codec: remove unused shlwapi link from the DXVA2 VA plugin
- - - - -
1 changed file:
- modules/codec/Makefile.am
Changes:
=====================================
modules/codec/Makefile.am
=====================================
@@ -425,7 +425,7 @@ libdxva2_plugin_la_SOURCES = \
packetizer/h264_nal.c packetizer/h264_nal.h \
packetizer/hevc_nal.c packetizer/hevc_nal.h \
codec/avcodec/dxva_blocklist.c
-libdxva2_plugin_la_LIBADD = libd3d9_common.la $(LIBCOM) -lshlwapi -luuid
+libdxva2_plugin_la_LIBADD = libd3d9_common.la $(LIBCOM) -luuid
if !HAVE_WINSTORE
if HAVE_AVCODEC_DXVA2
codec_LTLIBRARIES += libdxva2_plugin.la
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/b0c466aeea7af4d5af5675892c62a202efb67dba
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/b0c466aeea7af4d5af5675892c62a202efb67dba
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
More information about the vlc-commits
mailing list