mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
8227135f3b
Tests and documentation will follow separately. The mixer elements in the opengl plugin need to stay in -bad for now since they use GstVideoAggregator. https://bugzilla.gnome.org/show_bug.cgi?id=754094
11 lines
232 B
Makefile
11 lines
232 B
Makefile
|
|
noinst_PROGRAMS = cube
|
|
|
|
cube_SOURCES = main.cpp
|
|
|
|
cube_CXXFLAGS=\
|
|
$(GST_PLUGINS_BASE_CFLAGS) $(GST_CXXFLAGS) $(GL_CFLAGS)
|
|
cube_LDADD=\
|
|
$(top_builddir)/gst-libs/gst/video/libgstvideo-@GST_API_VERSION@.la \
|
|
$(GST_LIBS) $(GL_LIBS)
|
|
|