diff options
author | Diego Biurrun <diego@biurrun.de> | 2012-02-06 19:31:18 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2012-03-26 13:29:03 +0200 |
commit | e7e19b15c75dca9eddd5d41eb105853c29ea55fd (patch) | |
tree | 6864cabf57dacd21234b5b5433b825ca294f1dd1 /libswscale/Makefile | |
parent | 6a7c5312d8caafc6b81803fdddfd7050e88d55f7 (diff) | |
download | ffmpeg-e7e19b15c75dca9eddd5d41eb105853c29ea55fd.tar.gz |
build: Only clean the architecture subdirectory we build for.
This allows simplifying the Makefiles; it is no longer necessary to register
arch subdirectory Makefiles, just putting them in place is enough.
Diffstat (limited to 'libswscale/Makefile')
-rw-r--r-- | libswscale/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libswscale/Makefile b/libswscale/Makefile index 04019307fd..7301646f4b 100644 --- a/libswscale/Makefile +++ b/libswscale/Makefile @@ -29,5 +29,3 @@ MMX-OBJS-$(HAVE_YASM) += x86/input.o \ OBJS-$(CONFIG_XMM_CLOBBER_TEST) += x86/w64xmmtest.o TESTPROGS = colorspace swscale - -DIRS = bfin ppc sparc x86 |