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 /pkgconfig | |
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 'pkgconfig')
-rw-r--r-- | pkgconfig/Makefile.am | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/pkgconfig/Makefile.am b/pkgconfig/Makefile.am index 0015069e4..3e53a6ee5 100644 --- a/pkgconfig/Makefile.am +++ b/pkgconfig/Makefile.am @@ -12,11 +12,6 @@ pcverfiles_uninstalled = \ gstreamer-insertbin-@GST_API_VERSION@-uninstalled.pc \ gstreamer-mpegts-@GST_API_VERSION@-uninstalled.pc -if HAVE_EGL -pcverfiles += gstreamer-egl-@GST_API_VERSION@.pc -pcverfiles_uninstalled += gstreamer-egl-@GST_API_VERSION@-uninstalled.pc -endif - if HAVE_GST_GL pcverfiles += gstreamer-gl-@GST_API_VERSION@.pc pcverfiles_uninstalled += gstreamer-gl-@GST_API_VERSION@-uninstalled.pc @@ -43,7 +38,6 @@ pcinfiles = \ gstreamer-codecparsers.pc.in gstreamer-codecparsers-uninstalled.pc.in \ gstreamer-gl.pc.in gstreamer-gl-uninstalled.pc.in \ gstreamer-insertbin.pc.in gstreamer-insertbin-uninstalled.pc.in \ - gstreamer-egl.pc.in gstreamer-egl-uninstalled.pc.in \ gstreamer-mpegts.pc.in gstreamer-mpegts-uninstalled.pc.in DISTCLEANFILES = $(pcinfiles:.in=) |