1
mirror of https://code.videolan.org/videolan/vlc synced 2024-07-21 07:24:15 +02:00
Commit Graph

14 Commits

Author SHA1 Message Date
Hugo Beauzée-Luyssen
ce1325ed51 cachegen: fix when building without getopt
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
2016-02-06 12:06:50 +01:00
David Fuhrmann
b15db2c780 cachegen: Remove remnants of -f option
The -f option of cachegen was removed in d71c794d.

refs #16211
2015-12-26 19:11:04 +01:00
Steve Lhomme
1c0fcde52b cachegen: use _WIN32 instead of WIN32
--
that's what we use everywhere else

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
2015-08-05 18:50:32 +03:00
Felix Paul Kühne
d71c794d5f cachegen: remove force option and always reset the cache when the helper tool is executed (refs #14519) 2015-07-25 16:09:18 +02:00
Rémi Denis-Courmont
170e5561c1 win32: call SetErrorMode() while still single-threaded
(This is required by MSDN.)
2014-02-07 23:06:50 +02:00
Rémi Denis-Courmont
ae7b55a4f9 vlc: assume UTF-8 and drop dependency on libvlccore 2012-03-19 22:17:00 +02:00
Rémi Denis-Courmont
bc032f3ca6 posix: drop support for non-UTF-8 operating systems
This patch also removes support for legacy encodings:
 - in taglib, in the non-Windows code paths,
 - in the Internationalized Domain Names resolved (only glibc) and
 - in the GNOME VFS module.

Support for translation from/to UTF-8 was disabled by default 20 months
ago, and scheduled for removal, 14 months ago.
2012-03-19 22:12:44 +02:00
Rémi Denis-Courmont
549ce2cad1 Override the plugins path with an environment variable...
...rather than with a command line option. This enables extending the
set of plugins paths globally, for all LibVLC applications.

Using an environment variable seems more logical than a command line
option considering that the module bank is shared by all VLC instances
in the process. In other words, it did not belong as a parameter to
libvlc_new().
2011-02-12 11:04:35 +02:00
Rafaël Carré
f94fecb990 vlc-cachegen: remove useless options
--ignore-config and --no-media-library are default
2010-10-20 19:54:07 +02:00
Rémi Denis-Courmont
5a477c259b vlc-cache-gen: add --force option 2010-03-06 19:16:46 +02:00
Rémi Denis-Courmont
09020b63ba LibVLC core: remove exceptions 2010-01-31 23:40:16 +02:00
Rémi Denis-Courmont
98ff57ae3a vlc-cache-gen: no media library
This really should default to off everywhere except in VLC though.
2010-01-31 00:15:21 +02:00
Pierre Ynard
54a847e614 Use ifdef's to guard against setlocale() in vlc-cache-gen 2010-01-26 14:35:49 +01:00
Rémi Denis-Courmont
f974baf175 Add vlc-cache-gen to generate the plugins cache off-line 2010-01-25 22:40:19 +02:00