- 30 Aug, 2011 21 commits
-
-
Akash Mehrotra authored
move equalizer.xml to httprequests.lua Use a table to return equalizer band values Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Akash Mehrotra authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Akash Mehrotra authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Akash Mehrotra authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Rafaël Carré authored
This reverts commit 3ab2f937.
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Jean-Baptiste Kempf authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
No need for -Wl,-shared or -rpath-link No need for -lc -lgcc -ld, especially when using -nostdlib Use --sysroot to point compiler to android headers/libs Rename some shell variables Move enabled modules at the top of the options No need to set PATH, we give the absolute path for compiler
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
there should not be any phones using an armv4 cpu
-
Rafaël Carré authored
-
Rafaël Carré authored
This applies to the C bindings (that we don't use) for taglib
-
- 29 Aug, 2011 19 commits
-
-
Jean-Baptiste Kempf authored
This was the case with the empty section in ddummy
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf 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
Unfortunately, the C standard requires an 'unsigned char' value or EOF. So we cannot blindly pass a 'char' value, which may be signed depending on the architecture.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
assert() is meant only for impossible errors (bugs), not for unlikely errors. assert() does not check for errors in "release" builds.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
There are no real functional changes Here. But it is cleaner not to cast to block_sys_t if the block is not a block_sys_t block (i.e. was not allocated by block_Alloc()).
-
Rémi Denis-Courmont authored
-
Ilkka Ollakka authored
-
Jean-Baptiste Kempf authored
-