diff options
author | Naushir Patuck <naush@raspberrypi.com> | 2021-06-14 10:53:37 +0100 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2021-06-15 12:50:05 +0300 |
commit | 12350a90e8f4b0ca7bffa654f12fefd3ed525611 (patch) | |
tree | 8d14c8dad4c81785ac9f18491a6c9d37c0250256 /src/ipa/raspberrypi | |
parent | f1dbf97eed6988461303ce02269dd13c39e77390 (diff) |
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 <naush@raspberrypi.com>
Reviewed-by: David Plowman <david.plowman@raspberrypi.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'src/ipa/raspberrypi')
-rw-r--r-- | src/ipa/raspberrypi/md_parser_smia.cpp (renamed from src/ipa/raspberrypi/md_parser.cpp) | 0 | ||||
-rw-r--r-- | src/ipa/raspberrypi/meson.build | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/src/ipa/raspberrypi/md_parser.cpp b/src/ipa/raspberrypi/md_parser_smia.cpp index 852a1d34..852a1d34 100644 --- a/src/ipa/raspberrypi/md_parser.cpp +++ b/src/ipa/raspberrypi/md_parser_smia.cpp 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', |