- 19 Mar, 2009 1 commit
-
-
Christophe Mutricy authored
-
- 16 Mar, 2009 1 commit
-
-
Jean-Baptiste Kempf authored
-
- 15 Mar, 2009 4 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Thread initialization has changed in 2.7, such that VLC and Qt4 cannot both use libxml2. While this maximum version requirement is bound to frustrate Linux/BSD users, we cannot fix this within VLC. Falling back to xtag is not quite as bad as crashing.
-
Rémi Denis-Courmont authored
We need libxml version 2.5 for text reader. pkg-config is present since version 2.3 at least (over 8 years ago).
-
Rémi Denis-Courmont authored
-
- 07 Mar, 2009 1 commit
-
-
Jean-Paul Saman authored
-
- 01 Mar, 2009 8 commits
-
-
Laurent Aimar authored
The XLib support has been dropped, so xcb and xcb-keysyms is now needed for this plugin.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
except those that have their own --enable-* switch.
-
Rémi Denis-Courmont authored
This reverts commit 364868f9. 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
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
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.
-
Rémi Denis-Courmont authored
* gather all tests (that I could find) * X_FLAGS -> X_CFLAGS * test for Xlib.h only once * cleanup defaults (especially XvMC was silly) * factorize CPPFLAGS
-
- 24 Feb, 2009 1 commit
-
-
David Flynn authored
- Use \\\${top_srcdir} and \\\${top_builddir} Signed-off-by:
Christophe Mutricy <xtophe@videolan.org>
-
- 21 Feb, 2009 1 commit
-
-
Felix Paul Kühne authored
-
- 17 Feb, 2009 2 commits
-
-
Rémi Denis-Courmont authored
If we ever to reintroduce builtin modules, we anyway would need to rewrite that part.
-
Felix Paul Kühne authored
This was done for no obvious reason in the past... Additionally, this fixes proper version information display in the Finder's Information panel.
-
- 15 Feb, 2009 1 commit
-
-
Felix Paul Kühne authored
-
- 13 Feb, 2009 1 commit
-
-
Pierre Ynard authored
Move an AM_CONDITIONAL outside an if block Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 11 Feb, 2009 7 commits
-
-
Fabio Ritrovato authored
I have modified the original author patch to fix: - vlc_cancelrestore (mtp). - libmtp initialisation (race condition). Signed-off-by:
Laurent Aimar <fenrir@videolan.org>
-
Jean-Baptiste Kempf authored
-
Nicolas Chauvet authored
- Ship the vlc module header zip.h (rename isn't needed once the file in ship) - Detect minizip presence with pkgconfig - if .pc not available, try to assume presence from unzip.h - Move the zlib.h detection in one place (after pkgconfig macro) minizip in bundled within zlib in some distro - Adds -lz in module that needs it in one place - Prevent the compilation of libs/unzip if minizip is available (it shound't prevent this directory to be bundled with the sources) Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
Regroup AC_CONFIG_FILES, because neither MSys and Cygwin like it. This improves the building on windows.
-
Rémi Denis-Courmont authored
This reverts commit 35fa551f. Conflicts: configure.ac
-
Rémi Denis-Courmont authored
-
Nicolas Chauvet authored
- Ship the vlc module header zip.h (rename isn't needed once the file in ship) - Detect minizip presence with pkgconfig - if .pc not available, try to assume presence from unzip.h - Move the zlib.h detection in one place (after pkgconfig macro) minizip in bundled within zlib in some distro - Adds -lz in module that needs it in one place - Prevent the compilation of libs/unzip if minizip is available (it shound't prevent this directory to be bundled with the sources) Signed-off-by:
Rémi Denis-Courmont <rdenis@simphalempin.com>
-
- 10 Feb, 2009 1 commit
-
-
Nicolas Chauvet authored
According to https://bugzilla.mozilla.org/show_bug.cgi?id=455458 npupp.h has been renamed to npfunctions.h with libxul 1.9.1 Signed-off-by:
Christophe Mutricy <xtophe@videolan.org>
-
- 08 Feb, 2009 1 commit
-
-
Hannes Domani authored
Signed-off-by:
Christophe Mutricy <xtophe@videolan.org>
-
- 03 Feb, 2009 2 commits
-
-
Alexis Ballier authored
POSIX does not document the == construction for test; Even if GNU test and bash builtin allow it, configure is run by sh and FreeBSD test does not allow it so that this test is always false there. Signed-off-by:
Christophe Mutricy <xtophe@videolan.org>
-
Jean-Paul Saman authored
-
- 02 Feb, 2009 1 commit
-
-
Geoffroy Couprie authored
-
- 31 Jan, 2009 3 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 30 Jan, 2009 2 commits
-
-
Jean-Paul Saman authored
The fixed integer MP3 encoder shine originates from the RockBox project. It was then adapted for vlc in branch 0.8.6-neuros.
-
Jean-Paul Saman authored
The fixed integer WMA v1/2 decoder originates from the ffmpeg project and has been changed into a fixed integer decoder by the RockBox project. It was then adapted for vlc in the 0.8.6-neuros branch.
-
- 27 Jan, 2009 2 commits
-
-
Jean-Philippe Andre authored
-
Jean-Philippe Andre authored
-