mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-11 10:56:38 +00:00
f9d03dd9c4
and call XInitThreads() for X11
11 lines
401 B
Makefile
11 lines
401 B
Makefile
noinst_PROGRAMS = switchvideooverlay
|
|
|
|
switchvideooverlay_SOURCES = main.cpp
|
|
|
|
switchvideooverlay_CXXFLAGS=-I$(top_srcdir)/gst-libs -I$(top_builddir)/gst-libs \
|
|
$(GST_PLUGINS_BASE_CFLAGS) $(GST_CXXFLAGS) \
|
|
$(GL_CFLAGS) $(GTK3_CFLAGS) $(X_CFLAGS)
|
|
switchvideooverlay_LDADD=../libgstgtkhelper.la \
|
|
$(GTK3_LIBS) $(GST_PLUGINS_BASE_LIBS) $(GST_LIBS) \
|
|
$(GL_LIBS) -lgstvideo-$(GST_API_VERSION) $(X_LIBS)
|
|
|