[FFmpeg-cvslog] Fix compilation with --disable-everything --enable-demuxer=loas
Carl Eugen Hoyos
git at videolan.org
Tue Jan 22 20:28:49 CET 2013
ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Tue Jan 22 20:26:10 2013 +0100| [379d03b0c9fd85f30e66a3fd19b18e0a2c28c1ef] | committer: Carl Eugen Hoyos
Fix compilation with --disable-everything --enable-demuxer=loas
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=379d03b0c9fd85f30e66a3fd19b18e0a2c28c1ef
---
libavformat/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavformat/Makefile b/libavformat/Makefile
index c0f9ad9..3336540 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -183,7 +183,7 @@ OBJS-$(CONFIG_JV_DEMUXER) += jvdec.o
OBJS-$(CONFIG_LATM_DEMUXER) += rawdec.o
OBJS-$(CONFIG_LATM_MUXER) += latmenc.o rawenc.o
OBJS-$(CONFIG_LMLM4_DEMUXER) += lmlm4.o
-OBJS-$(CONFIG_LOAS_DEMUXER) += loasdec.o
+OBJS-$(CONFIG_LOAS_DEMUXER) += loasdec.o rawdec.o
OBJS-$(CONFIG_LVF_DEMUXER) += lvfdec.o
OBJS-$(CONFIG_LXF_DEMUXER) += lxfdec.o
OBJS-$(CONFIG_M4V_DEMUXER) += m4vdec.o rawdec.o
More information about the ffmpeg-cvslog
mailing list