mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-09 16:50:01 +00:00
Clear some more variables that are used on subdir Makefiles.
Originally committed as revision 18180 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
d7520f217a
commit
1bbeb23356
3
Makefile
3
Makefile
@ -47,7 +47,8 @@ $(PROGS): %$(EXESUF): %_g$(EXESUF)
|
|||||||
cp -p $< $@
|
cp -p $< $@
|
||||||
$(STRIP) $@
|
$(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
|
define RESET
|
||||||
$(1) :=
|
$(1) :=
|
||||||
|
Loading…
Reference in New Issue
Block a user