From d95a0c67ae1dbcace6b4043a6cbedcc23d3f319d Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Fri, 27 Mar 2009 00:01:06 +0000 Subject: Move output_example.c --> libavformat/output-example.c. The libavformat directory is a better place for a libavformat API example. Originally committed as revision 18199 to svn://svn.ffmpeg.org/ffmpeg/trunk --- Makefile | 5 ----- 1 file changed, 5 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 81b4af8d11..e6d2ed928b 100644 --- a/Makefile +++ b/Makefile @@ -25,8 +25,6 @@ FFLIBS := avdevice avformat avcodec avutil swscale DATA_FILES := $(wildcard $(SRC_DIR)/ffpresets/*.ffpreset) -EXAMPLES = output_example$(EXESUF) - include common.mak FF_LDFLAGS := $(FFLDFLAGS) @@ -69,9 +67,6 @@ ffserver_g$(EXESUF): FF_LDFLAGS += $(FFSERVERLDFLAGS) %_g$(EXESUF): %.o cmdutils.o $(FF_DEP_LIBS) $(CC) $(FF_LDFLAGS) -o $@ $< cmdutils.o $(FF_EXTRALIBS) -output_example$(EXESUF): output_example.o $(FF_DEP_LIBS) - $(CC) $(FF_LDFLAGS) -o $@ $< $(FF_EXTRALIBS) - tools/%$(EXESUF): tools/%.c $(CC) $(CFLAGS) $(FF_LDFLAGS) -o $@ $< $(FF_EXTRALIBS) -- cgit v1.2.3