[Ffmpeg-cvslog] CVS: ffmpeg Makefile,1.82,1.83
Michael Niedermayer CVS
michael
Wed Aug 10 10:49:12 CEST 2005
Update of /cvsroot/ffmpeg/ffmpeg
In directory mail:/var2/tmp/cvs-serv9301
Modified Files:
Makefile
Log Message:
configure libgsm patch by (Justin Ruggles: jruggle, earthlink net)
Index: Makefile
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/Makefile,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -d -r1.82 -r1.83
--- Makefile 1 Aug 2005 20:07:02 -0000 1.82
+++ Makefile 10 Aug 2005 08:49:10 -0000 1.83
@@ -69,6 +69,10 @@
EXTRALIBS+=-lxvidcore
endif
+ifeq ($(CONFIG_LIBGSM),yes)
+EXTRALIBS+=-lgsm
+endif
+
ifeq ($(CONFIG_DC1394),yes)
EXTRALIBS+=-ldc1394_control -lraw1394
endif
More information about the ffmpeg-cvslog
mailing list