diff options
author | Justin Ruggles | 2005-08-10 08:49:10 +0000 |
---|---|---|
committer | Michael Niedermayer | 2005-08-10 08:49:10 +0000 |
commit | 6870a440cee9c142c5d99b44e6c93348b901c4d0 (patch) | |
tree | a5ba088d56200bd0e10d422901a9eb992dcdbfc2 /Makefile | |
parent | f2af0e5e545168a6a4ae769b3c407f7065cfb74b (diff) |
configure libgsm patch by (Justin Ruggles: jruggle, earthlink net)
Originally committed as revision 4500 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |