summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2007-02-27 22:56:02 +0000
committerMåns Rullgård <mans@mansr.com>2007-02-27 22:56:02 +0000
commit42a4ca83ea4b232c955d96c786530cca642dee62 (patch)
treecc1cf169f84fea0493283c4bc636e63698224f32 /Makefile
parent4c9b0af57b01cbe8dbabe849bcaa05ca9acb975a (diff)
remove useless OBJS variable
Originally committed as revision 8154 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 50fb3bedf1..15d9daf6bd 100644
--- a/Makefile
+++ b/Makefile
@@ -40,8 +40,7 @@ all: documentation
install: install-man
endif
-OBJS = ffmpeg.o ffserver.o cmdutils.o ffplay.o
-SRCS = $(OBJS:.o=.c) $(ASM_OBJS:.o=.s)
+SRCS = ffmpeg.c ffserver.c cmdutils.c ffplay.c
LDFLAGS := -L$(BUILD_ROOT)/libavformat -L$(BUILD_ROOT)/libavcodec -L$(BUILD_ROOT)/libavutil $(LDFLAGS)
EXTRALIBS := -lavformat$(BUILDSUF) -lavcodec$(BUILDSUF) -lavutil$(BUILDSUF) $(EXTRALIBS)