diff options
author | Aurelien Jacobs <aurel@gnuage.org> | 2017-12-17 20:24:21 +0100 |
---|---|---|
committer | Aurelien Jacobs <aurel@gnuage.org> | 2018-03-07 22:26:53 +0100 |
commit | 88508a87a55789672ce0eb66ccd23fda38eab5af (patch) | |
tree | 181ecd92b3b5793f4aeb65c37f218abeff63e379 /libavformat/Makefile | |
parent | ff4600d95471a653073a961ec77f32e2f946684a (diff) | |
download | ffmpeg-88508a87a55789672ce0eb66ccd23fda38eab5af.tar.gz |
sbc: add raw muxer for SBC
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r-- | libavformat/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile index 3fad2cb043..e64c5b30a1 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -453,6 +453,7 @@ OBJS-$(CONFIG_SAMI_DEMUXER) += samidec.o subtitles.o OBJS-$(CONFIG_SAP_DEMUXER) += sapdec.o OBJS-$(CONFIG_SAP_MUXER) += sapenc.o OBJS-$(CONFIG_SBC_DEMUXER) += sbcdec.o rawdec.o +OBJS-$(CONFIG_SBC_MUXER) += rawenc.o OBJS-$(CONFIG_SBG_DEMUXER) += sbgdec.o OBJS-$(CONFIG_SCC_DEMUXER) += sccdec.o subtitles.o OBJS-$(CONFIG_SCC_MUXER) += sccenc.o subtitles.o |