summaryrefslogtreecommitdiffstats
path: root/libavformat
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@ag.or.at>2012-06-08 15:03:52 +0200
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2012-06-08 15:29:23 +0200
commit8a880d69186b992c6b8d85a988541cff9ea629bf (patch)
treed59c27e14dc45c780be8c68cc84509b0a8bb94c2 /libavformat
parentb8e2dcd26697472cd31ed491b707eca595acf304 (diff)
downloadffmpeg-streaming-8a880d69186b992c6b8d85a988541cff9ea629bf.zip
ffmpeg-streaming-8a880d69186b992c6b8d85a988541cff9ea629bf.tar.gz
Fix latm muxer Makefile dependencies.
Found, analysed and tested by trac user Jamal. Fixes part of ticket #1428.
Diffstat (limited to 'libavformat')
-rw-r--r--libavformat/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile
index 5e41fce..5e4f002 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -137,7 +137,7 @@ OBJS-$(CONFIG_JACOSUB_DEMUXER) += jacosubdec.o
OBJS-$(CONFIG_JACOSUB_MUXER) += jacosubenc.o rawenc.o
OBJS-$(CONFIG_JV_DEMUXER) += jvdec.o
OBJS-$(CONFIG_LATM_DEMUXER) += rawdec.o
-OBJS-$(CONFIG_LATM_MUXER) += latmenc.o
+OBJS-$(CONFIG_LATM_MUXER) += latmenc.o rawenc.o
OBJS-$(CONFIG_LMLM4_DEMUXER) += lmlm4.o
OBJS-$(CONFIG_LOAS_DEMUXER) += loasdec.o
OBJS-$(CONFIG_LXF_DEMUXER) += lxfdec.o
OpenPOWER on IntegriCloud