mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-02 22:46:35 +00:00
13 lines
333 B
Makefile
13 lines
333 B
Makefile
|
plugin_LTLIBRARIES = libgstmusepack.la
|
||
|
|
||
|
libgstmusepack_la_SOURCES = \
|
||
|
gstmusepackdec.cpp \
|
||
|
gstmusepackreader.cpp
|
||
|
libgstmusepack_la_CXXFLAGS = $(MUSEPACK_CFLAGS) $(GST_CFLAGS)
|
||
|
libgstmusepack_la_LIBADD = $(MUSEPACK_LIBS)
|
||
|
libgstmusepack_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||
|
|
||
|
noinst_HEADERS = \
|
||
|
gstmusepackdec.h \
|
||
|
gstmusepackreader.h
|