From 2b0c620b22a85d73f2b39049ed92d9300ff194d9 Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 15 Sep 2016 13:45:23 +0200 Subject: player: move builtin profiles to a separate file Move the embedded string with the builtin profiles to a separate builtin.conf file. This makes it easier to read and edit, and you can also check it for errors with --include=etc/builtin.conf. (Normally errors are hidden intentionally, because there's no way to output error messages this early, and because some options might not be present on all platforms or with all configurations.) --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 159e409d7d..81ef5cc7e1 100644 --- a/.gitignore +++ b/.gitignore @@ -19,6 +19,7 @@ /demux/ebml_types.h /sub/osd_font.h /player/lua/*.inc +/player/builtin_conf.inc /DOCS/man/mpv.1 /DOCS/man/mpv.aux /DOCS/man/mpv.log -- cgit v1.2.3