diff mbox series

[FFmpeg-devel,4/5] avcodec/Makefile: Make H.263 decoder compilable without H.263I

Message ID 20210108035206.3261795-4-andreas.rheinhardt@gmail.com
State Accepted
Commit ab905f1dbc736630538ce61907e6ba691f759d04
Headers show
Series [FFmpeg-devel,1/5] avcodec/Makefile: Remove unnecessary cbrt_data dependency | expand

Checks

Context Check Description
andriy/x86_make success Make finished
andriy/x86_make_fate success Make fate finished
andriy/PPC64_make success Make finished
andriy/PPC64_make_fate success Make fate finished

Commit Message

Andreas Rheinhardt Jan. 8, 2021, 3:52 a.m. UTC
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 | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 4c1044a281..c1c2322eb6 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -358,7 +358,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