5a4d14bb4b
This package is part of the 'ugly' plugins for GStreamer. It provides the mad plugin, which allows playback of MPEG Layer 3 audio files.
14 lines
373 B
Makefile
14 lines
373 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2006/04/08 11:44:28 jmmv Exp $
|
|
#
|
|
|
|
GST_PLUGINS0.10_NAME= mad
|
|
GST_PLUGINS0.10_DIRS= ext/mad
|
|
|
|
.include "../../multimedia/gst-plugins0.10-ugly/Makefile.common"
|
|
|
|
CONFIGURE_ARGS+= --enable-id3tag
|
|
CONFIGURE_ARGS+= --enable-mad
|
|
|
|
.include "../../audio/libid3tag/buildlink3.mk"
|
|
.include "../../audio/libmad/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|