e3b732b479
PR: 261585 Reviewed by: riggs,jbeich,tcberner Differential Revision: https://reviews.freebsd.org/D36850
20 lines
447 B
Makefile
20 lines
447 B
Makefile
PORTREVISION= 0
|
|
CATEGORIES= multimedia
|
|
|
|
COMMENT= GStreamer mpeg encoder plugin
|
|
|
|
BROKEN_armv6= fails to compile: 'format_codes.h' file not found
|
|
BROKEN_armv7= fails to compile: 'format_codes.h' file not found
|
|
|
|
GST_PLUGIN= mpeg2enc
|
|
DIST= bad
|
|
|
|
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
|
|
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
LIB_DEPENDS= libmjpegutils.so:multimedia/mjpegtools
|
|
|
|
MESON_ARGS+= -Dgpl=enabled
|
|
|
|
.include "${MASTERDIR}/Makefile"
|