[SCM] libav/experimental: configure libgsm patch by (Justin Ruggles: jruggle, earthlink net)

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:44:50 UTC 2013


The following commit has been merged in the experimental branch:
commit 6870a440cee9c142c5d99b44e6c93348b901c4d0
Author: Justin Ruggles <jruggle at earthlink.net>
Date:   Wed Aug 10 08:49:10 2005 +0000

    configure libgsm patch by (Justin Ruggles: jruggle, earthlink net)
    
    Originally committed as revision 4500 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/Makefile b/Makefile
index 03d96ea..df3d5ec 100644
--- a/Makefile
+++ b/Makefile
@@ -69,6 +69,10 @@ ifeq ($(CONFIG_XVID),yes)
 EXTRALIBS+=-lxvidcore
 endif
 
+ifeq ($(CONFIG_LIBGSM),yes)
+EXTRALIBS+=-lgsm
+endif
+
 ifeq ($(CONFIG_DC1394),yes)
 EXTRALIBS+=-ldc1394_control -lraw1394
 endif

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list