mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 18:39:54 +00:00
6d514674c5
Original commit message from CVS: Add hack to make the flac plugin compile with both flac-1.0.2 and 1.0.3
10 lines
301 B
Makefile
10 lines
301 B
Makefile
plugindir = $(libdir)/gst
|
|
|
|
plugin_LTLIBRARIES = libgstflac.la
|
|
|
|
libgstflac_la_SOURCES = gstflac.c gstflacenc.c gstflacdec.c
|
|
libgstflac_la_CFLAGS = $(GST_CFLAGS)
|
|
libgstflac_la_LIBADD = $(FLAC_LIBS)
|
|
libgstflac_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
noinst_HEADERS = gstflacenc.h gstflacdec.h flac_compat.h
|