[vlc-devel] [PATCH] vout/ios: remove accidentally added #if 0

Marvin Scholz epirat07 at gmail.com
Fri Jun 7 19:27:08 CEST 2019


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)



More information about the vlc-devel mailing list