summaryrefslogtreecommitdiffstats
path: root/ext/amrwb/amrwb-code
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2006-04-06 12:52:22 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2006-04-06 12:52:22 +0000
commit295d13a353106f8ca002304ea2a68e2f0058ae2a (patch)
tree46a7da855f7a11aec54a609b4b9487da9c82205e /ext/amrwb/amrwb-code
parentdacf8eaa18c2a140b0abb4c9ae0477621d50cf88 (diff)
downloadgst-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/amrwb/amrwb-code')
-rw-r--r--ext/amrwb/amrwb-code/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/amrwb/amrwb-code/Makefile.am b/ext/amrwb/amrwb-code/Makefile.am
index a11be20c..8c3c1268 100644
--- a/ext/amrwb/amrwb-code/Makefile.am
+++ b/ext/amrwb/amrwb-code/Makefile.am
@@ -1,6 +1,6 @@
noinst_LTLIBRARIES = libamrwb.la
-libamrwb_la_SOURCES = \
+nodist_libamrwb_la_SOURCES = \
enc_acelp.c \
enc_dtx.c \
enc_gain.c \
@@ -23,7 +23,7 @@ libamrwb_la_CFLAGS = -I./amrwb-code/c-code
libamrwb_la_LIBADD = $(GST_BASE_LIBS) $(AMRWB_LIBS)
libamrwb_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-noinst_HEADERS = \
+nodist_noinst_HEADERS = \
dec_acelp.h \
dec_dtx.h \
dec_gain.h \