gst-plugins1-a52: fix build

This commit is contained in:
wiz 2024-03-18 07:53:13 +00:00
parent 86438ffc12
commit 511b022d04
1 changed files with 2 additions and 4 deletions

View File

@ -1,13 +1,11 @@
# $NetBSD: Makefile,v 1.6 2022/12/16 21:08:09 adam Exp $
# $NetBSD: Makefile,v 1.7 2024/03/18 07:53:13 wiz Exp $
PKGNAME= ${DISTNAME:S/plugins/plugins1/:S/-ugly/-a52/}
CATEGORIES= audio gnome
COMMENT= Open source multimedia framework - Dolby AC-3 audio plugin
GST_PLUGINS+= a52dec
MESON_ARGS+= -Dgpl=enabled
GST_PLUGINS+= a52dec gpl
.include "../../multimedia/gst-plugins1-ugly/Makefile.common"
.include "../../audio/liba52/buildlink3.mk"