mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 06:46:38 +00:00
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
This commit is contained in:
parent
dacf8eaa18
commit
295d13a353
3 changed files with 10 additions and 5 deletions
|
@ -1,3 +1,9 @@
|
|||
2006-04-06 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
|
||||
* ext/Makefile.am:
|
||||
* ext/amrwb/amrwb-code/Makefile.am:
|
||||
don't dist amr wb source code
|
||||
|
||||
2006-04-06 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
Patch by: j^ <j at bootlab dot org>
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
if USE_AMRWB
|
||||
AMRWB_DIR = amrwb
|
||||
else
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue