diff options
author | Julien Isorce <julien.isorce@collabora.co.uk> | 2014-04-15 17:58:34 +0100 |
---|---|---|
committer | Julien Isorce <julien.isorce@collabora.co.uk> | 2014-04-15 18:29:53 +0100 |
commit | 09116bf10d515d50bdd1e9a20278be816cb762aa (patch) | |
tree | 089fcb5460125bfe884d754b7a8daa1886be7d40 /ext/Makefile.am | |
parent | d93ed2b8704f93482b73718493d39fe51f5dfcc7 (diff) |
egl/eglglessink: remove since EGLImage and iOS support have been added in glimagesink
https://bugzilla.gnome.org/show_bug.cgi?id=703343
Diffstat (limited to 'ext/Makefile.am')
-rw-r--r-- | ext/Makefile.am | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am index c32ce0dd2..5701057fb 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -76,12 +76,6 @@ else DTS_DIR= endif -if USE_EGLGLES -EGLGLES_DIR=eglgles -else -EGLGLES_DIR= -endif - if USE_GL GL_DIR=gl else @@ -416,7 +410,6 @@ SUBDIRS=\ $(DAALA_DIR) \ $(DTS_DIR) \ $(RESINDVD_DIR) \ - $(EGLGLES_DIR) \ $(GL_DIR) \ $(FAAC_DIR) \ $(FAAD_DIR) \ @@ -492,7 +485,6 @@ DIST_SUBDIRS = \ lv2 \ daala \ dts \ - eglgles \ gl \ modplug \ mimic \ |