From 059bd3dcaa3af087cf3722a8fa81128433cbb1dc Mon Sep 17 00:00:00 2001
From: Solomon Choina <shlomochoina@gmail.com>
Date: Fri, 26 Nov 2021 09:29:02 -0500
Subject: [PATCH] meson: correct champ.c to chmap.c

meson: correct champ.c to chmap.c
---
 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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',