- Apr 17, 2022
-
-
- Jan 04, 2022
-
-
The Frameworks folder was missing in the rpath, leading to Frameworks like Sparkle requiring change of the install_name after it was built instead of just using rpath properly.
-
- Jan 29, 2021
-
-
Signed-off-by:
Steve Lhomme <robux4@ycbcr.xyz>
-
- Nov 22, 2020
-
-
Tristan Matthews authored
-
- Nov 21, 2020
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- May 26, 2020
-
-
Marvin Scholz authored
Move the breakpad initialization right to the start of the program and do not initialize breakpad if the VLC_DISABLE_BREAKPAD env variable is set.
-
- Mar 30, 2020
-
-
Alexandre Janniaux authored
If breakpad is not used, the crash_handling variable is not used too, but as it's used otherwise this should be silenced.
-
- Mar 25, 2020
-
-
Marvin Scholz authored
-
Marvin Scholz authored
-
- Dec 10, 2019
-
-
David authored
This gets rid of a prefix inside our build dir, and uses DESTDIR when installing the content. This way, the install directory can be reused for further packaging introduced in the next commits.
-
- Jun 03, 2019
-
-
Steve Lhomme authored
-
- Apr 03, 2019
-
-
Steve Lhomme authored
We were already using FromWide on this variable. It cannot work if TCHAR is not wide.
-
- Mar 27, 2019
-
-
David authored
This enables us to just run the vlc executable from an installed directory like on any other POSIX installation. All modules should work, apart the macOS interface module which requires the bundle structure.
-
David authored
For posix-style installations, use the defined directories for libraries and data. With that, running vlc from the install dirs works fine in principle. What is left to do currently is to adapt the RPATH to find the libvlc libraries.
-
- Mar 20, 2019
-
-
David authored
This is the correct place for bundling shared libraries (even if they are not in the Framework structure).
-
- Jan 17, 2019
-
-
Steve Lhomme authored
-
- Oct 20, 2018
-
-
Marvin Scholz authored
-
- Sep 13, 2018
-
-
Martin Storsjö authored
This prevents these executables from linking to a shared libssp-0.dll if both a static and shared version is available of this library. Since these refer to the dynamically linked libvlc via libvlc.la, it will still pick up the correct shared version of those, instead of refusing to link to a dynamic library (as it does for any library specified via -l<name>). The same use of -Wc,-static is present in a few other Makefile.am already.
-
- Jul 11, 2018
-
-
Steve Lhomme authored
-
- Jun 18, 2018
-
-
Rémi Denis-Courmont authored
POSIX threads are always enabled implicitly.
-
- May 11, 2018
-
-
Rémi Denis-Courmont authored
-
- May 09, 2018
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- Mar 24, 2018
-
- Mar 23, 2018
-
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- Mar 15, 2018
-
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- Mar 11, 2018
-
-
Rémi Denis-Courmont authored
Rather than failing and existing silently.
-
Rémi Denis-Courmont authored
Later patch wants to use argv[0].
-
- Mar 06, 2018
-
-
Rémi Denis-Courmont authored
pkglibexecdir is the pseudo-directory for internal executables. vlc-qt-check already uses that. Indeed, PROGRAMS and SCRIPTS targets are not allowed by automake in pkglibdir. (libexecdir can be set to '${libdir}' in configure if/when the distinction is unwanted.)
-
- Feb 08, 2018
-
-
Rémi Denis-Courmont authored
...when running in build tree.
-
- Feb 02, 2018
-
-
Felix Paul Kühne authored
-
- Dec 27, 2017
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
- Dec 26, 2017
-
-
Hugo Beauzée-Luyssen authored
Reported-by:
Alexandre Fernandez <nerf@boboop.fr>
-
- Dec 23, 2017
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
- Dec 10, 2017
-
-
Rémi Denis-Courmont authored
This looks like cargo cult. The function exists since XP SP1.
-
- Dec 03, 2017
-
-
Rémi Denis-Courmont authored
-