1
mirror of https://code.videolan.org/videolan/vlc synced 2024-10-03 01:31:53 +02:00
Commit Graph

15 Commits

Author SHA1 Message Date
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!
2008-09-25 18:34:13 +03:00
Rémi Denis-Courmont
3fff7ea77e Spelling 2008-09-25 18:34:06 +03:00
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.
2008-09-19 21:37:02 +02:00
Geoffroy Couprie
528a7cab1f WinCE: build vlc.exe (+ modifications)
Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>
2008-09-08 20:51:12 +03:00
Rémi Denis-Courmont
fae0cf510d Build a separate non-installable VLC for easier debugging 2008-08-31 13:06:04 +03:00
Rémi Denis-Courmont
d6646730e7 argv is now on the stack, do not free it 2008-08-26 18:16:45 +03:00
Rémi Denis-Courmont
dcb6167401 Win32: do not pass argv[0] to libvlc - fixes #1920 2008-08-26 17:55:18 +03:00
Rémi Denis-Courmont
fe52817ef6 Revert early morning after bad night sleep commit
This reverts commit 916717a706.
2008-08-26 17:45:39 +03:00
Rémi Denis-Courmont
916717a706 Win32: do not add argv[0] (vlc.exe) to the playlist 2008-08-26 08:15:23 +03:00
Rémi Denis-Courmont
b3382b7e0c Remove left over 2008-08-25 19:26:35 +03:00
Rémi Denis-Courmont
274260e42f Win32: (restore) support for Unicode command line...
...and use Windows built-in function for command line parsing.
2008-08-24 21:18:10 +03:00
Rémi Denis-Courmont
ca74f7fcfe VLC resource file is only for Win32 2008-08-24 18:33:13 +03:00
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.
2008-08-24 12:42:39 +03:00
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 2008-08-24 11:32:22 +02:00
Rémi Denis-Courmont
83b35c64b6 Move the executables out of src/ 2008-08-23 18:13:09 +03:00