1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

configure libgsm patch by (Justin Ruggles: jruggle, earthlink net)

Originally committed as revision 4500 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Justin Ruggles 2005-08-10 08:49:10 +00:00 committed by Michael Niedermayer
parent f2af0e5e54
commit 6870a440ce

View File

@ -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