mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 21:01:14 +00:00
708cf898e8
Original commit message from CVS: parallel install fixes
14 lines
481 B
Makefile
14 lines
481 B
Makefile
plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
|
|
|
|
plugin_LTLIBRARIES = libgstmpeg1systemencode.la
|
|
|
|
libgstmpeg1systemencode_la_SOURCES = gstmpeg1systemencode.c \
|
|
buffer.c \
|
|
systems.c
|
|
libgstmpeg1systemencode_la_CFLAGS = -O2 $(FOMIT_FRAME_POINTER) -funroll-all-loops -finline-functions -ffast-math $(GST_CFLAGS)
|
|
libgstmpeg1systemencode_la_LIBADD =
|
|
libgstmpeg1systemencode_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
noinst_HEADERS = gstmpeg1systemencode.h \
|
|
main.h \
|
|
buffer.h
|