mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-02 21:48:55 +00:00
example: disable testegl since libgstegl has been removed
As decided in bug #703343 Not compatible with the new libgstgl API. A portage has been started, attachment 272800. https://bugzilla.gnome.org/show_bug.cgi?id=703343
This commit is contained in:
parent
499fb23e9c
commit
21b3c2b16a
2 changed files with 5 additions and 5 deletions
|
@ -1,8 +1,8 @@
|
|||
SUBDIRS = common omx tools config
|
||||
|
||||
if BUILD_EXAMPLES
|
||||
SUBDIRS += examples
|
||||
endif
|
||||
# if BUILD_EXAMPLES
|
||||
# SUBDIRS += examples
|
||||
# endif
|
||||
|
||||
ACLOCAL_AMFLAGS = -I m4 -I common/m4
|
||||
|
||||
|
|
|
@ -363,8 +363,8 @@ tools/Makefile
|
|||
config/Makefile
|
||||
config/bellagio/Makefile
|
||||
config/rpi/Makefile
|
||||
examples/Makefile
|
||||
examples/egl/Makefile
|
||||
dnl examples/Makefile
|
||||
dnl examples/egl/Makefile
|
||||
)
|
||||
|
||||
AC_OUTPUT
|
||||
|
|
Loading…
Reference in a new issue