[vlc-commits] video_output: Makefile.am: remove OpenGLES from uiview

Alexandre Janniaux git at videolan.org
Fri Jan 29 11:06:25 UTC 2021


vlc | branch: master | Alexandre Janniaux <ajanni at videolabs.io> | Thu Jan 28 17:57:39 2021 +0100| [3f136d3359da7dd8a98f1508d00d617a6911230a] | committer: Alexandre Janniaux

video_output: Makefile.am: remove OpenGLES from uiview

The UIView-based video output doesn't use OpenGLES.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3f136d3359da7dd8a98f1508d00d617a6911230a
---

 modules/video_output/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/video_output/Makefile.am b/modules/video_output/Makefile.am
index b77fefda36..47afbbdc39 100644
--- a/modules/video_output/Makefile.am
+++ b/modules/video_output/Makefile.am
@@ -56,7 +56,7 @@ libvout_ios_plugin_la_LDFLAGS = $(AM_LDFLAGS) -rpath '$(voutdir)' \
 
 libuiview_window_plugin_la_SOURCES = video_output/apple/VLCVideoUIView.m
 libuiview_window_plugin_la_LDFLAGS = $(AM_LDFLAGS) \
-	-Wl,-framework,Foundation,-framework,OpenGLES,-framework,QuartzCore,-framework,UIKit
+	-Wl,-framework,Foundation,-framework,QuartzCore,-framework,UIKit
 libuiview_window_plugin_la_OBJCFLAGS = $(AM_OBJCFLAGS) -fobjc-arc
 
 if HAVE_IOS



More information about the vlc-commits mailing list