Commit 4d1156cb authored by Ramiro Polla's avatar Ramiro Polla

Fix building of object files in tools/

Fixes issue issue2408.

Originally committed as revision 25905 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 3cf8db94
......@@ -90,7 +90,7 @@ tools/%$(EXESUF): tools/%.o
$(LD) $(FF_LDFLAGS) -o $@ $< $(FF_EXTRALIBS)
tools/%.o: tools/%.c
$(CC) $(CPPFLAGS) $(CFLAGS) $(CC_O) $<
$(CC) $(CPPFLAGS) $(CFLAGS) -c $(CC_O) $<
ffplay.o: CFLAGS += $(SDL_CFLAGS)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment