diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2005-05-22 23:39:11 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2005-05-22 23:39:11 +0000 |
commit | bb4c2140c2333d71aaea15aa7aa759f3505a6139 (patch) | |
tree | 41be0860e6eec7a5229cf8c3ba0f83c29babe463 /libavcodec/Makefile | |
parent | cefe0607dd751b58d08e7dca4a0c381e917f30d9 (diff) | |
download | ffmpeg-bb4c2140c2333d71aaea15aa7aa759f3505a6139.tar.gz |
libgsm warper by (Alban Bedel: albeu, free fr)
Originally committed as revision 4302 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r-- | libavcodec/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index 951eb0c6c4..41b05a88fd 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -291,6 +291,11 @@ endif EXTRALIBS += -logg endif +ifeq ($(CONFIG_LIBGSM),yes) +OBJS += libgsm.o +EXTRALIBS += -lgsm +endif + ifeq ($(TARGET_GPROF),yes) CFLAGS+=-p LDFLAGS+=-p |