mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-09 19:09:41 +00:00
56f271163b
Original commit message from CVS: adding flac
10 lines
254 B
Makefile
10 lines
254 B
Makefile
plugindir = $(libdir)/gst
|
|
|
|
plugin_LTLIBRARIES = libgstflac.la
|
|
|
|
libgstflac_la_SOURCES = gstflac.c gstflacenc.c gstflacdec.c
|
|
|
|
noinst_HEADERS = gstflacenc.h gstflacdec.h
|
|
|
|
libgstflac_la_CFLAGS = $(GST_CFLAGS)
|
|
libgstflac_la_LIBADD = $(GST_LIBS) $(FLAC_LIBS)
|