From 12350a90e8f4b0ca7bffa654f12fefd3ed525611 Mon Sep 17 00:00:00 2001 From: Naushir Patuck Date: Mon, 14 Jun 2021 10:53:37 +0100 Subject: ipa: raspberrypi: Rename md_parser.cpp to md_parser_smia.cpp The file implements the MdParserSmia class, so change the file name to reflect this. Signed-off-by: Naushir Patuck Reviewed-by: David Plowman Reviewed-by: Laurent Pinchart Signed-off-by: Laurent Pinchart --- src/ipa/raspberrypi/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ipa/raspberrypi/meson.build') diff --git a/src/ipa/raspberrypi/meson.build b/src/ipa/raspberrypi/meson.build index d1397a32..230356d3 100644 --- a/src/ipa/raspberrypi/meson.build +++ b/src/ipa/raspberrypi/meson.build @@ -16,7 +16,7 @@ rpi_ipa_includes = [ rpi_ipa_sources = files([ 'raspberrypi.cpp', - 'md_parser.cpp', + 'md_parser_smia.cpp', 'cam_helper.cpp', 'cam_helper_ov5647.cpp', 'cam_helper_imx219.cpp', -- cgit v1.2.1