[vlc-commits] [Git][videolan/vlc][master] codec: avcodec: bypass removed define for Intel workarounds

Steve Lhomme (@robUx4) gitlab at videolan.org
Wed Aug 14 13:18:19 UTC 2024



Steve Lhomme pushed to branch master at VideoLAN / VLC


Commits:
1280728a by François Cartegnie at 2024-08-14T12:51:58+00:00
codec: avcodec: bypass removed define for Intel workarounds

- - - - -


1 changed file:

- modules/codec/avcodec/directx_va.c


Changes:

=====================================
modules/codec/avcodec/directx_va.c
=====================================
@@ -43,6 +43,10 @@
 # error bogus libavcodec DXVA support
 #endif
 
+#ifndef FF_DXVA2_WORKAROUND_INTEL_CLEARVIDEO
+# define FF_DXVA2_WORKAROUND_INTEL_CLEARVIDEO 2 // moved to libavcodec/dxva2_internal.h :/
+#endif
+
 #include "directx_va.h"
 #include <vlc_codecs.h> // GUID_FMT/GUID_PRINT
 



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/1280728ad305f00ceba3491ce11bf66107017a6c

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/1280728ad305f00ceba3491ce11bf66107017a6c
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