[vlc-commits] vout/ios: remove accidentally added #if 0
Marvin Scholz
git at videolan.org
Tue Jun 11 08:38:55 CEST 2019
vlc | branch: master | Marvin Scholz <epirat07 at gmail.com> | 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 <felix at feepk.net>
> 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
More information about the vlc-commits
mailing list