OSDN Git Service

remove useless OBJS variable
authorMåns Rullgård <mans@mansr.com>
Tue, 27 Feb 2007 22:56:02 +0000 (22:56 +0000)
committerMåns Rullgård <mans@mansr.com>
Tue, 27 Feb 2007 22:56:02 +0000 (22:56 +0000)
Originally committed as revision 8154 to svn://svn.ffmpeg.org/ffmpeg/trunk

Makefile

index 50fb3be..15d9daf 100644 (file)
--- 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)