Commit 6870a440 authored by Justin Ruggles's avatar Justin Ruggles Committed by Michael Niedermayer

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

Originally committed as revision 4500 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent f2af0e5e
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment