]> git.sesse.net Git - ffmpeg/commitdiff
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)
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

index c7de95fd18cf3bcf206c9696cecde48ef4feb884..f5cb63cb8548c073b0ec8d3e7fbd5e606c8a7432 100644 (file)
@@ -357,7 +357,8 @@ OBJS-$(CONFIG_H261_DECODER)            += h261dec.o h261data.o h261.o
 OBJS-$(CONFIG_H261_ENCODER)            += h261enc.o h261data.o h261.o
 OBJS-$(CONFIG_H263_DECODER)            += h263dec.o h263.o ituh263dec.o        \
                                           mpeg4video.o mpeg4videodec.o \
-                                          intelh263dec.o h263data.o
+                                          h263data.o
+OBJS-$(CONFIG_H263I_DECODER)           += intelh263dec.o
 OBJS-$(CONFIG_H263_ENCODER)            += mpeg4videoenc.o mpeg4video.o  \
                                           h263.o ituh263enc.o h263data.o
 OBJS-$(CONFIG_H263_V4L2M2M_DECODER)    += v4l2_m2m_dec.o