From efb89cfd4c84cd2e5bc04b9c105879c985b81261 Mon Sep 17 00:00:00 2001 From: Christian Fredrik Kalager Schaller Date: Mon, 23 May 2011 14:58:08 +0100 Subject: [PATCH] fix build of openal plugin from disted tarball --- ext/openal/Makefile.am | 4 ++-- gst-plugins-bad.spec.in | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ext/openal/Makefile.am b/ext/openal/Makefile.am index 2110689..b5e4e5b 100644 --- a/ext/openal/Makefile.am +++ b/ext/openal/Makefile.am @@ -6,10 +6,10 @@ plugin_LTLIBRARIES = libgstopenal.la libgstopenal_la_SOURCES = gstopenal.c gstopenalsink.c gstopenalsrc.c # compiler and linker flags used to compile this plugin, set in configure.ac -libgstopenal_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) $(OPENAL_CFLAGS) +libgstopenal_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) $(OPENAL_CFLAGS) $(GST_PLUGINS_BAD_CFLAGS) libgstopenal_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) -lgstaudio-@GST_MAJORMINOR@ $(GST_BASE_LIBS) $(GST_LIBS) $(OPENAL_LIBS) libgstopenal_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) libgstopenal_la_LIBTOOLFLAGS = --tag=disable-static # headers we need but don't want installed -noinst_HEADERS = gstopenalsink.h gstopenalsrc.c +noinst_HEADERS = gstopenalsink.h gstopenalsrc.h diff --git a/gst-plugins-bad.spec.in b/gst-plugins-bad.spec.in index 5cf330c..a636ca4 100644 --- a/gst-plugins-bad.spec.in +++ b/gst-plugins-bad.spec.in @@ -272,6 +272,7 @@ aren't tested well enough, or the code is not of good enough quality. %{_libdir}/gstreamer-%{majorminor}/libgstvideofiltersbad.so %{_libdir}/gstreamer-%{majorminor}/libgstvideoparsersbad.so %{_libdir}/gstreamer-%{majorminor}/libgsty4mdec.so +%{_libdir}/gstreamer-%{majorminor}//libgstopenal.so %{_libdir}/libgstbasecamerabinsrc-%{majorminor}.so.0 %{_libdir}/libgstbasecamerabinsrc-%{majorminor}.so.0.0.0 -- 2.7.4