mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 19:31:12 +00:00
11 lines
302 B
Makefile
11 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)
|
||
|
|