Skip to content
Snippets Groups Projects
Commit 40da61ef authored by Michael Niedermayer's avatar Michael Niedermayer
Browse files

Makefile: critical build fix after the merge. make fate passed locally due to...

Makefile: critical build fix after the merge. make fate passed locally due to ffmpeg/ffmpeg_g being there from before

Signed-off-by: default avatarMichael Niedermayer <michaelni@gmx.at>
parent 174df6af
No related branches found
No related tags found
No related merge requests found
......@@ -84,7 +84,7 @@ ffplay.o: CFLAGS += $(SDL_CFLAGS)
ffplay_g$(EXESUF): FF_EXTRALIBS += $(SDL_LIBS)
ffserver_g$(EXESUF): FF_LDFLAGS += $(FFSERVERLDFLAGS)
$(PROGS): %_g$(EXESUF): %.o cmdutils.o $(FF_DEP_LIBS)
%_g$(EXESUF): %.o cmdutils.o $(FF_DEP_LIBS)
$(LD) $(FF_LDFLAGS) -o $@ $< cmdutils.o $(FF_EXTRALIBS)
alltools: $(TOOLS)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment