mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-30 20:20:38 +00:00
37770a0f4c
Original commit message from CVS: wtay's version
11 lines
197 B
Makefile
11 lines
197 B
Makefile
plugindir = $(libdir)/gst
|
|
|
|
plugin_LTLIBRARIES = libgstmad.la
|
|
|
|
libgstmad_la_SOURCES = \
|
|
gstmad.c
|
|
|
|
libgstmad_la_CFLAGS = $(GST_CFLAGS)
|
|
libgstmad_la_LIBADD = $(MAD_LIBS)
|
|
|
|
noinst_HEADERS = gstmad.h
|