diff options
author | Anton Khirnov <anton@khirnov.net> | 2014-06-09 14:21:56 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2014-06-18 14:55:28 +0200 |
commit | 894682a9739eb8d4bfc024b0d4e5757fcfe47378 (patch) | |
tree | 90ef81afc38381df7e8c54bd7e5d4c34b1b364e7 /libavformat/Makefile | |
parent | f2ce63246f5c934429f9cb857a794e07624d7912 (diff) | |
download | ffmpeg-streaming-894682a9739eb8d4bfc024b0d4e5757fcfe47378.zip ffmpeg-streaming-894682a9739eb8d4bfc024b0d4e5757fcfe47378.tar.gz |
Remove avserver.
It has not been properly maintained for years and there is little hope
of that changing in the future.
It appears simpler to write a new replacement from scratch than
unbreaking it.
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r-- | libavformat/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile index b6957f6..a7ff117 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -107,8 +107,6 @@ OBJS-$(CONFIG_EA_CDATA_DEMUXER) += eacdata.o OBJS-$(CONFIG_EA_DEMUXER) += electronicarts.o OBJS-$(CONFIG_EAC3_DEMUXER) += ac3dec.o rawdec.o OBJS-$(CONFIG_EAC3_MUXER) += rawenc.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_FILMSTRIP_DEMUXER) += filmstripdec.o |