[vlc-devel] [PATCH] vout/ios: remove accidentally added #if 0
Thomas Guillem
thomas at gllm.fr
Tue Jun 11 07:53:41 CEST 2019
LGTM
On Fri, Jun 7, 2019, at 19:27, Marvin Scholz wrote:
> The file does not build fine with this, as it does not import
> the needed headers.
>
> This is a partial revert of 1aa83e2cfab4a0e9f02b5a5250e681f7f2799df5
> ---
> modules/video_output/ios.m | 2 --
> 1 file changed, 2 deletions(-)
>
> diff --git a/modules/video_output/ios.m b/modules/video_output/ios.m
> index e55d899628..5bd2a720b1 100644
> --- a/modules/video_output/ios.m
> +++ b/modules/video_output/ios.m
> @@ -29,13 +29,11 @@
> * Preamble
> *****************************************************************************/
>
> -#if 0
> #import <UIKit/UIKit.h>
> #import <OpenGLES/EAGL.h>
> #import <OpenGLES/ES2/gl.h>
> #import <OpenGLES/ES2/glext.h>
> #import <QuartzCore/QuartzCore.h>
> -#endif
> #import <dlfcn.h>
>
> #ifdef HAVE_CONFIG_H
> --
> 2.20.1 (Apple Git-117)
>
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel
More information about the vlc-devel
mailing list