14 lines
336 B
Makefile
14 lines
336 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
|
|
|
|
.include "${MASTERDIR}/Makefile"
|