summaryrefslogtreecommitdiff
path: root/libavcodec/Makefile
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2009-03-22 22:33:41 +0000
committerDiego Biurrun <diego@biurrun.de>2009-03-22 22:33:41 +0000
commit6708cfc4d3a079527409b2ba2fc75997a7975104 (patch)
treecda72725caee6452e59ddf27c95cafa40fb5e9da /libavcodec/Makefile
parent326e9eaa201007164a65baf5f48d7d4e017abde8 (diff)
Add rule for building API example programs.
Originally committed as revision 18161 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r--libavcodec/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 4843e0933a..196be013f4 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -525,11 +525,12 @@ OBJS-$(HAVE_VIS) += sparc/dsputil_vis.o \
sparc/simple_idct_vis.o \
+EXAMPLES = apiexample$(EXESUF)
+
TESTS = $(addsuffix -test$(EXESUF), cabac dct eval fft h264 rangecoder snow)
TESTS-$(ARCH_X86) += x86/cpuid-test$(EXESUF)
TESTS-$(HAVE_MMX) += motion-test$(EXESUF)
-CLEANFILES = apiexample$(EXESUF)
DIRS = alpha arm bfin mlib ppc ps2 sh4 sparc x86
include $(SUBDIR)../subdir.mak