- Dec 02, 2021
-
-
cf. https://developer.apple.com/library/archive/documentation/DeveloperTools/Conceptual/DynamicLibraries/100-Articles/DynamicLibraryUsageGuidelines.html#//apple_ref/doc/uid/TP40001928-SW12 """ When the library name is a filename (that is, when it doesn’t include directory names), the dynamic loader searches for the library in several locations until it finds it, in the following order: - $LD_LIBRARY_PATH - $DYLD_LIBRARY_PATH - The process’s working directory - $DYLD_FALLBACK_LIBRARY_PATH When the library name contains at least one directory name, that is, when the name is a pathname (relative or fully qualified), the dynamic loader searches for the library in the following order: - $DYLD_LIBRARY_PATH using the filename - The given pathname - $DYLD_FALLBACK_LIBRARY_PATH using the filename """ Conclusion: DYLD_LIBRARY_PATH on macOS behave like LD_LIBRARY_PATH on Linux but LD_LIBRARY_PATH on macOS has a different behavior than LD_LIBRARY_PATH on Linux, so DYLD_LIBRARY_PATH should be used on macOS. Specially since we can't really control if the library name will include a path or not (relative or absolute). (cherry picked from commit abbe7f3b) Signed-off-by:
Marvin Scholz <epirat07@gmail.com>
-
- Apr 05, 2021
-
-
Jean-Baptiste Kempf authored
Close #21463 (cherry picked from commit 5f990b0cd372c86f8846c74c1809bca9b6b721ee) Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- Aug 27, 2020
-
-
Steve Lhomme authored
(cherry picked from commit 77e92517b8fe8fd42b05b005c2907b07056ac710) Signed-off-by:
Steve Lhomme <robux4@ycbcr.xyz>
-
- Jun 18, 2020
-
-
Steve Lhomme authored
Avoid this link error: [ 44%] Linking C executable curltest Undefined symbols for architecture x86_64: "_SSLCopyALPNProtocols", referenced from: _sectransp_connect_step2 in libcmcurl.a(sectransp.c.o) "_SSLSetALPNProtocols", referenced from: _sectransp_connect_common in libcmcurl.a(sectransp.c.o) ld: symbol(s) not found for architecture x86_64 This only happens in the 3.0 macOS CI. (cherry picked from commit ab126f80d3aea19d85c8b91f361d646fab6f4560) Signed-off-by:
Steve Lhomme <robux4@ycbcr.xyz>
-
Steve Lhomme authored
(cherry picked from commit 9694912b) Signed-off-by:
Steve Lhomme <robux4@ycbcr.xyz>
-
(cherry picked from commit eb2ef5d7) (edited) edited: - libtool-2.4.6-clang-libs.patch was already merged in this branch Signed-off-by:
Steve Lhomme <robux4@ycbcr.xyz>
-
- Jun 17, 2020
-
-
David authored
Fixes building from source tarball which was missing this file.
-
- Dec 21, 2017
-
-
Jean-Baptiste Kempf authored
(cherry picked from commit 19fce3b274f475c068fc6f43dbbdcd467364610e) Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- Sep 20, 2017
-
-
Rémi Denis-Courmont authored
This is required if plugins are supported, regardless of whether the VLC executable is built.
-
- Dec 04, 2016
-
-
Jean-Baptiste Kempf authored
-
- Nov 19, 2016
-
-
Jean-Baptiste Kempf authored
-
- Oct 30, 2016
-
-
Marvin Scholz authored
Remove the old fullscreen controller assets and their references from the Makefile and Xcode project.
-
Marvin Scholz authored
This introduces a new fullscreen controller which uses NSVisualEffectView for it's background and the icons that are used throughout the rest of the macOS user interface, hence making it more consistent with the overall look of VLC. Additionally the new fullscreen controller is resizable and, as it already used to be, can be move around on the screen. The user interface is now described in a interface builder file (xib) instead of doing everything in code. This allows easy usage of autolayout, which is heavily used to allow adaption of the buttons/sliders depending on the panel width and height.
-
- Sep 09, 2016
-
-
Marvin Scholz authored
This replaces the old christmas cone, that will be used after the 354 day of the year with a more recent one.
-
- Jul 26, 2016
-
-
Hugo Beauzée-Luyssen authored
vlc-cache-gen isn't build, so it fails to execute, making the install rule fail.
-
- Jun 17, 2016
-
-
Signed-off-by:
Felix Paul Kühne <fkuehne@videolan.org>
-
- Jun 14, 2016
-
-
Rafaël Carré authored
-
- May 19, 2016
-
-
Hugo Beauzée-Luyssen authored
-
- Apr 25, 2016
-
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
-
- Apr 18, 2016
-
-
Marvin Scholz authored
-
- Feb 27, 2016
-
-
Jean-Baptiste Kempf authored
-
- Feb 04, 2016
-
-
Felix Paul Kühne authored
-
- Feb 02, 2016
-
-
Signed-off-by:
Felix Paul Kühne <fkuehne@videolan.org>
-
- Jan 07, 2016
-
-
Rémi Denis-Courmont authored
-
- Dec 08, 2015
-
-
Rémi Denis-Courmont authored
Run 'make lcov' to produce the coverage report in the lcov/. This requires lcov installed and the --enable-coverage configure flag.
-
- Aug 11, 2015
-
-
David authored
This improves separation between main menu and the unrelated goto time window. Besides that, note that each time bindings are used with the file owner, this owner needs to be an NSWindowController class. Only in this case retain cycles are avoided (bindings have a strong reference to the object used). Thus, this commit helps to properly deinitialize the VLCMain object.
-
- Aug 09, 2015
-
-
David authored
Splits PopupPanel and TextfieldPanel into two xib files and creates NSWindowController subclasses for each panel. Each user of the panel gets its own window controller instance. This is needed as the same kind of window can be shown multiple times simultaneously (e.g. both in video and audio effects). This also did not work with the previous implementation of the 2.2 branch and fixes broken behaviour.
-
- Jul 20, 2015
-
-
Felix Paul Kühne authored
-
- Jul 16, 2015
-
-
Felix Paul Kühne authored
-
- Jul 15, 2015
-
-
Felix Paul Kühne authored
-
- Jul 11, 2015
-
-
David authored
-
- Jul 06, 2015
-
-
Rémi Denis-Courmont authored
The port has never worked and has not been improved for over 4 years. The platform itself has been totally discontinued for 18 months.
-
- Jun 21, 2015
-
-
David authored
-
- May 16, 2015
-
-
David authored
Removes sharedInstance from About window controller, and rework as a NSWindowController subclass. This is the new owner of the xib and thus instantiated outside the nib bundle. Splits Help window in own xib and add own NSWindowController as well. refs #5556
-
- Jan 24, 2015
-
-
Jean-Baptiste Kempf authored
Still alive!
-
- Oct 02, 2014
-
-
David authored
-
- Sep 21, 2014
-
-
Konstantin Pavlov authored
-
- Feb 12, 2014
-
-
Felix Paul Kühne authored
no fancy UI, but it works Needs further UX improvements
-
- Jan 13, 2014
-
-
Rafaël Carré authored
-