diff options
author | Diego Biurrun <diego@biurrun.de> | 2009-03-27 00:01:06 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2009-03-27 00:01:06 +0000 |
commit | d95a0c67ae1dbcace6b4043a6cbedcc23d3f319d (patch) | |
tree | 222ef775d16278f83234c02be94aed3c65fb55d9 /Makefile | |
parent | b6fec3eb7f9ddfda25202eb272900ffdeeb753b3 (diff) | |
download | ffmpeg-d95a0c67ae1dbcace6b4043a6cbedcc23d3f319d.tar.gz |
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-- | Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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) |