blob: 7f50b01054bde002b2cc2fbf9ec42faf2a1ceb24 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
PORTREVISION= 0
CATEGORIES= multimedia
COMMENT= GStreamer parse and demuliplex a Smooth Streaming manifest into audio/video streams plugin
GST_PLUGIN= smoothstreaming
DIST= bad
SMOOTH_GST_DIRS= gst-libs/gst/isoff
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
pre-build:
.for dir in ${SMOOTH_GST_DIRS}
@(cd ${BUILD_WRKSRC}/${dir}; ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} ${MAKEFILE} ${_MAKE_JOBS} ${MAKE_ARGS} ${ALL_TARGET})
.endfor
.include "${MASTERDIR}/Makefile"
|