mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-09 07:52:36 +00:00
12 lines
323 B
Makefile
12 lines
323 B
Makefile
plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
|
|
|
|
plugin_LTLIBRARIES = libgstvideoflip.la
|
|
|
|
libgstvideoflip_la_SOURCES = \
|
|
gstvideoflip.c \
|
|
videoflip.c
|
|
libgstvideoflip_la_CFLAGS = $(GST_CFLAGS)
|
|
libgstvideoflip_la_LIBADD =
|
|
libgstvideoflip_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
noinst_HEADERS = gstvideoflip.h videoflip.h
|