summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornanahi <130121847+na-na-hi@users.noreply.github.com>2024-03-07 01:13:26 -0500
committersfan5 <sfan5@live.de>2024-03-11 21:01:01 +0100
commit0e5aa216b8c1c6e0ad2d82aa25f35bef42566cf3 (patch)
tree84db0afb8da4ad94c4acbe3f6d22be2ce76717b6
parent656c2e33d4db92e281365146f0bd6bb83ce3956b (diff)
downloadmpv-0e5aa216b8c1c6e0ad2d82aa25f35bef42566cf3.tar.bz2
mpv-0e5aa216b8c1c6e0ad2d82aa25f35bef42566cf3.tar.xz
DOCS/tech-overview.txt: add builtin.conf to etc/ description
builtin.conf is compiled into mpv binary as the default config.
-rw-r--r--DOCS/tech-overview.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/DOCS/tech-overview.txt b/DOCS/tech-overview.txt
index 6a4f43fff2..ca565c77e7 100644
--- a/DOCS/tech-overview.txt
+++ b/DOCS/tech-overview.txt
@@ -273,8 +273,8 @@ sub/:
sd_ass.c's internal state.
etc/:
- The file input.conf is actually integrated into the mpv binary by the
- build system. It contains the default keybindings.
+ The files input.conf and builtin.conf are actually integrated into the mpv
+ binary by the build system. They contain the default configs and keybindings.
Best practices and Concepts within mpv
======================================