From 6700aa8810d877cb017d977f12638481df459eb1 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Mon, 6 Jun 2011 01:50:27 +0200 Subject: [PATCH] lavf: remove reference to output-example in Makefile output-example.c (and renamed to muxing-example.c) has been moved to doc/examples. --- libavformat/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/libavformat/Makefile b/libavformat/Makefile index 6d3a0276de..e5ec44bfb6 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -343,5 +343,3 @@ OBJS-$(CONFIG_JACK_INDEV) += timefilter.o TESTPROGS = timefilter include $(SUBDIR)../subdir.mak - -$(SUBDIR)output-example$(EXESUF): ELIBS = -lswscale