Commit 6e69586b authored by Diego Biurrun's avatar Diego Biurrun

Build ffserver_g as well as ffserver, consistent with the other binaries.

Originally committed as revision 12439 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 99c763d1
......@@ -93,7 +93,7 @@ lib:
ffmpeg_g$(EXESUF): ffmpeg.o cmdutils.o .libs
$(CC) $(LDFLAGS) -o $@ ffmpeg.o cmdutils.o $(EXTRALIBS)
ffserver$(EXESUF): ffserver.o cmdutils.o .libs
ffserver_g$(EXESUF): ffserver.o cmdutils.o .libs
$(CC) $(LDFLAGS) $(FFSERVERLDFLAGS) -o $@ ffserver.o cmdutils.o $(EXTRALIBS)
ffplay_g$(EXESUF): ffplay.o cmdutils.o .libs
......
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