summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2009-03-27 00:01:06 +0000
committerDiego Biurrun <diego@biurrun.de>2009-03-27 00:01:06 +0000
commitd95a0c67ae1dbcace6b4043a6cbedcc23d3f319d (patch)
tree222ef775d16278f83234c02be94aed3c65fb55d9 /Makefile
parentb6fec3eb7f9ddfda25202eb272900ffdeeb753b3 (diff)
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
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 0 insertions, 5 deletions
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)