diff options
author | Ramiro Polla <ramiro.polla@gmail.com> | 2009-03-25 00:50:56 +0000 |
---|---|---|
committer | Ramiro Polla <ramiro.polla@gmail.com> | 2009-03-25 00:50:56 +0000 |
commit | 1bbeb2335615f5e9179947d64085bacaa812fe2f (patch) | |
tree | 0f1c74c520438e0683135c722401c24d805879d7 | |
parent | d7520f217af1c4ae0502829dde4e606b0c508c6b (diff) | |
download | ffmpeg-1bbeb2335615f5e9179947d64085bacaa812fe2f.tar.gz |
Clear some more variables that are used on subdir Makefiles.
Originally committed as revision 18180 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -47,7 +47,8 @@ $(PROGS): %$(EXESUF): %_g$(EXESUF) cp -p $< $@ $(STRIP) $@ -SUBDIR_VARS := OBJS FFLIBS CLEANFILES DIRS TESTPROGS EXAMPLES +SUBDIR_VARS := OBJS FFLIBS CLEANFILES DIRS TESTPROGS EXAMPLES \ + ALTIVEC-OBJS MMX-OBJS YASM-OBJS-FFT YASM-OBJS define RESET $(1) := |