- 01 May, 2008 6 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
I don't have the courage to replace all the occurences in the code.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Also sizeof(byte_t)^Wsizeof(uint8_t) can only ever be 1, if it is defined. It's not defined, if char is more than 8 bits, and uint8_t is not provided, but then VLC will not compile in the first place.
-
Felix Paul Kühne authored
by using VLC_ADD_PLUGIN instead of VLC_ADD_BUILTINS. Please check for potential regressions.
-
Rémi Denis-Courmont authored
-
- 30 Apr, 2008 5 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
-
- 29 Apr, 2008 3 commits
-
-
Adrien Grand authored
In the function ExecuteCommand, p_message is given in argument to ExecuteHelp and is then modified locally in ExecuteHelp: p_message = vlm_MessageNew( "help", vlm_NULL ); whereas it is used further in function ExecuteCommand. This patch fixes this problem by passing the pointer address in argument to ExecuteHelp instead of the pointer itself. Signed-off-by: Pierre d'Herbemont <pdherbemont@videolan.org>
-
Rémi Denis-Courmont authored
-
Mirsal Ennaime authored
This closes #1565
-
- 28 Apr, 2008 16 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
We don't need to invoke make twice in every directory, and we don't need the awful libtool install kludge anymore.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
...in addition to vlc-config
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Only enable those modules that were enabled, rather than _all_ of them (which should fix --disable-sse and --disable-mmx). Also don't run checks if we know we're not going to enable the modules anyway.
-
- 27 Apr, 2008 10 commits
-
-
Felix Paul Kühne authored
sorry about the disturbance
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
Hack to fix the compilation on 10.4. This should actually be covered by configure, which complains about missing headers, but doesn't disable this module properly.
-
Felix Paul Kühne authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
Reverted 4082c803 as AudioDeviceIOProcID and its related methods require Darwin 9
-
Felix Paul Kühne authored
-
Rémi Denis-Courmont authored
-