diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2007-01-04 16:32:43 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2007-01-04 16:32:43 +0000 |
commit | abd2290ed141b010fc7e352e0114abb1c1d3e725 (patch) | |
tree | 2bcfb44f2d62c0a788c21b38f01351dc71bcb358 /ext | |
parent | 090f646b35f4e95454e9342c7e2744b8f852c6cc (diff) | |
download | gst-plugins-bad-abd2290ed141b010fc7e352e0114abb1c1d3e725.tar.gz gst-plugins-bad-abd2290ed141b010fc7e352e0114abb1c1d3e725.tar.bz2 gst-plugins-bad-abd2290ed141b010fc7e352e0114abb1c1d3e725.zip |
move amrwb code
Original commit message from CVS:
move amrwb code
Diffstat (limited to 'ext')
-rw-r--r-- | ext/amrwb/amrwb-code/Makefile.am | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/ext/amrwb/amrwb-code/Makefile.am b/ext/amrwb/amrwb-code/Makefile.am deleted file mode 100644 index 8c3c1268..00000000 --- a/ext/amrwb/amrwb-code/Makefile.am +++ /dev/null @@ -1,44 +0,0 @@ -noinst_LTLIBRARIES = libamrwb.la - -nodist_libamrwb_la_SOURCES = \ - enc_acelp.c \ - enc_dtx.c \ - enc_gain.c \ - enc_if.c \ - enc_lpc.c \ - enc_main.c \ - enc_rom.c \ - enc_util.c \ - if_rom.c \ - dec_acelp.c \ - dec_dtx.c \ - dec_gain.c \ - dec_if.c \ - dec_lpc.c \ - dec_main.c \ - dec_rom.c \ - dec_util.c - -libamrwb_la_CFLAGS = -I./amrwb-code/c-code -libamrwb_la_LIBADD = $(GST_BASE_LIBS) $(AMRWB_LIBS) -libamrwb_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) - -nodist_noinst_HEADERS = \ - dec_acelp.h \ - dec_dtx.h \ - dec_gain.h \ - dec.h \ - dec_if.h \ - dec_lpc.h \ - dec_main.h \ - dec_util.h \ - enc_acelp.h \ - enc_dtx.h \ - enc_gain.h \ - enc.h \ - enc_if.h \ - enc_lpc.h \ - enc_main.h \ - enc_util.h \ - if_rom.h \ - typedef.h |