mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
build: make rule for linking ff* apply only to these targets
This ensures that the special link command using cmdutils.o only applies to the targets it should. Signed-off-by: Mans Rullgard <mans@mansr.com>
This commit is contained in:
parent
d93d7349ce
commit
6d170962bd
2
Makefile
2
Makefile
@ -78,7 +78,7 @@ ffplay.o: CFLAGS += $(SDL_CFLAGS)
|
||||
ffplay$(EXESUF): FF_EXTRALIBS += $(SDL_LIBS)
|
||||
ffserver$(EXESUF): FF_LDFLAGS += $(FFSERVERLDFLAGS)
|
||||
|
||||
%$(EXESUF): %.o cmdutils.o $(FF_DEP_LIBS)
|
||||
$(PROGS): %$(EXESUF): %.o cmdutils.o $(FF_DEP_LIBS)
|
||||
$(LD) $(FF_LDFLAGS) -o $@ $< cmdutils.o $(FF_EXTRALIBS)
|
||||
|
||||
alltools: $(TOOLS)
|
||||
|
Loading…
Reference in New Issue
Block a user