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 /Makefile | |
parent | f2ce63246f5c934429f9cb857a794e07624d7912 (diff) | |
download | ffmpeg-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 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -63,12 +63,11 @@ COMPILE_HOSTC = $(call COMPILE,HOSTCC) AVPROGS-$(CONFIG_AVCONV) += avconv AVPROGS-$(CONFIG_AVPLAY) += avplay AVPROGS-$(CONFIG_AVPROBE) += avprobe -AVPROGS-$(CONFIG_AVSERVER) += avserver AVPROGS := $(AVPROGS-yes:%=%$(EXESUF)) PROGS += $(AVPROGS) -AVBASENAMES = avconv avplay avprobe avserver +AVBASENAMES = avconv avplay avprobe ALLAVPROGS = $(AVBASENAMES:%=%$(EXESUF)) $(foreach prog,$(AVBASENAMES),$(eval OBJS-$(prog) += cmdutils.o)) |