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:
parent
f2af0e5e54
commit
6870a440ce
4
Makefile
4
Makefile
@ -69,6 +69,10 @@ ifeq ($(CONFIG_XVID),yes)
|
|||||||
EXTRALIBS+=-lxvidcore
|
EXTRALIBS+=-lxvidcore
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(CONFIG_LIBGSM),yes)
|
||||||
|
EXTRALIBS+=-lgsm
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(CONFIG_DC1394),yes)
|
ifeq ($(CONFIG_DC1394),yes)
|
||||||
EXTRALIBS+=-ldc1394_control -lraw1394
|
EXTRALIBS+=-ldc1394_control -lraw1394
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user