summaryrefslogtreecommitdiff
path: root/libavformat/Makefile
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@ag.or.at>2012-06-08 15:02:46 +0200
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2012-06-08 15:29:23 +0200
commitb8e2dcd26697472cd31ed491b707eca595acf304 (patch)
tree922b0e82935c56ded05cb14b956b1bbe6f3ba2ad /libavformat/Makefile
parentb8fe9f08bed622be38c9e437f935335fc5e44b37 (diff)
Fix jacosub 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 53f94b03b9..5e41fce2c4 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -134,7 +134,7 @@ OBJS-$(CONFIG_IV8_DEMUXER) += iv8.o
OBJS-$(CONFIG_IVF_DEMUXER) += ivfdec.o
OBJS-$(CONFIG_IVF_MUXER) += ivfenc.o
OBJS-$(CONFIG_JACOSUB_DEMUXER) += jacosubdec.o
-OBJS-$(CONFIG_JACOSUB_MUXER) += jacosubenc.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