diff options
author | jmcneill <jmcneill@pkgsrc.org> | 2015-01-30 11:10:20 +0000 |
---|---|---|
committer | jmcneill <jmcneill@pkgsrc.org> | 2015-01-30 11:10:20 +0000 |
commit | c7dcb88fc54164bc539d713f609597d2b3bc2818 (patch) | |
tree | 19a95545d227da2706629c7db796286474375e5e /multimedia/gst-plugins1-egl-opengl/Makefile | |
parent | f0cb01c3953c10f77e4e739da0a7df52d2e54947 (diff) | |
download | pkgsrc-c7dcb88fc54164bc539d713f609597d2b3bc2818.tar.gz |
Import gst-plugins1-opengl-1.4.5 as multimedia/gst-plugins1-egl-opengl.
GStreamer is a library that allows the construction of graphs of
media-handling components, ranging from simple mp3 playback to complex
audio (mixing) and video (non-linear editing) processing.
Applications can take advantage of advances in codec and filter technology
transparently. Developers can add new codecs and filters by writing a
simple plugin with a clean, generic interface.
This package provides the opengl plugin for GStreamer using the Raspberry Pi's
VideoCore IV EGL APIs.
Diffstat (limited to 'multimedia/gst-plugins1-egl-opengl/Makefile')
-rw-r--r-- | multimedia/gst-plugins1-egl-opengl/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/multimedia/gst-plugins1-egl-opengl/Makefile b/multimedia/gst-plugins1-egl-opengl/Makefile new file mode 100644 index 00000000000..54f3345a195 --- /dev/null +++ b/multimedia/gst-plugins1-egl-opengl/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1 2015/01/30 11:10:20 jmcneill Exp $ + +GST_PLUGINS1_NAME= opengl +GST_PLUGINS1_FLAGS= egl +GST_PLUGINS1_DIRS= ext/gl + +ONLY_FOR_PLATFORM= NetBSD-*-*arm* + +CFLAGS+= -I${PREFIX}/include +CFLAGS+= -I${PREFIX}/include/interface/vcos/pthreads +CFLAGS+= -I${PREFIX}/include/interface/vmcs_host/linux +LDFLAGS+= -Wl,-R${PREFIX}/lib -L${PREFIX}/lib + +.include "../../multimedia/gst-plugins1-bad/Makefile.common" + +.include "../../multimedia/gst-plugins1-egl-gl/buildlink3.mk" +.include "../../misc/raspberrypi-userland/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" |