From 43b513b86b554b859eecb333d5aca3de5f8116fd Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 18 Nov 2013 00:31:06 +0100 Subject: [PATCH] (Camera) Cleanup Android camera driver --- camera/android.c | 5 +++-- camera/video4linux2.c | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/camera/android.c b/camera/android.c index 505217322b..4b29623e46 100644 --- a/camera/android.c +++ b/camera/android.c @@ -1,5 +1,7 @@ /* RetroArch - A frontend for libretro. - * Copyright (C) 2010-2013 - Michael Lelli + * Copyright (C) 2010-2013 - Hans-Kristian Arntzen + * Copyright (C) 2011-2013 - Daniel De Matteis + * Copyright (C) 2012-2013 - Michael Lelli * * RetroArch is free software: you can redistribute it and/or modify it under the terms * of the GNU General Public License as published by the Free Software Found- @@ -14,7 +16,6 @@ */ #include "../driver.h" -#include "../emscripten/RWebCam.h" #include "../android/native/jni/jni_macros.h" static void *android_init(const char *device, uint64_t caps, unsigned width, unsigned height) diff --git a/camera/video4linux2.c b/camera/video4linux2.c index 727b1b9803..0e85d3d0d4 100644 --- a/camera/video4linux2.c +++ b/camera/video4linux2.c @@ -1,6 +1,7 @@ /* RetroArch - A frontend for libretro. * Copyright (C) 2010-2013 - Hans-Kristian Arntzen * Copyright (C) 2011-2013 - Daniel De Matteis + * Copyright (C) 2012-2013 - Michael Lelli * * RetroArch is free software: you can redistribute it and/or modify it under the terms * of the GNU General Public License as published by the Free Software Found-