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
_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to