[vlc-commits] bin: build a vlc-osx-static similar to vlc-static, to fix tests

2015-06-21 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann dfuhrm...@videolan.org | Sun Jun 21 17:20:35 2015 +0200| [383a20900c66ff18ea59e1feb33f5ed0052315ab] | committer: David Fuhrmann bin: build a vlc-osx-static similar to vlc-static, to fix tests

[vlc-commits] configure: test and enable C11 where available

2015-06-21 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont r...@remlab.net | Mon Jun 22 00:08:59 2015 +0300| [ce150f3849cebe97bc7fc028674d3c7f8c73f64d] | committer: Rémi Denis-Courmont configure: test and enable C11 where available

[vlc-commits] include: stick to a single version (2011) C/C++ atomics

2015-06-21 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont r...@remlab.net | Sun Jun 21 23:27:57 2015 +0300| [ab550d60dd8d823b8ddacd2d4759f0840a9ea352] | committer: Rémi Denis-Courmont include: stick to a single version (2011) C/C++ atomics This fixes mismatched binary interface when either: - the versions

[vlc-commits] configure: allow C11 compiler for build system native compiler

2015-06-21 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont r...@remlab.net | Sun Jun 21 22:21:44 2015 +0300| [dab7c5012610b5edae99adb7c59c4f2badd798fd] | committer: Rémi Denis-Courmont configure: allow C11 compiler for build system native compiler Also error out if necessary.

[vlc-commits] m4: improve C++11 check

2015-06-21 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont r...@remlab.net | Sun Jun 21 22:20:00 2015 +0300| [d3b892b8bcf8d51f00ef02f42647dd5c2c130908] | committer: Rémi Denis-Courmont m4: improve C++11 check http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d3b892b8bcf8d51f00ef02f42647dd5c2c130908 ---