summaryrefslogtreecommitdiff
path: root/libavformat/Makefile
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@ag.or.at>2016-11-14 13:33:22 +0100
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2016-11-14 13:33:22 +0100
commit9648ce2a1895e121a87566eb85ea091e8e9962b7 (patch)
treeda836b6bd3fbc3ccaad7992528883d8f98dc5cc6 /libavformat/Makefile
parentd8ffdefbdce16948c9b3c84df62171a7d58c8253 (diff)
lavf/Makefile: Fix rule for the data muxer.
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 5ee0debb83..f93658d71a 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -132,7 +132,7 @@ OBJS-$(CONFIG_CINE_DEMUXER) += cinedec.o
OBJS-$(CONFIG_CONCAT_DEMUXER) += concatdec.o
OBJS-$(CONFIG_CRC_MUXER) += crcenc.o
OBJS-$(CONFIG_DATA_DEMUXER) += rawdec.o
-OBJS-$(CONFIG_DATA_MUXER) += rawdec.o
+OBJS-$(CONFIG_DATA_MUXER) += rawenc.o
OBJS-$(CONFIG_DASH_MUXER) += dashenc.o
OBJS-$(CONFIG_DAUD_DEMUXER) += dauddec.o
OBJS-$(CONFIG_DAUD_MUXER) += daudenc.o