- 31 Jan, 2012 3 commits
-
-
Mindaugas Baranauskas authored
Signed-off-by: Christophe Mutricy <xtophe@chewa.net>
-
Fumio Nakayama authored
Signed-off-by: Christophe Mutricy <xtophe@chewa.net>
-
Ivo Ivanov authored
Signed-off-by: Christophe Mutricy <xtophe@chewa.net>
-
- 30 Jan, 2012 10 commits
-
-
Brad Smith authored
Disable the OSS support on OpenBSD by default. Signed-off-by: Rémi Denis-Courmont <remi@remlab.net> (cherry picked from commit 460cdb56)
-
Brad Smith authored
This fixes up the *BSD handling within the Operating System check. SYS is now set to the OS without the version attached as provided by ${host_os} (.e.g. openbsd instead of openbsd5.1) to match all the other OS's and simplifies other OS's checks further down. This also allows the script to recognize DragonFly. This is back porting 4bee377f to 2.0. There was a typo with the initial patch. Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Rémi Denis-Courmont authored
(cherry picked from commit 38227c24) Conflicts: compat/dirfd.c include/vlc_fixups.h Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Brad Smith authored
Looking at the current vlc_GetCPUCount() function this can be simplified. The sysconf(4) variable _SC_NPROCESSORS_CONF is available for OS X and OpenBSD. The change as is also adds FreeBSD and NetBSD support to vlc_GetCPUCount(). Signed-off-by: Rafaël Carré <funman@videolan.org> (cherry picked from commit 3a50918d) Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Brad Smith authored
This fixes the libpng check on OpenBSD. Although the code was passing libm to ultimately link the library the test itself was not and thus failing. Also at Remi's request I changed the existing and newly introduced use of -lm to $LIBM. Signed-off-by: Rémi Denis-Courmont <remi@remlab.net> (cherry picked from commit 900041eb) Conflicts: configure.ac
-
Rafaël Carré authored
(cherry picked from commit 5a5559df)
-
Rafaël Carré authored
Clarify what ./compile does (cherry picked from commit 468e5ea3)
-
Brad Smith authored
On older OpenBSD releases you especially should not have been using /dev/random, nowdays due to changes all the device nodes are actually all the same so either way this code can be simplified to not special case OpenBSD in vlc_rand_init(). Signed-off-by: Rémi Denis-Courmont <remi@remlab.net> (manually cherry picked from 3fc4af48)
-
Christoph Miebach authored
manually merged and manually corrected wrong file encoding leading to wrong symbol representations Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
Rafaël Carré authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 8d12038f) Signed-off-by: Rafaël Carré <funman@videolan.org>
-
- 29 Jan, 2012 23 commits
-
-
Jean-Baptiste Kempf authored
(cherry picked from commit 987c2953) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
It seems really unusable on win32 (cherry picked from commit 2d96c40a) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Paul Kühne authored
(cherry picked from commit fb5766e3) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
David Fuhrmann authored
macosx: implements user choice to autosave volume on exit and changes volume slider range to 0 ... 200% this adds the configuration variable and also the respective gui modifications for simple prefs dialog. Also, this commit changes some spacing in gui to be consistent between the different tabs. Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org> (cherry picked from commit c2e39623) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Paul Kühne authored
(cherry picked from commit 52541312) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
David Fuhrmann authored
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org> (cherry picked from commit 9592e9cf) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
David Fuhrmann authored
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org> (cherry picked from commit 4a869d39) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
Since we don't require access to persisted private keys Manual cherry-pick of bf36bb29Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
Close #5947 (cherry picked from commit b4160980) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Paul Kühne authored
this fixes the l10n of the advanced prefs and a few other strings note that this facility is broken by design and should be replaced for 2.0-next (cherry picked from commit d285961c) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Paul Kühne authored
(cherry picked from commit 41d7819d) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Paul Kühne authored
(cherry picked from commit f8014070) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Paul Kühne authored
(cherry picked from commit b3807154) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Paul Kühne authored
(cherry picked from commit 49972383) (cherry picked from commit 89c3a705) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Paul Kühne authored
macosx: fixed broken appearance of the main window in case it is linked against the 10.7 SDK but run on OS X 10.6 (cherry picked from commit 4a646775) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rafaël Carré authored
(cherry picked from commit 0c7696c1) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rafaël Carré authored
Change bash location if it isn't in /bin Use 'linux' OS Patches inspired from FreeBSD port (cherry picked from commit a2b6035d) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rafaël Carré authored
(cherry picked from commit 4d338f69) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rafaël Carré authored
(cherry picked from commit 6df79d9c) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rafaël Carré authored
(cherry picked from commit 083c69e0) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rafaël Carré authored
(cherry picked from commit 62229a3b) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
KO Myung-Hun authored
Signed-off-by: Rafaël Carré <funman@videolan.org> (cherry picked from commit 066c6231) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Paul Kühne authored
-
- 28 Jan, 2012 4 commits
-
-
Hugo Beauzée-Luyssen authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 739f1233) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rafaël Carré authored
(cherry picked from commit d56a52e2) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rafaël Carré authored
(cherry picked from commit 7a7f12fa) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rafaël Carré authored
(cherry picked from commit d31d221b) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-