summaryrefslogtreecommitdiffstats
path: root/multimedia/avidemux
diff options
context:
space:
mode:
authorlofi <lofi@FreeBSD.org>2004-06-11 21:48:50 +0000
committerlofi <lofi@FreeBSD.org>2004-06-11 21:48:50 +0000
commit67a33dbebac93dd2d9eef2ec5e9f23a922128e66 (patch)
tree41765a70c5b50374336a3141caf55faaf1978db1 /multimedia/avidemux
parent921b51e38b5c16357b585ce85fe1dcc7e6433c40 (diff)
downloadFreeBSD-ports-67a33dbebac93dd2d9eef2ec5e9f23a922128e66.zip
FreeBSD-ports-67a33dbebac93dd2d9eef2ec5e9f23a922128e66.tar.gz
Update XviD to version 1.0.1, chase shared library bump through dependencies,
disable xvid support in avifile and bump PORTREVISION in transcode for added dependency on xvid4conf.
Diffstat (limited to 'multimedia/avidemux')
-rw-r--r--multimedia/avidemux/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/avidemux/Makefile b/multimedia/avidemux/Makefile
index 41420cf..34882940 100644
--- a/multimedia/avidemux/Makefile
+++ b/multimedia/avidemux/Makefile
@@ -45,12 +45,12 @@ IGNORE= requires an x86-32 processor, if you are using other platforms install
WITH_A52= yes
.endif
-.if exists(${LOCALBASE}/lib/libxvidcore.so.2)
+.if exists(${LOCALBASE}/lib/libxvidcore.so.4)
WITH_XVID= yes
.endif
.if defined(WITH_XVID)
-LIB_DEPENDS+= xvidcore.2:${PORTSDIR}/multimedia/xvid
+LIB_DEPENDS+= xvidcore.4:${PORTSDIR}/multimedia/xvid
CONFIGURE_ARGS+= --with-xvid-as-decoder
.endif
OpenPOWER on IntegriCloud