From 6870a440cee9c142c5d99b44e6c93348b901c4d0 Mon Sep 17 00:00:00 2001 From: Justin Ruggles Date: Wed, 10 Aug 2005 08:49:10 +0000 Subject: [PATCH] configure libgsm patch by (Justin Ruggles: jruggle, earthlink net) Originally committed as revision 4500 to svn://svn.ffmpeg.org/ffmpeg/trunk --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.7.4