mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
14 lines
424 B
Makefile
14 lines
424 B
Makefile
|
|
plugin_LTLIBRARIES = libgstmpeg1systemencode.la
|
|
|
|
libgstmpeg1systemencode_la_SOURCES = gstmpeg1systemencode.c \
|
|
buffer.c \
|
|
systems.c
|
|
libgstmpeg1systemencode_la_CFLAGS = $(GST_CFLAGS)
|
|
libgstmpeg1systemencode_la_LIBADD =
|
|
libgstmpeg1systemencode_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
libgstmpeg1systemencode_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
|
|
|
|
noinst_HEADERS = gstmpeg1systemencode.h \
|
|
main.h \
|
|
buffer.h
|