mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 00:36:51 +00:00
294da02a2f
- fix all the compiler errors - give them their own gl directory
8 lines
188 B
Makefile
8 lines
188 B
Makefile
|
|
noinst_PROGRAMS = cubeyuv
|
|
|
|
cubeyuv_SOURCES = main.cpp
|
|
|
|
cubeyuv_CXXFLAGS=$(GST_PLUGINS_GL_CFLAGS) $(GST_CXXFLAGS) $(GL_CFLAGS)
|
|
cubeyuv_LDADD=$(GST_PLUGINS_GL_LIBS) $(GST_LIBS) $(GL_LIBS)
|
|
|