summaryrefslogtreecommitdiff
path: root/libavformat/Makefile
diff options
context:
space:
mode:
authorRostislav Pehlivanov <atomnuker@gmail.com>2017-10-21 19:38:59 +0100
committerRostislav Pehlivanov <atomnuker@gmail.com>2018-01-06 18:32:15 +0000
commitc17f4761443b471f47fa8f0a5bcff078cdff9479 (patch)
tree1e727b3e7995cb7ad18bb967603c8f5e66ecebab /libavformat/Makefile
parent6b35a83214f1bc3fb38c9ea9c2cd3676f28709fa (diff)
libavformat: remove the ffmenc and ffmdec muxer and demuxers
Used only by ffserver. Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r--libavformat/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile
index cb70eac920..de0de921c2 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -161,8 +161,6 @@ OBJS-$(CONFIG_EA_DEMUXER) += electronicarts.o
OBJS-$(CONFIG_EAC3_DEMUXER) += ac3dec.o rawdec.o
OBJS-$(CONFIG_EAC3_MUXER) += rawenc.o
OBJS-$(CONFIG_EPAF_DEMUXER) += epafdec.o pcm.o
-OBJS-$(CONFIG_FFM_DEMUXER) += ffmdec.o
-OBJS-$(CONFIG_FFM_MUXER) += ffmenc.o
OBJS-$(CONFIG_FFMETADATA_DEMUXER) += ffmetadec.o
OBJS-$(CONFIG_FFMETADATA_MUXER) += ffmetaenc.o
OBJS-$(CONFIG_FIFO_MUXER) += fifo.o