vlc | branch: master | Rémi Denis-Courmont <[email protected]> | 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@ \ _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
