mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-29 04:26:15 +00:00
10 lines
302 B
Makefile
10 lines
302 B
Makefile
libgstinterfacesincludedir = \
|
|
$(includedir)/gstreamer-@GST_MAJORMINOR@/gst/videooverlay
|
|
|
|
libgstinterfacesinclude_HEADERS = gstvideooverlay.h
|
|
|
|
noinst_LTLIBRARIES = libgstvideooverlay.la
|
|
|
|
libgstvideooverlay_la_SOURCES = gstvideooverlay.c
|
|
libgstvideooverlay_la_CFLAGS = $(GST_CFLAGS) $(GST_OPT_CFLAGS)
|
|
|