summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-09-16 11:05:42 +0000
committerUoti Urpala <uau@glyph.nonexistent.invalid>2010-11-02 04:16:55 +0200
commit7452eb29486a88f50465fe604aa181be83b85246 (patch)
treef9ae23e9576fcfdae73e3ddd9c3b13f104fe9b35
parent868fb5d278485f707cf8921ea137094fa8a7fdf5 (diff)
downloadmpv-7452eb29486a88f50465fe604aa181be83b85246.tar.bz2
mpv-7452eb29486a88f50465fe604aa181be83b85246.tar.xz
vo_caca: Update URL to patch for new API support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32260 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r--libvo/vo_caca.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/vo_caca.c b/libvo/vo_caca.c
index 2c36700be8..75e862ef91 100644
--- a/libvo/vo_caca.c
+++ b/libvo/vo_caca.c
@@ -46,7 +46,7 @@
/* Include the pre-1.x compatibility header.
* Once libcaca 1.x is widespread, vo_caca should be fully
* converted to the new API. A patch exists:
- * http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/2006-July/044674.html
+ * http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/2006-July/044669.html
*/
#include <caca0.h>
#endif