mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
c10031f371
Application that shows how to integrate playbin with an OpenGL ES scene through EGL. Renders a video on the surfaces of an animated cube. The code is not ported to 1.x so it's not built by default.
11 lines
197 B
Makefile
11 lines
197 B
Makefile
SUBDIRS = common omx tools config
|
|
|
|
# if BUILD_EXAMPLES
|
|
# SUBDIRS += examples
|
|
# endif
|
|
|
|
ACLOCAL_AMFLAGS = -I m4 -I common/m4
|
|
|
|
DISTCLEANFILES = _stdint.h
|
|
|
|
EXTRA_DIST = autogen.sh gst-omx.doap RELEASE
|