mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 08:11:16 +00:00
7f1aec856f
Original commit message from CVS: * s/filter/plugin/ * link plugins to GST_LIBS * rearrange rules to a common format
13 lines
411 B
Makefile
13 lines
411 B
Makefile
plugindir = $(libdir)/gst
|
|
|
|
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 = $(GST_LIBS)
|
|
|
|
noinst_HEADERS = gstmpeg1systemencode.h \
|
|
main.h \
|
|
buffer.h
|