From 36634356e6bf464a8689657fe532265ea6870555 Mon Sep 17 00:00:00 2001 From: Flavio Oliveira Date: Fri, 2 Sep 2005 20:21:17 +0000 Subject: Ported GSM Encoder to GStreamer 0.9 Original commit message from CVS: Ported GSM Encoder to GStreamer 0.9 --- ext/Makefile.am | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'ext/Makefile.am') diff --git a/ext/Makefile.am b/ext/Makefile.am index b2a039eb..2219f3d3 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -76,11 +76,11 @@ endif ## FESTIVAL_DIR= ## endif -# if USE_GSM -# GSM_DIR=gsm -# else +if USE_GSM +GSM_DIR=gsm +else GSM_DIR= -# endif +endif # if USE_HERMES # HERMES_DIR=hermes @@ -261,6 +261,7 @@ DIST_SUBDIRS=\ amrnb \ faac \ faad \ + gsm \ lame \ mad \ mpeg2dec \ -- cgit v1.2.1