summaryrefslogtreecommitdiff
path: root/multimedia/transcode
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-05-19 09:11:49 +0000
committerjoerg <joerg@pkgsrc.org>2006-05-19 09:11:49 +0000
commitb93c2ba9a0f3888cac8cd60c9aa6538616bfc986 (patch)
tree1fcd19ba63314f011aeebf2f36d550bb26ce61d5 /multimedia/transcode
parentc5a6bf967c8aabd27b048a14608b964e11c75335 (diff)
downloadpkgsrc-b93c2ba9a0f3888cac8cd60c9aa6538616bfc986.tar.gz
Also add C to the language list for completeness.
Diffstat (limited to 'multimedia/transcode')
-rw-r--r--multimedia/transcode/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/transcode/Makefile b/multimedia/transcode/Makefile
index 9e7cec9c763..c9a8ae5deab 100644
--- a/multimedia/transcode/Makefile
+++ b/multimedia/transcode/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2006/05/18 20:30:00 wiz Exp $
+# $NetBSD: Makefile,v 1.30 2006/05/19 09:11:49 joerg Exp $
#
DISTNAME= transcode-1.0.2
@@ -18,7 +18,7 @@ BROKEN_IN= pkgsrc-2006Q1
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= gmake pkg-config
-USE_LANGUAGES+= c++
+USE_LANGUAGES+= c c++
CONFIGURE_ARGS+= --disable-libpostproc
CONFIGURE_ARGS+= --with-libavcodec-prefix=${BUILDLINK_PREFIX.ffmpeg}