1
mirror of https://github.com/mpv-player/mpv synced 2024-09-28 17:52:52 +02:00
mpv/.gitignore
wm4 b35d89d42b input: replace internal key binds with included etc/input.conf
The internal array of default key bindings is removed. Include the
file etc/input.conf at compile time (using the file2header tool), and
parse the default binds from etc/input.conf at startup time.

This lowers maintainance overhead, and makes sure the default bindings
and etc/input.conf don't deviate. Commit f30bf73bf2 already
made sure etc/input.conf matches the default bindings, so this commit
shouldn't change anything user-visible.
2012-08-01 22:52:28 +02:00

24 lines
267 B
Plaintext

*.o
*.a
*.d
.depend
/config.h
/config.mak
/config.log
/mplayer
/version.h
/codecs.conf.h
/input/input_conf.h
/codec-cfg
/cpuinfo
/tags
/TAGS
/locale
/po
/libvo/vo_gl3_shaders.h
/libmpdemux/ebml_defs.c
/libmpdemux/ebml_types.h
/libvo/vdpau_template.c
/sub/osd_font.h