gst-plugins1-{opengl,gl}: assorted fixups

... I thought they were working, but I must've poked around and
broke them before the commit.

Still does an awkward lookup of libGL.so that fails.
This commit is contained in:
Maya Rashish 2020-11-02 13:42:17 +02:00
parent da8632ff49
commit 1656684bde
3 changed files with 5 additions and 42 deletions

View File

@ -1,9 +1,11 @@
# $NetBSD: Makefile,v 1.2 2020/03/08 16:50:41 wiz Exp $
GST_PLUGINS1_NAME= opengl
GST_PLUGINS1_NAME= gl
GST_PLUGINS1_FLAGS= egl
GST_PLUGINS1_DIRS= gst-libs/gst/gl
LDFLAGS+= ${COMPILER_RPATH_FLAG}${X11BASE}/lib -L${X11BASE}/lib
.include "../../multimedia/gst-plugins1-base/Makefile.common"
.include "../../graphics/MesaLib/buildlink3.mk"

View File

@ -1,9 +1,4 @@
@comment $NetBSD$
include/gstreamer-1.0/gst/allocators/allocators-prelude.h
include/gstreamer-1.0/gst/allocators/allocators.h
include/gstreamer-1.0/gst/allocators/gstdmabuf.h
include/gstreamer-1.0/gst/allocators/gstfdmemory.h
include/gstreamer-1.0/gst/allocators/gstphysmemory.h
include/gstreamer-1.0/gst/gl/egl/gstegl.h
include/gstreamer-1.0/gst/gl/egl/gsteglimage.h
include/gstreamer-1.0/gst/gl/egl/gstgldisplay_egl.h
@ -58,41 +53,5 @@ include/gstreamer-1.0/gst/gl/gstglutils.h
include/gstreamer-1.0/gst/gl/gstglviewconvert.h
include/gstreamer-1.0/gst/gl/gstglwindow.h
include/gstreamer-1.0/gst/gl/x11/gstgldisplay_x11.h
include/gstreamer-1.0/gst/video/colorbalance.h
include/gstreamer-1.0/gst/video/colorbalancechannel.h
include/gstreamer-1.0/gst/video/gstvideoaffinetransformationmeta.h
include/gstreamer-1.0/gst/video/gstvideoaggregator.h
include/gstreamer-1.0/gst/video/gstvideodecoder.h
include/gstreamer-1.0/gst/video/gstvideoencoder.h
include/gstreamer-1.0/gst/video/gstvideofilter.h
include/gstreamer-1.0/gst/video/gstvideometa.h
include/gstreamer-1.0/gst/video/gstvideopool.h
include/gstreamer-1.0/gst/video/gstvideosink.h
include/gstreamer-1.0/gst/video/gstvideotimecode.h
include/gstreamer-1.0/gst/video/gstvideoutils.h
include/gstreamer-1.0/gst/video/navigation.h
include/gstreamer-1.0/gst/video/video-anc.h
include/gstreamer-1.0/gst/video/video-blend.h
include/gstreamer-1.0/gst/video/video-chroma.h
include/gstreamer-1.0/gst/video/video-color.h
include/gstreamer-1.0/gst/video/video-converter.h
include/gstreamer-1.0/gst/video/video-dither.h
include/gstreamer-1.0/gst/video/video-enumtypes.h
include/gstreamer-1.0/gst/video/video-event.h
include/gstreamer-1.0/gst/video/video-format.h
include/gstreamer-1.0/gst/video/video-frame.h
include/gstreamer-1.0/gst/video/video-info.h
include/gstreamer-1.0/gst/video/video-multiview.h
include/gstreamer-1.0/gst/video/video-overlay-composition.h
include/gstreamer-1.0/gst/video/video-prelude.h
include/gstreamer-1.0/gst/video/video-resampler.h
include/gstreamer-1.0/gst/video/video-scaler.h
include/gstreamer-1.0/gst/video/video-tile.h
include/gstreamer-1.0/gst/video/video.h
include/gstreamer-1.0/gst/video/videodirection.h
include/gstreamer-1.0/gst/video/videoorientation.h
include/gstreamer-1.0/gst/video/videooverlay.h
lib/gstreamer-1.0/include/gst/gl/gstglconfig.h
lib/libgstallocators-1.0.la
lib/libgstgl-1.0.la
lib/libgstvideo-1.0.la

View File

@ -4,6 +4,8 @@ GST_PLUGINS1_NAME= opengl
GST_PLUGINS1_FLAGS= egl
GST_PLUGINS1_DIRS= ext/gl
LDFLAGS+= ${COMPILER_RPATH_FLAG}${X11BASE}/lib -L${X11BASE}/lib
.include "../../multimedia/gst-plugins1-base/Makefile.common"
.include "../../wip/gst-plugins1-gl/buildlink3.mk"