[vlc-commits] chromecast: remove useless BUILT_SOURCES

2014-10-12 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont r...@remlab.net | Sun Oct 12 13:20:29 2014 +0300| [9cf6c25796eb2decbe73b612bc4b6521af099093] | committer: Rémi Denis-Courmont chromecast: remove useless BUILT_SOURCES

[vlc-commits] protoc: %.pb.h is also genterated on a call

2014-10-12 Thread Uwe L. Korn
vlc | branch: master | Uwe L. Korn uw...@xhochy.com | Sat Oct 11 22:05:41 2014 +0100| [6f84bf8a50698ffa653b81895abb1080acedfb76] | committer: Rémi Denis-Courmont protoc: %.pb.h is also genterated on a call Signed-off-by: Rémi Denis-Courmont r...@remlab.net

[vlc-commits] ios: require iOS 6.1 since 5.1 is no longer support by current Xcode releases

2014-10-12 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne fkue...@videolan.org | Sun Oct 12 16:16:40 2014 +0200| [d65920ce6607fb24a22e7645b5fd1d03e9e5cfdc] | committer: Felix Paul Kühne ios: require iOS 6.1 since 5.1 is no longer support by current Xcode releases

[vlc-commits] extras: mirror ragel on v.o since upstream server is broken

2014-10-12 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne fkue...@videolan.org | Sun Oct 12 16:30:12 2014 +0200| [af3eeea5af09938d1f90c46f048137156c531327] | committer: Felix Paul Kühne extras: mirror ragel on v.o since upstream server is broken

[vlc-commits] Win32 configure: use a quoted $@ instead of $*

2014-10-12 Thread Jean-Baptiste Kempf
vlc | branch: master | Jean-Baptiste Kempf j...@videolan.org | Sat Oct 11 17:38:26 2014 +0200| [a0a88e7913ec102122061e73ddc95e466f692b7a] | committer: Jean-Baptiste Kempf Win32 configure: use a quoted $@ instead of $*

[vlc-commits] Win32: remove dead cygwin options

2014-10-12 Thread Jean-Baptiste Kempf
vlc | branch: master | Jean-Baptiste Kempf j...@videolan.org | Sat Oct 11 17:37:45 2014 +0200| [8393fa5bdc1232d18604cc39c4a9792570b2ba47] | committer: Jean-Baptiste Kempf Win32: remove dead cygwin options

[vlc-commits] Chromecast: fix compilation for INT64_C definition

2014-10-12 Thread Jean-Baptiste Kempf
vlc | branch: master | Jean-Baptiste Kempf j...@videolan.org | Sat Oct 11 18:25:26 2014 +0200| [5ff089b5119b0fd2fc8a0b037e93fb2e0910750f] | committer: Jean-Baptiste Kempf Chromecast: fix compilation for INT64_C definition

[vlc-commits] contrib: speexdsp: disable examples

2014-10-12 Thread Tristan Matthews
vlc/vlc-2.2 | branch: master | Tristan Matthews tma...@videolan.org | Sat Oct 11 21:42:10 2014 -0400| [ac4f2bc6d06890f40034d8ad368c208de76a61a6] | committer: Jean-Baptiste Kempf contrib: speexdsp: disable examples (cherry picked from commit 7bd11e51ac8dee7c27faff7c1c406164f2943a94)

[vlc-commits] Add -avoid-version to LDFLAGS of vlc and vlccore on OS/2

2014-10-12 Thread KO Myung-Hun
vlc | branch: master | KO Myung-Hun kom...@gmail.com | Sun Oct 12 14:59:26 2014 +0900| [863f851833eab0c4a2b5de354bbf50270a5d8d2b] | committer: Rémi Denis-Courmont Add -avoid-version to LDFLAGS of vlc and vlccore on OS/2 Signed-off-by: Rémi Denis-Courmont r...@remlab.net

[vlc-commits] var_GetAndSet() can fail

2014-10-12 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont r...@remlab.net | Sun Oct 12 21:28:49 2014 +0300| [748c53a3ca3faa45f000b6a62b9ace851b32f05e] | committer: Rémi Denis-Courmont var_GetAndSet() can fail Return 0 as usual, rather than undefined result.