summaryrefslogtreecommitdiffstats
path: root/ext/amrwb/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'ext/amrwb/Makefile.am')
-rw-r--r--ext/amrwb/Makefile.am18
1 files changed, 0 insertions, 18 deletions
diff --git a/ext/amrwb/Makefile.am b/ext/amrwb/Makefile.am
deleted file mode 100644
index c4060d7f..00000000
--- a/ext/amrwb/Makefile.am
+++ /dev/null
@@ -1,18 +0,0 @@
-plugin_LTLIBRARIES = libgstamrwb.la
-
-libgstamrwb_la_SOURCES = \
- gstamrwb.c \
- gstamrwbdec.c \
- gstamrwbenc.c \
- gstamrwbparse.c
-
-libgstamrwb_la_CFLAGS = $(GST_CFLAGS) $(AMRWB_CFLAGS)
-libgstamrwb_la_LIBADD = $(GST_BASE_LIBS) $(AMRWB_LIBS)
-libgstamrwb_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-libgstamrwb_la_LIBTOOLFLAGS = --tag=disable-static
-
-noinst_HEADERS = \
- gstamrwbdec.h \
- gstamrwbenc.h \
- gstamrwbparse.h
-