mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
egl: remove pc files
Forgot to do that in 09116bf10d
:
"egl/eglglessink: remove since EGLImage and iOS support have been added in glimagesink"
This commit is contained in:
parent
1be75c2b3d
commit
967982a0b5
2 changed files with 0 additions and 24 deletions
|
@ -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@
|
|
||||||
|
|
|
@ -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@
|
|
||||||
|
|
Loading…
Reference in a new issue