[vlc-commits] config: Rename strtoi() to vlc_strtoi()

2015-02-06 Thread Kamil Rytarowski
vlc | branch: master | Kamil Rytarowski n...@gmx.com | Fri Feb 6 11:16:05 2015 +| [4b1dbb7fa984c3390c9a68e00fa2fa7d1ad72b80] | committer: Jean-Baptiste Kempf config: Rename strtoi() to vlc_strtoi() strtoi(3) is a function in the Standard C Library of NetBSD. Signed-off-by: Jean-Baptiste

[vlc-commits] include: Rename the bswap functions to vlc_bswap

2018-03-12 Thread Kamil Rytarowski
vlc | branch: master | Kamil Rytarowski <n...@gmx.com> | Mon Mar 5 14:43:47 2018 +0100| [7e9ef3d72b6d1d454cdf546a605fe1aca2806517] | committer: Thomas Guillem include: Rename the bswap functions to vlc_bswap The bswap16, bswap32 and bswap64 functions are already present on NetBSD and

[vlc-commits] Make vlc_common.h compatible with NetBSD

2018-03-13 Thread Kamil Rytarowski
vlc/vlc-3.0 | branch: master | Kamil Rytarowski <n...@gmx.com> | Mon Mar 12 15:10:00 2018 +0100| [535aed6be3736e3ddf390ae41c039b0ffc4f05f3] | committer: Thomas Guillem Make vlc_common.h compatible with NetBSD Disable calls that are already handled by the NetBSD libc: - popc

[vlc-commits] Link libcompat with a library with math functions

2018-03-13 Thread Kamil Rytarowski
vlc | branch: master | Kamil Rytarowski <n...@gmx.com> | Tue Mar 13 21:04:26 2018 +0100| [b6968b7d36769370fe20e095070e665ef2dbf097] | committer: Rémi Denis-Courmont Link libcompat with a library with math functions We detect whether math functions are located in -lm in configure.ac.

[vlc-commits] Link libcompat with a library with math functions

2018-03-13 Thread Kamil Rytarowski
vlc/vlc-3.0 | branch: master | Kamil Rytarowski <n...@gmx.com> | Tue Mar 13 21:04:26 2018 +0100| [2dd378521364c56f07847d1dd3741ee96e61eb1c] | committer: Rémi Denis-Courmont Link libcompat with a library with math functions We detect whether math functions are located in -lm in config

[vlc-commits] configure: Fix shell portability issue

2018-03-17 Thread Kamil Rytarowski
vlc | branch: master | Kamil Rytarowski <n...@gmx.com> | Sun Mar 18 02:51:38 2018 +0100| [4136b3d0275ea13efd502c1c7bcfad7ae9d13774] | committer: Marvin Scholz configure: Fix shell portability issue The == condition is a non-POSIX extension to shell. It's not supported on NetBSD an

[vlc-commits] Rename popcount to vlc_popcount

2018-02-26 Thread Kamil Rytarowski
vlc | branch: master | Kamil Rytarowski <n...@gmx.com> | Mon Feb 26 07:11:48 2018 +0100| [ab23a02cc955d905e3ed5ad6ca5c96beeba67e24] | committer: Rémi Denis-Courmont Rename popcount to vlc_popcount This removes conflicts with the NetBSD headers and libc. The conflicts caused fatal build