vlc | branch: master | Marvin Scholz <[email protected]> | Fri Jun 7 19:27:08 2019 +0200| [a1e111e0b53f7625002b895eefd52339abe53e7f] | committer: Felix Paul Kühne
vout/ios: remove accidentally added #if 0 The file does not build fine with this, as it does not import the needed headers. This is a partial revert of 1aa83e2cfab4a0e9f02b5a5250e681f7f2799df5 Signed-off-by: Felix Paul Kühne <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a1e111e0b53f7625002b895eefd52339abe53e7f --- 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 _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
