summaryrefslogtreecommitdiff
path: root/libavformat/Makefile
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@ag.or.at>2013-01-22 20:26:10 +0100
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2013-01-22 20:28:31 +0100
commit379d03b0c9fd85f30e66a3fd19b18e0a2c28c1ef (patch)
tree647303da8752834217829d7a878e3e7d8af3b5e9 /libavformat/Makefile
parentc114414a57b221d5c65d419a5a7cd64819bb2a80 (diff)
Fix compilation with --disable-everything --enable-demuxer=loas
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r--libavformat/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile
index c0f9ad9e02..3336540e9c 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