mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-13 11:56:35 +00:00
11 lines
224 B
Makefile
11 lines
224 B
Makefile
|
plugindir = $(libdir)/gst
|
||
|
|
||
|
plugin_LTLIBRARIES = libgstsid.la
|
||
|
|
||
|
libgstsid_la_SOURCES = gstsiddec.cc
|
||
|
|
||
|
noinst_HEADERS = gstsiddec.h
|
||
|
libgstsid_la_CXXFLAGS = $(SIDPLAY_CFLAGS) $(GST_CFLAGS)
|
||
|
|
||
|
libgstsid_la_LIBADD = $(SIDPLAY_LIBS)
|