[vlc-commits] configure: remove remnants of the 1st generation iOS vout removed in 902cc2d4
Felix Paul Kühne
git at videolan.org
Fri Nov 22 14:06:29 CET 2013
vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Fri Nov 22 14:06:16 2013 +0100| [f38c434794dbfe7d6981d5fa9396d026862c1ece] | committer: Felix Paul Kühne
configure: remove remnants of the 1st generation iOS vout removed in 902cc2d4
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f38c434794dbfe7d6981d5fa9396d026862c1ece
---
configure.ac | 11 -----------
1 file changed, 11 deletions(-)
diff --git a/configure.ac b/configure.ac
index 59352b8..5f7ed24 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3230,17 +3230,6 @@ fi
dnl
-dnl iOS vout module
-dnl
-AC_ARG_ENABLE(ios-vout,
- [ --enable-ios-vout iOS video output module (default disabled)])
-if test "${enable_ios_vout}" = "yes"
-then
- VLC_ADD_PLUGIN([vout_ios])
- VLC_ADD_LIBS([vout_ios], [-Wl,-framework,OpenGLES,-framework,QuartzCore,-framework,UIKit,-framework,Foundation])
-fi
-
-dnl
dnl iOS ES2 vout module
dnl
AC_ARG_ENABLE(ios-vout2,
More information about the vlc-commits
mailing list