summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Ruggles <jruggle@earthlink.net>2005-08-10 08:49:10 +0000
committerMichael Niedermayer <michaelni@gmx.at>2005-08-10 08:49:10 +0000
commit6870a440cee9c142c5d99b44e6c93348b901c4d0 (patch)
treea5ba088d56200bd0e10d422901a9eb992dcdbfc2
parentf2af0e5e545168a6a4ae769b3c407f7065cfb74b (diff)
configure libgsm patch by (Justin Ruggles: jruggle, earthlink net)
Originally committed as revision 4500 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 03d96ea8c5..df3d5ec8db 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