mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
892a3190ac
Original commit message from CVS: * s/filter/plugin/ * link plugins to GST_LIBS * rearrange rules to a common format
12 lines
320 B
Makefile
12 lines
320 B
Makefile
plugindir = $(libdir)/gst
|
|
|
|
plugin_LTLIBRARIES = libgstac3parse.la
|
|
|
|
libgstac3parse_la_SOURCES = gstac3parse.c
|
|
|
|
noinst_HEADERS = gstac3parse.h
|
|
|
|
libgstac3parse_la_CFLAGS = -O3 $(FOMIT_FRAME_POINTER) -funroll-all-loops -finline-functions -ffast-math $(GST_CFLAGS)
|
|
libgstac3parse_la_LIBADD = $(GST_LIBS)
|
|
|
|
EXTRA_DIST = README
|