Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@ag.or.at>2012-06-08 17:03:52 +0400
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2012-06-08 17:29:23 +0400
commit8a880d69186b992c6b8d85a988541cff9ea629bf (patch)
treed59c27e14dc45c780be8c68cc84509b0a8bb94c2 /libavformat/Makefile
parentb8e2dcd26697472cd31ed491b707eca595acf304 (diff)
Fix latm muxer Makefile dependencies.
Found, analysed and tested by trac user Jamal. Fixes part of ticket #1428.
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 5e41fce2c4..5e4f0022f2 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