[FFmpeg-devel] [PATCH] fix build, avcodec: update OpenH264 header path
Daniel Pocock
daniel at pocock.pro
Tue Mar 1 10:16:17 EET 2022
This updates the locations searched for the OpenH264 headers to be
consistent with upstream
Discussed here:
https://github.com/cisco/openh264/pull/3415
Due to the change in the pkgconfig file, it is possible to compile with
either:
#include <openh264/codec_api.h>
OR
#include <codec_api.h>
but in this patch, I used the former.
Regards,
Daniel
--
Debian Developer
https://danielpocock.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-avcodec-update-OpenH264-header-path.patch
Type: text/x-patch
Size: 2966 bytes
Desc: not available
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20220301/5a1e4433/attachment.bin>
More information about the ffmpeg-devel
mailing list