From 894682a9739eb8d4bfc024b0d4e5757fcfe47378 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Mon, 9 Jun 2014 14:21:56 +0200 Subject: 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. --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 71c068ca0e..6302997d39 100644 --- a/Makefile +++ b/Makefile @@ -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)) -- cgit v1.2.3