summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSolomon Choina <shlomochoina@gmail.com>2021-11-26 09:29:02 -0500
committerDudemanguy <random342@airmail.cc>2021-11-26 15:13:01 +0000
commit059bd3dcaa3af087cf3722a8fa81128433cbb1dc (patch)
treefe562233f22757a4720ee77165607033cd7cbbe5
parentec97b3f2798dd61e0e851b8049ee4e6a3e46a09d (diff)
downloadmpv-059bd3dcaa3af087cf3722a8fa81128433cbb1dc.tar.bz2
mpv-059bd3dcaa3af087cf3722a8fa81128433cbb1dc.tar.xz
meson: correct champ.c to chmap.c
meson: correct champ.c to chmap.c
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 7a57b9eb12..4f4d66335d 100644
--- a/meson.build
+++ b/meson.build
@@ -353,7 +353,7 @@ endif
if get_option('tests')
features += 'tests'
- sources += files('test/champ.c',
+ sources += files('test/chmap.c',
'test/gl_video.c',
'test/img_format.c',
'test/json.c',