[libcamera-devel] [PATCH 3/6] ipa: raspberrypi: Rename md_parser.cpp to md_parser_smia.cpp
David Plowman
david.plowman at raspberrypi.com
Mon Jun 14 18:34:22 CEST 2021
Hi Naush
Yep, not much to complain about here!!
On Mon, 14 Jun 2021 at 10:53, Naushir Patuck <naush at raspberrypi.com> wrote:
>
> The file implements the MdParserSmia class, so change the file name to reflect
> this.
>
> Signed-off-by: Naushir Patuck <naush at raspberrypi.com>
Reviewed-by: David Plowman <david.plowman at raspberrypi.com>
Thanks
David
> ---
> src/ipa/raspberrypi/{md_parser.cpp => md_parser_smia.cpp} | 0
> src/ipa/raspberrypi/meson.build | 2 +-
> 2 files changed, 1 insertion(+), 1 deletion(-)
> rename src/ipa/raspberrypi/{md_parser.cpp => md_parser_smia.cpp} (100%)
>
> diff --git a/src/ipa/raspberrypi/md_parser.cpp b/src/ipa/raspberrypi/md_parser_smia.cpp
> similarity index 100%
> rename from src/ipa/raspberrypi/md_parser.cpp
> rename to src/ipa/raspberrypi/md_parser_smia.cpp
> diff --git a/src/ipa/raspberrypi/meson.build b/src/ipa/raspberrypi/meson.build
> index d1397a3211f0..230356d3ce3a 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',
> --
> 2.25.1
>
More information about the libcamera-devel
mailing list