fix build of openal plugin from disted tarball

This commit is contained in:
Christian Fredrik Kalager Schaller 2011-05-23 14:58:08 +01:00
parent 67f23a8539
commit efb89cfd4c
2 changed files with 3 additions and 2 deletions

View file

@ -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

View file

@ -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