mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-09 19:09:41 +00:00
f1f464b7b2
Original commit message from CVS: parallel install fixes
13 lines
381 B
Makefile
13 lines
381 B
Makefile
plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
|
|
|
|
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 =
|
|
libgstac3parse_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
EXTRA_DIST = README
|