Mercurial > libavcodec.hg
changeset 9243:c09443000c4b libavcodec
Add rule for building API example programs.
author | diego |
---|---|
date | Sun, 22 Mar 2009 22:33:41 +0000 |
parents | 3153dcc9f8d0 |
children | cbf65173eed3 |
files | Makefile |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Sun Mar 22 22:13:10 2009 +0000 +++ b/Makefile Sun Mar 22 22:33:41 2009 +0000 @@ -525,11 +525,12 @@ 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