Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Change #270747

Category ffmpeg
Changed by Andrew Kelley <andrewohnoyoudont@ziglang.org>
Changed at Sat 13 Jun 2026 07:48:44
Repository https://git.ffmpeg.org/ffmpeg.git
Project ffmpeg
Branch master
Revision 2797dad73559c1597d3e69ddf9f5ed33467a95c3

Comments

hevc: qualify libavcodec include paths
Removes the special -I flag specified in the avcodec/hevc/ subdirectory.

This makes code copy-pastable to other parts of the ffmpeg codebase, as
well as simplifying the build script.

It also reduces ambiguity, since there are many instances of same-named
header files existing in both libavformat/ and libavcodec/
subdirectories.

Follows: b29bdd3715aee323783030dfa09c6e6836307720

Changed files