2011-05-23 11:41:36 +00:00
|
|
|
# Note: plugindir is set in configure
|
|
|
|
|
|
|
|
plugin_LTLIBRARIES = libgstopenal.la
|
|
|
|
|
|
|
|
# sources used to compile this plug-in
|
2011-05-23 12:14:09 +00:00
|
|
|
libgstopenal_la_SOURCES = gstopenal.c gstopenalsink.c gstopenalsrc.c
|
2011-05-23 11:41:36 +00:00
|
|
|
|
|
|
|
# compiler and linker flags used to compile this plugin, set in configure.ac
|
2011-05-23 13:58:08 +00:00
|
|
|
libgstopenal_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) $(OPENAL_CFLAGS) $(GST_PLUGINS_BAD_CFLAGS)
|
2011-05-23 11:41:36 +00:00
|
|
|
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
|
2011-05-23 13:58:08 +00:00
|
|
|
noinst_HEADERS = gstopenalsink.h gstopenalsrc.h
|