diff options
author | Måns Rullgård <mans@mansr.com> | 2008-10-25 14:00:28 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2008-10-25 14:00:28 +0000 |
commit | c87348a9223eb0e619fcf6b476fe79ea3ceeb495 (patch) | |
tree | 81fd8ee7e64704d9d1caea4d540ed0ad0d59fc70 /Makefile | |
parent | 0ca1656a2bd0e7a21935968a466fbfed511bdc29 (diff) | |
download | ffmpeg-c87348a9223eb0e619fcf6b476fe79ea3ceeb495.tar.gz |
Use OBJS variable for all object files
There is no longer any need to differentiate the object files
by source type.
Originally committed as revision 15708 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -46,7 +46,7 @@ $(PROGS): %$(EXESUF): %_g$(EXESUF) cp -p $< $@ $(STRIP) $@ -SUBDIR_VARS := OBJS ASM_OBJS CPP_OBJS FFLIBS CLEANFILES DIRS TESTS +SUBDIR_VARS := OBJS FFLIBS CLEANFILES DIRS TESTS define RESET $(1) := |