0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00
mpv/core/input
wm4 c9088fff86 m_option: don't define OPT_BASE_STRUCT by default
OPT_BASE_STRUCT defines which struct the OPT_ macros (like OPT_INT etc.)
reference implicitly, since these macros take struct member names but no
struct type. Normally, only cfg-mplayer.h should need this, and other
places shouldn't be bothered with having to #undef it.

(Some files, like demux_lavf.c, still store their options in MPOpts. In
the long term, this should be removed, and handled like e.g. with VO
suboptions instead.)
2013-03-01 11:27:59 +01:00
..
appleir.c Prefix keycode defines with MP_ 2013-02-12 10:27:00 +01:00
ar.c Prefix keycode defines with MP_ 2013-02-12 10:27:00 +01:00
ar.h Rename directories, move files (step 1 of 2) (does not compile) 2012-11-12 20:06:14 +01:00
input.c m_option: don't define OPT_BASE_STRUCT by default 2013-03-01 11:27:59 +01:00
input.h commands: parse seek time arguments like time options 2013-02-26 01:55:52 +01:00
joystick.c Prefix keycode defines with MP_ 2013-02-12 10:27:00 +01:00
joystick.h Rename directories, move files (step 1 of 2) (does not compile) 2012-11-12 20:06:14 +01:00
keycodes.h Prefix keycode defines with MP_ 2013-02-12 10:27:00 +01:00
lirc.c Rename directories, move files (step 2 of 2) 2012-11-12 20:08:18 +01:00
lirc.h Rename directories, move files (step 1 of 2) (does not compile) 2012-11-12 20:06:14 +01:00