Mercurial > mplayer.hg
comparison libmpdemux/demux_mov.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 | a25d16882312 |
children | cd81fce1f010 |
comparison
equal
deleted
inserted
replaced
31016:37bb4d020f50 | 31017:fca6cfc4d5ca |
---|