mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
e06ce6d2b4
This together with adjusting the inclusion define allows for the build to not fail with latest Vulkan-Headers that contain the stabilized Vulkan AV1 decoding definitions. Compilation fails currently as the AV1 header is getting included via hwcontext_vulkan.h -> <vulkan/vulkan.h> -> vulkan_core.h, which finally includes vk_video/vulkan_video_codec_av1std.h and the decode header, leading to the bundled header to never defining anything due to the inclusion define being the same. This fix is imperfect, as it leads to additional re-definition warnings for things such as VK_STD_VULKAN_VIDEO_CODEC_AV1_DECODE_SPEC_VERSION. , but it is not clear how to otherwise have the bundled version trump the actually standardized one for a short-term compilation fix.
31 lines
841 B
Plaintext
31 lines
841 B
Plaintext
Files without standard license headers:
|
|
libavcodec/file_open.c
|
|
libavcodec/ilbcdata.h
|
|
libavcodec/ilbcdec.c
|
|
libavcodec/interplayacm.c
|
|
libavcodec/log2_tab.c
|
|
libavcodec/reverse.c
|
|
libavdevice/file_open.c
|
|
libavdevice/reverse.c
|
|
libavfilter/af_arnndn.c
|
|
libavfilter/file_open.c
|
|
libavfilter/log2_tab.c
|
|
libavformat/file_open.c
|
|
libavformat/golomb_tab.c
|
|
libavformat/log2_tab.c
|
|
libavformat/rangecoder_dec.c
|
|
libswresample/log2_tab.c
|
|
libswscale/log2_tab.c
|
|
tools/uncoded_frame.c
|
|
tools/yuvcmp.c
|
|
Headers without standard inclusion guards:
|
|
compat/djgpp/math.h
|
|
compat/float/float.h
|
|
compat/float/limits.h
|
|
libavcodec/bitstream_template.h
|
|
libavcodec/vulkan_video_codec_av1std_decode_mesa.h
|
|
libavcodec/vulkan_video_codec_av1std_mesa.h
|
|
tools/decode_simple.h
|
|
Use of av_clip() where av_clip_uintp2() could be used:
|
|
Use of av_clip() where av_clip_intp2() could be used:
|