From 97efafee8aac2bcc1bb404fb774c4f8fdbf1b3c0 Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 13 Nov 2012 23:41:38 +0100 Subject: build: remove doc/locale language auto-detection, simplify 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. --- .gitignore | 2 -- 1 file changed, 2 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 6fc7816d5c..7ceff799c5 100644 --- a/.gitignore +++ b/.gitignore @@ -14,8 +14,6 @@ /core/input/input_conf.h /tags /TAGS -/locale -/po /video/out/vo_opengl_shaders.h /video/out/vdpau_template.c /demux/ebml_defs.c -- cgit v1.2.3