summaryrefslogtreecommitdiffstats
path: root/ext/amrwb/Makefile.am
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2007-01-04 16:32:43 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2007-01-04 16:32:43 +0000
commit4d3eb2d7f042bbcfad85cc44e254a0688694caea (patch)
tree273894a792cb0f1d58346180720a8cdce886b171 /ext/amrwb/Makefile.am
parentabd2290ed141b010fc7e352e0114abb1c1d3e725 (diff)
downloadgst-plugins-bad-4d3eb2d7f042bbcfad85cc44e254a0688694caea.tar.gz
gst-plugins-bad-4d3eb2d7f042bbcfad85cc44e254a0688694caea.tar.bz2
gst-plugins-bad-4d3eb2d7f042bbcfad85cc44e254a0688694caea.zip
move amrwb code
Original commit message from CVS: move amrwb code
Diffstat (limited to 'ext/amrwb/Makefile.am')
-rw-r--r--ext/amrwb/Makefile.am5
1 files changed, 2 insertions, 3 deletions
diff --git a/ext/amrwb/Makefile.am b/ext/amrwb/Makefile.am
index 3efa09d8..9dd83963 100644
--- a/ext/amrwb/Makefile.am
+++ b/ext/amrwb/Makefile.am
@@ -1,4 +1,3 @@
-SUBDIRS = amrwb-code
plugin_LTLIBRARIES = libgstamrwb.la
libgstamrwb_la_SOURCES = \
@@ -7,8 +6,8 @@ libgstamrwb_la_SOURCES = \
gstamrwbenc.c \
gstamrwbparse.c
-libgstamrwb_la_CFLAGS = $(GST_CFLAGS) $(AMRWB_CFLAGS) -Iamrwb-code/
-libgstamrwb_la_LIBADD = $(GST_BASE_LIBS) $(AMRWB_LIBS) amrwb-code/libamrwb.la
+libgstamrwb_la_CFLAGS = $(GST_CFLAGS) -I$(top_builddir)/gst-libs/ext/amrwb
+libgstamrwb_la_LIBADD = $(GST_BASE_LIBS) $(AMRWB_LIBS) $(top_builddir)/gst-libs/ext/amrwb/libamrwb.la
libgstamrwb_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
noinst_HEADERS = \