[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:13:57 CEST 2015


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

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

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

 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 c334bbf..c16d0c0 100755
--- a/extras/package/ios/build.sh
+++ b/extras/package/ios/build.sh
@@ -319,7 +319,6 @@ ${VLCROOT}/configure \
     --enable-macosx-quartztext \
     --enable-mkv \
     --enable-opus \
-    --disable-sout \
     --disable-faad \
     --disable-lua \
     --disable-a52 \
@@ -444,6 +443,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