Geoffroy Couprie
5b963efaee
Win32: cleaning crashdumps
18 years ago
Geoffroy Couprie
ce94f23fec
Win32 crashdump: typo
18 years ago
Rémi Denis-Courmont
951b94d3c2
Revert "Call XInitThreads early enough"
This reverts commit 364868f96f .
On deeper look, this deadlocks in all kind of places. I guess we'll
have to live with the racy Xlib behavior instead.
Conflicts:
configure.ac
18 years ago
Rémi Denis-Courmont
364868f96f
Call XInitThreads early enough
We need to call XInitThreads before anyone tries XOpenDisplay or
something, and XInitThreads itself is not re-entrant, so call it before
we start LibVLC. This only "fixes" Xlib with VLC. Other LibVLC users
need to do something similar themselves. LibVLC cannot do it. Other
application may have already connected to X before it starts LibVLC.
18 years ago
Rémi Denis-Courmont
6b3c6c448d
Fix vlc dependency on libvlc
18 years ago
Rémi Denis-Courmont
0e1e17e1b8
Hard code plugin path and http path in static VLC
This allows using the http interface directly when builddir != srcdir.
This is needed to get rid of the ./vlc script.
18 years ago
Geoffroy Couprie
d282bd2d01
Win32: fix crash reporting version string
18 years ago
Geoffroy Couprie
2114aaa9b0
Win32: send crash reports to ftp://crash.videolan.org/crashs/
18 years ago
Rémi Denis-Courmont
8030cf38e9
Don't use repeat the same adverb twice
18 years ago
Geoffroy Couprie
f7c9acaebd
Win32: generate stacktrace on unhandled exception
18 years ago
Rémi Denis-Courmont
e778ca6441
Remove un-needed libs
18 years ago
Rémi Denis-Courmont
95b3682aaf
Ignore binaries
18 years ago
Rémi Denis-Courmont
9dd13ebf18
Provide replacement for CMSG_LEN and CMSG_SPACE
18 years ago
Geoffroy Couprie
ff026ff6e3
WinCE: reintroduce parse_cmdline
18 years ago
Rémi Denis-Courmont
723e71ef98
Unblock death signals if signals interface is absent
By the way, the exception handler claims the exception is not handled!
18 years ago
Rémi Denis-Courmont
3fff7ea77e
Spelling
18 years ago
Antoine Cellerier
675111cc7b
Add --enable-run-as-root option to configure.
Embedded platforms often only have the root user. Do not, I repeat, Do not enable this option if you don't know what you're doing.
18 years ago
Geoffroy Couprie
528a7cab1f
WinCE: build vlc.exe (+ modifications)
Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>
18 years ago
Rémi Denis-Courmont
fae0cf510d
Build a separate non-installable VLC for easier debugging
18 years ago
Rémi Denis-Courmont
d6646730e7
argv is now on the stack, do not free it
18 years ago
Rémi Denis-Courmont
dcb6167401
Win32: do not pass argv[0] to libvlc - fixes #1920
18 years ago
Rémi Denis-Courmont
fe52817ef6
Revert early morning after bad night sleep commit
This reverts commit 916717a706 .
18 years ago
Rémi Denis-Courmont
916717a706
Win32: do not add argv[0] (vlc.exe) to the playlist
18 years ago
Rémi Denis-Courmont
b3382b7e0c
Remove left over
18 years ago
Rémi Denis-Courmont
274260e42f
Win32: (restore) support for Unicode command line...
...and use Windows built-in function for command line parsing.
18 years ago
Rémi Denis-Courmont
ca74f7fcfe
VLC resource file is only for Win32
18 years ago
Rémi Denis-Courmont
2c364f7a23
Revert "Don't mess with the build system a single day (git revert 83b35c64b6 -n!) before a major (git revert 83b35c64b6 -n) release"
Unbreak Linux build.
This reverts commit f806629f32 .
18 years ago
Felix Paul Kühne
f806629f32
Don't mess with the build system a single day (git revert 83b35c64b6 -n!) before a major (git revert 83b35c64b6 -n) release
18 years ago
Rémi Denis-Courmont
83b35c64b6
Move the executables out of src/
18 years ago