[SCM] libav/experimental: Build ffserver_g as well as ffserver, consistent with the other binaries.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:16:59 UTC 2013


The following commit has been merged in the experimental branch:
commit 6e69586b4439d6ef82a736332eb550a73483e2df
Author: Diego Biurrun <diego at biurrun.de>
Date:   Fri Mar 14 12:44:07 2008 +0000

    Build ffserver_g as well as ffserver, consistent with the other binaries.
    
    Originally committed as revision 12439 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/Makefile b/Makefile
index bd51432..5d18773 100644
--- a/Makefile
+++ b/Makefile
@@ -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

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list