[MPlayer-dev-eng] [PATCH] fix missing extern for mplayer_put_key in vo_caca
Dominik 'Rathann' Mierzejewski
dominik at rangers.eu.org
Sun Oct 8 17:19:03 CEST 2006
Fixes:
vo_caca.c: In function ‘check_events’:
vo_caca.c:239: warning: implicit declaration of function ‘mplayer_put_key’
--
MPlayer developer and RPMs maintainer: http://rpm.greysector.net/mplayer/
There should be a science of discontent. People need hard times and
oppression to develop psychic muscles.
-- from "Collected Sayings of Muad'Dib" by the Princess Irulan
-------------- next part --------------
--- MPlayer-20114/libvo/vo_caca.c.warn 2006-10-02 01:21:07.000000000 +0200
+++ MPlayer-20114/libvo/vo_caca.c 2006-10-08 16:20:24.000000000 +0200
@@ -46,6 +46,8 @@
LIBVO_EXTERN (caca)
+extern void mplayer_put_key(int code);
+
/* caca stuff */
static struct caca_bitmap *cbitmap = NULL;
More information about the MPlayer-dev-eng
mailing list