lavc: Fix compilation with --disable-everything --enable-parser=mpeg4video.

This commit is contained in:
Hendrik Schreiber 2015-09-09 12:10:04 +02:00 committed by Carl Eugen Hoyos
parent 2641eeeefe
commit 9d742d23d2
1 changed files with 1 additions and 1 deletions

View File

@ -861,7 +861,7 @@ OBJS-$(CONFIG_MJPEG_PARSER) += mjpeg_parser.o
OBJS-$(CONFIG_MLP_PARSER) += mlp_parser.o mlp.o
OBJS-$(CONFIG_MPEG4VIDEO_PARSER) += mpeg4video_parser.o h263.o \
mpeg4videodec.o mpeg4video.o \
ituh263dec.o h263dec.o
ituh263dec.o h263dec.o h263data.o
OBJS-$(CONFIG_PNG_PARSER) += png_parser.o
OBJS-$(CONFIG_MPEGAUDIO_PARSER) += mpegaudio_parser.o \
mpegaudiodecheader.o mpegaudiodata.o