mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
include only files actually built in SRCS
Originally committed as revision 8289 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
5438308f3b
commit
7f0f6e13a7
2
Makefile
2
Makefile
@ -40,7 +40,7 @@ all: documentation
|
||||
install: install-man
|
||||
endif
|
||||
|
||||
SRCS = ffmpeg.c ffserver.c cmdutils.c ffplay.c
|
||||
SRCS = $(addsuffix .c, $(PROGS-yes)) cmdutils.c
|
||||
LDFLAGS := -L$(BUILD_ROOT)/libavformat -L$(BUILD_ROOT)/libavcodec -L$(BUILD_ROOT)/libavutil $(LDFLAGS)
|
||||
EXTRALIBS := -lavformat$(BUILDSUF) -lavcodec$(BUILDSUF) -lavutil$(BUILDSUF) $(EXTRALIBS)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user