From 6708cfc4d3a079527409b2ba2fc75997a7975104 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sun, 22 Mar 2009 22:33:41 +0000 Subject: Add rule for building API example programs. Originally committed as revision 18161 to svn://svn.ffmpeg.org/ffmpeg/trunk --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 48f9620b04..c5e720363f 100644 --- a/Makefile +++ b/Makefile @@ -25,6 +25,8 @@ FFLIBS := avdevice avformat avcodec avutil swscale DATA_FILES := $(wildcard $(SRC_DIR)/ffpresets/*.ffpreset) +EXAMPLES = output_example$(EXESUF) + include common.mak FF_LDFLAGS := $(FFLDFLAGS) @@ -45,7 +47,7 @@ $(PROGS): %$(EXESUF): %_g$(EXESUF) cp -p $< $@ $(STRIP) $@ -SUBDIR_VARS := OBJS FFLIBS CLEANFILES DIRS TESTS +SUBDIR_VARS := OBJS FFLIBS CLEANFILES DIRS TESTS EXAMPLES define RESET $(1) := -- cgit v1.2.3