Mercurial > mplayer.hg
view debian/menu @ 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 | c9e946b14b44 |
children |
line wrap: on
line source
?package(mplayer):\ needs="X11"\ section="Apps/Viewers"\ title="MPlayer"\ command="/usr/bin/gmplayer"\ icon="/usr/share/pixmaps/mplayer.xpm"