comparison libvo/vo_caca.c @ 32176:597a376752a7

Update URL to patch for new API support.
author diego
date Thu, 16 Sep 2010 11:05:42 +0000
parents 0f1b5b68af32
children fbe5c829c69b
comparison
equal deleted inserted replaced
32175:f002b9d0f4d1 32176:597a376752a7
44 #include <caca.h> 44 #include <caca.h>
45 #ifdef CACA_API_VERSION_1 45 #ifdef CACA_API_VERSION_1
46 /* Include the pre-1.x compatibility header. 46 /* Include the pre-1.x compatibility header.
47 * Once libcaca 1.x is widespread, vo_caca should be fully 47 * Once libcaca 1.x is widespread, vo_caca should be fully
48 * converted to the new API. A patch exists: 48 * converted to the new API. A patch exists:
49 * http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/2006-July/044674.html 49 * http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/2006-July/044669.html
50 */ 50 */
51 #include <caca0.h> 51 #include <caca0.h>
52 #endif 52 #endif
53 53
54 static const vo_info_t info = { 54 static const vo_info_t info = {