summaryrefslogtreecommitdiff
path: root/multimedia/mplayer
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2009-03-31 13:58:18 +0000
committerPav Lucistnik <pav@FreeBSD.org>2009-03-31 13:58:18 +0000
commit694ee5533aa3eaba3a430504e5def5b30bbfeaa3 (patch)
treec50ac977c802e6e3298640ee8544eafba6ac93f7 /multimedia/mplayer
parentMake additional modules fetchable. (diff)
- Update x264 to 0.0.20081218
- Remove x264-gtk PR: ports/132780 Submitted by: Bapt <baptiste.daroussin@gmail.com> - Update libquicktime to 1.1.1 to fix build with new x264 Submitted by: kwm - Chase x264 shlib bump
Notes
Notes: svn path=/head/; revision=231385
Diffstat (limited to 'multimedia/mplayer')
-rw-r--r--multimedia/mplayer/Makefile.options2
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/mplayer/Makefile.options b/multimedia/mplayer/Makefile.options
index 9c1279a87e88..e8241e2ee645 100644
--- a/multimedia/mplayer/Makefile.options
+++ b/multimedia/mplayer/Makefile.options
@@ -100,7 +100,7 @@ CONFIGURE_ARGS+= --disable-libdv
.endif
.if defined(WITH_X264)
-LIB_DEPENDS+= x264.50:${PORTSDIR}/multimedia/x264
+LIB_DEPENDS+= x264.65:${PORTSDIR}/multimedia/x264
.else
CONFIGURE_ARGS+= --disable-x264
.endif