Mercurial > mplayer.hg
comparison libvo/vo_gif89a.c @ 31017:fca6cfc4d5ca
rename 'struct keymap' -> 'struct mp_keymap'
This avoids the compilation failure on kFreeBSD (at least amd64):
In file included from libvo/vo_directfb2.c:44:
libvo/video_out.h:267: error: redefinition of 'struct keymap'
This is because libvo/vo_directfb2.c #includes sys/kd.h, which in turn
includes sys/kbio.h, which defines another 'struct keymap'.
author | siretart |
---|---|
date | Fri, 23 Apr 2010 10:22:44 +0000 |
parents | 32725ca88fed |
children | 8fa2f43cb760 |
comparison
equal
deleted
inserted
replaced
31016:37bb4d020f50 | 31017:fca6cfc4d5ca |
---|