mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-09 19:09:41 +00:00
1dcf747efc
Original commit message from CVS: adding flac
10 lines
241 B
Makefile
10 lines
241 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)
|