[vlc-commits] ios: enable a very minimal set of sout so we can capture snapshots in files

Felix Paul Kühne git at videolan.org
Sat May 30 13:50:54 CEST 2015


vlc/vlc-2.2 | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Fri May 29 12:23:47 2015 +0200| [021a1fc1c53db349979eb0feb8907aeda6ccbea7] | committer: Felix Paul Kühne

ios: enable a very minimal set of sout so we can capture snapshots in files

(cherry picked from commit 7757b784bc621be094c9a684b53091d6b5b31f47)

> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.2.git/?a=commit;h=021a1fc1c53db349979eb0feb8907aeda6ccbea7
---

 extras/package/ios/build.sh |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/extras/package/ios/build.sh b/extras/package/ios/build.sh
index 267ce84..764cc53 100755
--- a/extras/package/ios/build.sh
+++ b/extras/package/ios/build.sh
@@ -308,7 +308,6 @@ ${VLCROOT}/configure \
     --enable-macosx-quartztext \
     --enable-mkv \
     --enable-opus \
-    --disable-sout \
     --disable-faad \
     --disable-lua \
     --disable-a52 \
@@ -437,6 +436,11 @@ oldmovie
 vhs
 demuxdump
 fingerprinter
+output_udp
+output_http
+output_livehttp
+libmux
+stream_out
 "
 
 if [ "$SCARY" = "no" ]; then



More information about the vlc-commits mailing list