diff options
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 |