summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorabs <abs@pkgsrc.org>2006-05-18 15:25:08 +0000
committerabs <abs@pkgsrc.org>2006-05-18 15:25:08 +0000
commit35f1461a6de1809aee49e660c899dd2998613bae (patch)
tree7f51fe8f99bbaa63d075497e5ac92287015c9a67 /multimedia
parentf2c2651d920fc5d34805f9a7bd1f089fcd87e21a (diff)
downloadpkgsrc-35f1461a6de1809aee49e660c899dd2998613bae.tar.gz
USE_LANGUAGES+= c++
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/transcode/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/transcode/Makefile b/multimedia/transcode/Makefile
index d56c48d9339..a9d3bca48e6 100644
--- a/multimedia/transcode/Makefile
+++ b/multimedia/transcode/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2006/04/17 13:46:42 wiz Exp $
+# $NetBSD: Makefile,v 1.28 2006/05/18 15:25:08 abs Exp $
#
DISTNAME= transcode-1.0.2
@@ -16,6 +16,7 @@ COMMENT= Command line video-stream processing tool
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= gmake pkg-config
+USE_LANGUAGES+= c++
CONFIGURE_ARGS+= --disable-libpostproc
CONFIGURE_ARGS+= --with-libavcodec-prefix=${BUILDLINK_PREFIX.ffmpeg}