5761e06c15
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 gl plugin for GStreamer using the Raspberry Pi's VideoCore IV EGL APIs.
17 lines
517 B
Makefile
17 lines
517 B
Makefile
# $NetBSD: Makefile,v 1.1 2015/01/30 11:09:45 jmcneill Exp $
|
|
|
|
GST_PLUGINS1_NAME= gl
|
|
GST_PLUGINS1_FLAGS= egl
|
|
GST_PLUGINS1_DIRS= gst-libs/gst/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 "../../misc/raspberrypi-userland/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|