summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2008-02-20 12:16:40 +0000
committerxtraeme <xtraeme>2008-02-20 12:16:40 +0000
commitc1594a877db997c928b6b14c7e27e23d61eda92b (patch)
tree53da805f1ae0e51f5b2ba424c68bc77f51707378 /multimedia
parent1e990ecd17bfd05301b6f1cae2982015d3adda23 (diff)
downloadpkgsrc-c1594a877db997c928b6b14c7e27e23d61eda92b.tar.gz
Enable the ogg, vorbis and theora plugins.
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/transcode/Makefile5
1 files changed, 4 insertions, 1 deletions
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