diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2004-06-12 05:48:50 +0800 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2004-06-12 05:48:50 +0800 |
commit | 9845b5e2d700cab3d57025132cd342bd160e524c (patch) | |
tree | af796b87d290d0247e8da17656a6ccd800dda8d3 /multimedia/vlc-devel | |
parent | 00783aecf6f4afdcb1387d9c12a1c9bf84df3683 (diff) | |
download | freebsd-ports-gnome-9845b5e2d700cab3d57025132cd342bd160e524c.tar.gz freebsd-ports-gnome-9845b5e2d700cab3d57025132cd342bd160e524c.tar.zst freebsd-ports-gnome-9845b5e2d700cab3d57025132cd342bd160e524c.zip |
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/vlc-devel')
-rw-r--r-- | multimedia/vlc-devel/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/multimedia/vlc-devel/Makefile b/multimedia/vlc-devel/Makefile index 5d27696c9b6c..284445c92db6 100644 --- a/multimedia/vlc-devel/Makefile +++ b/multimedia/vlc-devel/Makefile @@ -144,11 +144,11 @@ WITH_SPEEX= yes WITH_SVGALIB= yes .endif -.if exists(${LOCALBASE}/libxosd.so.4) && !defined(WITHOUT_XOSD) +.if exists(${LOCALBASE}/lib/libxosd.so.4) && !defined(WITHOUT_XOSD) WITH_XOSD= yes .endif -.if exists(${LOCALBASE}/libxvidcore.so.2) && !defined(WITHOUT_XVID) +.if exists(${LOCALBASE}/lib/libxvidcore.so.4) && !defined(WITHOUT_XVID) WITH_XVID= yes .endif @@ -290,7 +290,7 @@ CONFIGURE_ARGS+=--enable-xosd .endif .if defined(WITH_XVID) && !defined(WITHOUT_XVID) -LIB_DEPENDS+= xvidcore.2:${PORTSDIR}/multimedia/xvid +LIB_DEPENDS+= xvidcore.4:${PORTSDIR}/multimedia/xvid CONFIGURE_ARGS+=--enable-xvideo PLIST_FILES+= lib/vlc/video_output/libxvideo_plugin.so .else |