mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
fix build of openal plugin from disted tarball
This commit is contained in:
parent
67f23a8539
commit
efb89cfd4c
2 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue