[FFmpeg-cvslog] lavc: Fix standalone compilation of the avi demuxer.
Carl Eugen Hoyos
git at videolan.org
Mon Sep 14 23:15:25 CEST 2015
ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Mon Sep 14 23:12:28 2015 +0200| [a85f2cdfbff13c2bbb4bd5609de2b76856078ff6] | committer: Carl Eugen Hoyos
lavc: Fix standalone compilation of the avi demuxer.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a85f2cdfbff13c2bbb4bd5609de2b76856078ff6
---
libavcodec/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 560fe7b..23df723 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -736,6 +736,7 @@ OBJS-$(CONFIG_VC1_VDPAU_HWACCEL) += vdpau_vc1.o
# libavformat dependencies
OBJS-$(CONFIG_ADTS_MUXER) += mpeg4audio.o
+OBJS-$(CONFIG_AVI_DEMUXER) += mpeg4audio.o mpegaudiodata.o
OBJS-$(CONFIG_CAF_DEMUXER) += mpeg4audio.o mpegaudiodata.o \
ac3tab.o
OBJS-$(CONFIG_FLAC_DEMUXER) += flac.o flacdata.o vorbis_data.o
More information about the ffmpeg-cvslog
mailing list