diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2014-07-02 23:41:29 +0200 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2014-07-02 23:41:29 +0200 |
commit | b02cfad7d2de192d95149b73c7915a965ef6e2db (patch) | |
tree | 07f86efcb65d5b00b727efcea0a2dcba507f2da7 /libavformat/Makefile | |
parent | ce6a1ff2a124b3b0e8530bca1b6eed5a368feb5a (diff) | |
download | ffmpeg-b02cfad7d2de192d95149b73c7915a965ef6e2db.tar.gz |
Fix standalone compilation of the wtv muxer.
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r-- | libavformat/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile index 46aac969ab..17c30a6cb7 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -428,7 +428,8 @@ OBJS-$(CONFIG_WSAUD_DEMUXER) += westwood_aud.o OBJS-$(CONFIG_WSVQA_DEMUXER) += westwood_vqa.o OBJS-$(CONFIG_WTV_DEMUXER) += wtvdec.o wtv_common.o asfdec.o asf.o asfcrypt.o \ avlanguage.o mpegts.o isom.o -OBJS-$(CONFIG_WTV_MUXER) += wtvenc.o wtv_common.o mpegtsenc.o +OBJS-$(CONFIG_WTV_MUXER) += wtvenc.o wtv_common.o \ + mpegtsenc.o asf.o OBJS-$(CONFIG_WV_DEMUXER) += wvdec.o wv.o apetag.o img2.o OBJS-$(CONFIG_WV_MUXER) += wvenc.o wv.o apetag.o img2.o OBJS-$(CONFIG_XA_DEMUXER) += xa.o |