Sign in
coral
/
imx-gst-plugins-base
/
refs/heads/master
/
.
/
tests
/
examples
/
gl
/
generic
/
cube
/
Makefile.am
blob: a715260bd654ae8d80d2589e3245b5bdb6fdf94f [
file
] [
log
] [
blame
] [
edit
]
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
)