From 57ddafa6247a29d1c976e700c86fcb7a4c0f77ff Mon Sep 17 00:00:00 2001 From: xtraeme Date: Wed, 20 Feb 2008 12:16:40 +0000 Subject: Enable the ogg, vorbis and theora plugins. --- multimedia/transcode/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'multimedia') diff --git a/multimedia/transcode/Makefile b/multimedia/transcode/Makefile index 10f4b19f6df..9ec98fd4558 100644 --- a/multimedia/transcode/Makefile +++ b/multimedia/transcode/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2008/02/20 12:06:16 xtraeme Exp $ +# $NetBSD: Makefile,v 1.44 2008/02/20 12:16:40 xtraeme Exp $ # DISTNAME= transcode-1.0.5 @@ -22,6 +22,9 @@ CONFIGURE_ARGS+= \ --with-libavcodec-prefix=${BUILDLINK_PREFIX.ffmpeg-devel} CONFIGURE_ARGS+= --enable-oss CONFIGURE_ARGS+= --disable-xio +CONFIGURE_ARGS+= --enable-ogg +CONFIGURE_ARGS+= --enable-theora +CONFIGURE_ARGS+= --enable-vorbis PTHREAD_AUTO_VARS= yes PTHREAD_OPTS= require -- cgit v1.2.3