diff options
author | Fredrik Fornwall <fredrik@fornwall.net> | 2016-08-24 10:16:00 +0000 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2016-08-24 13:35:45 +0300 |
commit | c611c6c6c0cfc30c39e483d3f277f0aa88246e7c (patch) | |
tree | 34b2c1a749d3c60a4adc189f6d45ae8b392e67c5 | |
parent | c6d389c7722e0ed0d39ea4f85f7fa14a42f1187c (diff) |
opensles: Add opensles.h to noinst_HEADERS
https://bugzilla.gnome.org/show_bug.cgi?id=770326
-rw-r--r-- | sys/opensles/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/opensles/Makefile.am b/sys/opensles/Makefile.am index 62368337b..764078e8c 100644 --- a/sys/opensles/Makefile.am +++ b/sys/opensles/Makefile.am @@ -20,5 +20,6 @@ libgstopensles_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS) noinst_HEADERS = openslescommon.h \ openslesringbuffer.h \ openslessink.h \ - openslessrc.h + openslessrc.h \ + opensles.h |