mirror of https://git.ffmpeg.org/ffmpeg.git
Fix typo: '.' was used instead of '/' as directory separator.
Originally committed as revision 19807 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
648d792042
commit
2205da0d11
2
Makefile
2
Makefile
|
@ -70,7 +70,7 @@ ffserver_g$(EXESUF): FF_LDFLAGS += $(FFSERVERLDFLAGS)
|
||||||
tools/%$(EXESUF): tools/%.o
|
tools/%$(EXESUF): tools/%.o
|
||||||
$(LD) $(FF_LDFLAGS) -o $@ $< $(FF_EXTRALIBS)
|
$(LD) $(FF_LDFLAGS) -o $@ $< $(FF_EXTRALIBS)
|
||||||
|
|
||||||
tools/%.o: tools.%.c
|
tools/%.o: tools/%.c
|
||||||
$(CC) $(CPPFLAGS) $(CFLAGS) $(CC_O) $<
|
$(CC) $(CPPFLAGS) $(CFLAGS) $(CC_O) $<
|
||||||
|
|
||||||
ffplay.o ffplay.d: CFLAGS += $(SDL_CFLAGS)
|
ffplay.o ffplay.d: CFLAGS += $(SDL_CFLAGS)
|
||||||
|
|
Loading…
Reference in New Issue