diff options
author | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2012-10-18 13:56:55 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2012-10-18 14:03:10 +0200 |
commit | 9c1543bd79dc1da9a7dd7b92146a467589f1ed7e (patch) | |
tree | e166e2e5914fc34d85e9ec0a1e129cdc5a081e01 /sys/opensles | |
parent | e4810c3420201972ceb8a419e9bbc0b4a7b56f67 (diff) | |
download | gstreamer-plugins-bad-9c1543bd79dc1da9a7dd7b92146a467589f1ed7e.tar.gz |
opensles: Integrate into build system
Diffstat (limited to 'sys/opensles')
-rw-r--r-- | sys/opensles/Makefile.am | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/opensles/Makefile.am b/sys/opensles/Makefile.am index 16b171a29..dda503277 100644 --- a/sys/opensles/Makefile.am +++ b/sys/opensles/Makefile.am @@ -15,10 +15,7 @@ libgstopensles_la_LIBADD = \ $(GST_BASE_LIBS) \ $(GST_LIBS) libgstopensles_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -lOpenSLES - -if !GST_PLUGIN_BUILD_STATIC libgstopensles_la_LIBTOOLFLAGS = --tag=disable-static --tag=CC -endif noinst_HEADERS = openslesringbuffer.h \ openslessink.h \ |