summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2008-10-25 14:00:28 +0000
committerMåns Rullgård <mans@mansr.com>2008-10-25 14:00:28 +0000
commitc87348a9223eb0e619fcf6b476fe79ea3ceeb495 (patch)
tree81fd8ee7e64704d9d1caea4d540ed0ad0d59fc70 /Makefile
parent0ca1656a2bd0e7a21935968a466fbfed511bdc29 (diff)
downloadffmpeg-streaming-c87348a9223eb0e619fcf6b476fe79ea3ceeb495.zip
ffmpeg-streaming-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--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0b1d2da..cb67a9b 100644
--- a/Makefile
+++ b/Makefile
@@ -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) :=
OpenPOWER on IntegriCloud