diff options
author | lofi <lofi@FreeBSD.org> | 2004-06-11 21:48:50 +0000 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2004-06-11 21:48:50 +0000 |
commit | 67a33dbebac93dd2d9eef2ec5e9f23a922128e66 (patch) | |
tree | 41765a70c5b50374336a3141caf55faaf1978db1 /multimedia/avidemux | |
parent | 921b51e38b5c16357b585ce85fe1dcc7e6433c40 (diff) | |
download | FreeBSD-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/Makefile | 4 |
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 |