diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2006-04-06 12:52:22 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2006-04-06 12:52:22 +0000 |
commit | 295d13a353106f8ca002304ea2a68e2f0058ae2a (patch) | |
tree | 46a7da855f7a11aec54a609b4b9487da9c82205e /ext/Makefile.am | |
parent | dacf8eaa18c2a140b0abb4c9ae0477621d50cf88 (diff) | |
download | gst-plugins-bad-295d13a353106f8ca002304ea2a68e2f0058ae2a.tar.gz gst-plugins-bad-295d13a353106f8ca002304ea2a68e2f0058ae2a.tar.bz2 gst-plugins-bad-295d13a353106f8ca002304ea2a68e2f0058ae2a.zip |
ext/: don't dist amr wb source code
Original commit message from CVS:
* ext/Makefile.am:
* ext/amrwb/amrwb-code/Makefile.am:
don't dist amr wb source code
Diffstat (limited to 'ext/Makefile.am')
-rw-r--r-- | ext/Makefile.am | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am index 4b6e741f..a9f1e227 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -1,8 +1,7 @@ - if USE_AMRWB - AMRWB_DIR = amrwb +AMRWB_DIR = amrwb else - AMRWB_DIR = +AMRWB_DIR = endif # if USE_ARTS |