blob: d36e3bdce6ea6068afb32719e5ec542a1b64d6f3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# $FreeBSD$
PORTREVISION= 4
CATEGORIES= audio
COMMENT= Gstreamer Opus audio encoder/decoder plugin
GST_PLUGIN= opus
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
.include "${MASTERDIR}/Makefile"
|