mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 03:01:03 +00:00
05bfd277a8
- fix all the compiler errors - give them their own gl directory
10 lines
372 B
Makefile
10 lines
372 B
Makefile
noinst_PROGRAMS = switchvideooverlay
|
|
|
|
switchvideooverlay_SOURCES = main.cpp
|
|
|
|
switchvideooverlay_CXXFLAGS=$(GST_PLUGINS_GL_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(GST_CXXFLAGS) \
|
|
$(GL_CFLAGS) $(GTK3_CFLAGS)
|
|
switchvideooverlay_LDADD=../libgstgtkhelper.la \
|
|
$(GTK3_LIBS) $(GST_PLUGINS_GL_LIBS) $(GST_PLUGINS_BASE_LIBS) $(GST_LIBS) \
|
|
$(GL_LIBS) -lgstvideo-$(GST_API_VERSION)
|
|
|