mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-25 15:36:42 +00:00
10 lines
249 B
Makefile
10 lines
249 B
Makefile
plugindir = $(libdir)/gst
|
|
|
|
plugin_LTLIBRARIES = libgstmad.la
|
|
|
|
libgstmad_la_SOURCES = gstmad.c
|
|
libgstmad_la_CFLAGS = $(GST_CFLAGS)
|
|
libgstmad_la_LIBADD = $(GST_LIBS) $(MAD_LIBS)
|
|
libgstmad_la_LDFLAGS = @GST_PLUGIN_LDFLAGS@
|
|
|
|
noinst_HEADERS = gstmad.h
|