e3b732b479
PR: 261585 Reviewed by: riggs,jbeich,tcberner Differential Revision: https://reviews.freebsd.org/D36850
17 lines
310 B
Makefile
17 lines
310 B
Makefile
PORTREVISION= 0
|
|
CATEGORIES= multimedia
|
|
|
|
COMMENT= GStreamer libx264 based H264 plugin
|
|
|
|
GST_PLUGIN= x264
|
|
DIST= ugly
|
|
|
|
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
|
|
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
LIB_DEPENDS= libx264.so:multimedia/libx264
|
|
|
|
.include "${MASTERDIR}/Makefile"
|
|
|
|
MESON_ARGS+= -Dgpl=enabled
|