diff options
author | Flavio Oliveira <flavio.oliveira@indt.org.br> | 2005-09-02 20:21:17 +0000 |
---|---|---|
committer | Flavio Oliveira <flavio.oliveira@indt.org.br> | 2005-09-02 20:21:17 +0000 |
commit | 36634356e6bf464a8689657fe532265ea6870555 (patch) | |
tree | 6cbebcf971b256550bac4bbfea5e0b9884405047 /ext/Makefile.am | |
parent | 741afd1f75ed86d96e2f1f1a7d19eb34340ff676 (diff) | |
download | gst-plugins-bad-36634356e6bf464a8689657fe532265ea6870555.tar.gz gst-plugins-bad-36634356e6bf464a8689657fe532265ea6870555.tar.bz2 gst-plugins-bad-36634356e6bf464a8689657fe532265ea6870555.zip |
Ported GSM Encoder to GStreamer 0.9
Original commit message from CVS:
Ported GSM Encoder to GStreamer 0.9
Diffstat (limited to 'ext/Makefile.am')
-rw-r--r-- | ext/Makefile.am | 9 |
1 files changed, 5 insertions, 4 deletions
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 \ |