[vlc-commits] contrib: modplug: Fix endianness check

2020-05-16 Thread Marvin Scholz
vlc/vlc-3.0 | branch: master | Marvin Scholz | Fri Oct 11 12:27:55 2019 +0200| [df364f9361c8236622c7e9d45fdb46fc332bce51] | committer: David Fuhrmann contrib: modplug: Fix endianness check The autoconf endianness check does not compile with a C++ compiler due to bogus casts, therefore it is

[vlc-commits] contribs: live555: Set CXXFLAGS for macosx

2020-05-16 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Wed Apr 29 21:53:41 2020 +0200| [f9701a24327fea50777fffe1f0450a7a8a48b90d] | committer: David Fuhrmann contribs: live555: Set CXXFLAGS for macosx CXXFLAGS are needed to set correct stdlib. (cherry picked from commit

[vlc-commits] contrib: vpx: Fix linker check on mac build environment

2020-05-16 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Wed May 13 21:20:09 2020 +0200| [9832addb1d0dec26b464db41bce11f1e058b3d63] | committer: David Fuhrmann contrib: vpx: Fix linker check on mac build environment Do not override the LD variable, as this fails the following configure ld_check with

[vlc-commits] Update NEWS for macOS

2020-05-16 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Sun May 17 00:17:08 2020 +0200| [0117fe32d98d75fa59e72b9782a54f3e23ce5b9a] | committer: David Fuhrmann Update NEWS for macOS > http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=0117fe32d98d75fa59e72b9782a54f3e23ce5b9a --- NEWS | 3

[vlc-commits] contrib: modplug: Link against libc++ on macOS

2020-05-16 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Wed May 13 19:42:15 2020 +0200| [594e7c8997afbc1a283fb9985298a31a45c24d62] | committer: David Fuhrmann contrib: modplug: Link against libc++ on macOS libstdc++ is not available anymore in modern sdks. (cherry picked from commit

[vlc-commits] contrib: modplug: Link against libc++ on macOS

2020-05-16 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Wed May 13 19:42:15 2020 +0200| [a7dd702b66d6f3c211988e26a8534aba01c581de] | committer: David Fuhrmann contrib: modplug: Link against libc++ on macOS libstdc++ is not available anymore in modern sdks. >

[vlc-commits] contribs: live555: Set CXXFLAGS for macosx

2020-05-16 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Wed Apr 29 21:53:41 2020 +0200| [c40a3d27b1d084172d9f59b482f4e06f4eaa3878] | committer: David Fuhrmann contribs: live555: Set CXXFLAGS for macosx CXXFLAGS are needed to set correct stdlib. >