mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-30 21:51:09 +00:00
example: enable testegl
See https://bugzilla.gnome.org/show_bug.cgi?id=728940
This commit is contained in:
parent
3d0b891e42
commit
e1a1e5f335
2 changed files with 5 additions and 5 deletions
|
@ -1,8 +1,8 @@
|
||||||
SUBDIRS = common omx tools config
|
SUBDIRS = common omx tools config
|
||||||
|
|
||||||
# if BUILD_EXAMPLES
|
if BUILD_EXAMPLES
|
||||||
# SUBDIRS += examples
|
SUBDIRS += examples
|
||||||
# endif
|
endif
|
||||||
|
|
||||||
ACLOCAL_AMFLAGS = -I m4 -I common/m4
|
ACLOCAL_AMFLAGS = -I m4 -I common/m4
|
||||||
|
|
||||||
|
|
|
@ -384,8 +384,8 @@ tools/Makefile
|
||||||
config/Makefile
|
config/Makefile
|
||||||
config/bellagio/Makefile
|
config/bellagio/Makefile
|
||||||
config/rpi/Makefile
|
config/rpi/Makefile
|
||||||
dnl examples/Makefile
|
examples/Makefile
|
||||||
dnl examples/egl/Makefile
|
examples/egl/Makefile
|
||||||
)
|
)
|
||||||
|
|
||||||
AC_OUTPUT
|
AC_OUTPUT
|
||||||
|
|
Loading…
Reference in a new issue