mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
97d72b4f0e
Original commit message from CVS: adding sidplay no checks in yet though
10 lines
224 B
Makefile
10 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)
|