]> git.sesse.net Git - ffmpeg/commit
avcodec/Makefile: Make H.263 decoder compilable without H.263I
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Thu, 7 Jan 2021 01:51:13 +0000 (02:51 +0100)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Thu, 21 Jan 2021 18:02:18 +0000 (19:02 +0100)
commitab905f1dbc736630538ce61907e6ba691f759d04
tree9640e80addbf076046c7a2759ded0dd360486093
parentd64828c8afe496c0fdb42499309b59ac175b7971
avcodec/Makefile: Make H.263 decoder compilable without H.263I

The only call to ff_intel_h263_decode_picture_header() is already behind
"if (CONFIG_H263I_DECODER)".

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
libavcodec/Makefile