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

Originally committed as revision 4500 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Justin Ruggles 20 years ago committed by Michael Niedermayer
parent f2af0e5e54
commit 6870a440ce
  1. 4
      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

Loading…
Cancel
Save