mirror of
https://github.com/mpv-player/mpv
synced 2024-11-14 22:48:35 +01:00
97efafee8a
This removes the rather complicated configure and Makefile parts related to auto-detecting available languages for manpages and locales. We don't have non-English manpages or any locales, so this is pointless. It didn't even work: configure --language=all created an invalid config.mak that would cause "make install" to fail. Remove installation of locales. There are no translations at all which could be installed. Should there ever be someone who is interested in adding translations, this can be added back in a simpler way. Rename the --enable-translation configure option to --enable-gettext. This is what this option really does: enable gettext() use. This may be interesting for people who want to experiment with localizing mpv, but is entirely useless for normal use. Remove detection of the binary codecs directory in configure.
24 lines
276 B
Plaintext
24 lines
276 B
Plaintext
*.o
|
|
*.a
|
|
*.d
|
|
*.exe
|
|
.depend
|
|
|
|
/config.h
|
|
/config.mak
|
|
/config.log
|
|
/mpv
|
|
/mpv.app
|
|
/version.h
|
|
/core/codecs.conf.h
|
|
/core/input/input_conf.h
|
|
/tags
|
|
/TAGS
|
|
/video/out/vo_opengl_shaders.h
|
|
/video/out/vdpau_template.c
|
|
/demux/ebml_defs.c
|
|
/demux/ebml_types.h
|
|
/sub/osd_font.h
|
|
/DOCS/man/*/mpv.1
|
|
|