diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-03-31 21:58:18 +0800 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-03-31 21:58:18 +0800 |
commit | 694ee5533aa3eaba3a430504e5def5b30bbfeaa3 (patch) | |
tree | c50ac977c802e6e3298640ee8544eafba6ac93f7 /multimedia/mplayer | |
parent | 35df691a43f8349e57eb88339a99b856f57ec470 (diff) | |
download | freebsd-ports-gnome-694ee5533aa3eaba3a430504e5def5b30bbfeaa3.tar.gz freebsd-ports-gnome-694ee5533aa3eaba3a430504e5def5b30bbfeaa3.tar.zst freebsd-ports-gnome-694ee5533aa3eaba3a430504e5def5b30bbfeaa3.zip |
- 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
Diffstat (limited to 'multimedia/mplayer')
-rw-r--r-- | multimedia/mplayer/Makefile.options | 2 |
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 |