[vlc-commits] pkgconfig: remove obsolescent _REENTRANT & _THREAD_SAFE

Rémi Denis-Courmont git at videolan.org
Mon Jun 18 19:09:32 CEST 2018


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sun Jun 17 12:16:44 2018 +0300| [ab4c9648df109efd27d6359870e3e85fc590ac86] | committer: Rémi Denis-Courmont

pkgconfig: remove obsolescent _REENTRANT & _THREAD_SAFE

This is implied by recent versions of POSIX, and LibVLC should not mess
the application namespace unless necessary.

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

 src/vlc-plugin.pc.in | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/src/vlc-plugin.pc.in b/src/vlc-plugin.pc.in
index 60e054e395..01d0b1977d 100644
--- a/src/vlc-plugin.pc.in
+++ b/src/vlc-plugin.pc.in
@@ -15,9 +15,7 @@ Version: @VERSION@
 Cflags: -I${includedir} -I${pkgincludedir}/plugins \
 	-D__PLUGIN__ \
 	-D_FILE_OFFSET_BITS=64 \
-	@DEFS_BIGENDIAN@ \
-	-D_REENTRANT \
-	-D_THREAD_SAFE
+	@DEFS_BIGENDIAN@
 Libs: -L${libdir} -lvlccore
 Libs.private: @LIBS_libvlccore@ \
 	@LTLIBINTL@ @LTLIBICONV@ \



More information about the vlc-commits mailing list