egl: remove pc files

Forgot to do that in 09116bf10d515d50bdd1e9a20278be816cb762aa:
"egl/eglglessink: remove since EGLImage and iOS support have been added in glimagesink"
This commit is contained in:
Julien Isorce 2014-04-28 15:56:06 +01:00
parent 1be75c2b3d
commit 967982a0b5
2 changed files with 0 additions and 24 deletions

View file

@ -1,12 +0,0 @@
prefix=
exec_prefix=
libdir=${pcfiledir}/../gst-libs/gst/egl
includedir=${pcfiledir}/../gst-libs
Name: GStreamer EGL, Uninstalled
Description: GStreamer EGL Library, uninstalled
Requires: gstreamer-@GST_API_VERSION@
Version: @VERSION@
Libs: -L${libdir} ${libdir}/libgstegl-@GST_API_VERSION@.la @EGL_LIBS@
Cflags: -I${includedir} @EGL_CFLAGS@

View file

@ -1,12 +0,0 @@
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@/gstreamer-@GST_API_VERSION@
Name: GStreamer EGL
Description: GStreamer EGL library
Requires: gstreamer-@GST_API_VERSION@
Version: @VERSION@
Libs: -L${libdir} -lgstegl-@GST_API_VERSION@ @EGL_LIBS@
Cflags: -I${includedir} @EGL_CFLAGS@