vlc/bin
Martin Storsjö 9edf62844f bin: win32: Link vlc.exe and vlc-cache-gen.exe with -static
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.
2018-09-13 13:27:51 +03:00
..
.gitignore Fix .gitignore files 2011-10-16 20:29:34 +02:00
Makefile.am bin: win32: Link vlc.exe and vlc-cache-gen.exe with -static 2018-09-13 13:27:51 +03:00
breakpad.cpp win32: Use breakpad for crash reporting 2017-12-23 21:41:43 +01:00
cachegen.c cachegen: remove wrong/misleading error message 2018-05-09 21:05:39 +03:00
darwinvlc.m lib: remove unused libvlc_playlist_play() parameters 2018-05-09 21:05:37 +03:00
override.c bin:override: fix unsigned format modifier 2018-07-11 15:35:04 +02:00
rootwrap.c rootwrap: use fputs() where applicable 2017-06-19 21:08:15 +03:00
vlc.c lib: remove unused libvlc_playlist_play() parameters 2018-05-09 21:05:37 +03:00
vlc_win32_rc.rc.in bin: win32 resources: Fix manifest embeding 2017-03-08 15:54:53 +01:00
winvlc.c winvlc: use exit handler 2018-05-11 20:56:30 +03:00