- 07 May, 2011 6 commits
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
- Do not probe paths that do not exist (ENOENT). - If the OS supports open()ing directories (HAVE_FDOPENDIR), do not probe paths that cannot be opened. - Do not probe files whereby fstat() fails. - Do not probe non-regular files other than directories and block devices (previously, only FIFOs were discarded). - Look for anchor even if fstat() is not supported.
-
Rémi Denis-Courmont authored
-
- 06 May, 2011 3 commits
-
-
Rafaël Carré authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
- 05 May, 2011 6 commits
-
-
Rémi Denis-Courmont authored
-
Benjamin Drung authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 04 May, 2011 4 commits
-
-
Mike Houben authored
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
Rémi Denis-Courmont authored
-
Pierre Ynard authored
-
Pierre Ynard authored
-
- 03 May, 2011 5 commits
-
-
Pierre Ynard authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
-
Rémi Denis-Courmont authored
-
- 02 May, 2011 16 commits
-
-
Juha Jeronen authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Paul Kühne authored
-
Jean-Baptiste Kempf authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Rémi Denis-Courmont authored
-
Juha Jeronen authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Juha Jeronen authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Juha Jeronen authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Juha Jeronen authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
It makes sense, especially since the libav/FFmpeg split
-
Rémi Denis-Courmont authored
Also, __USE_UNIX98 is a libc-internal definition. The build system is not supposed to define that directly (we have _GNU_SOURCE).
-
Rémi Denis-Courmont authored
(Note __BUILTIN__ was not used anymore as we have !__PLUGIN__)
-
Rémi Denis-Courmont authored
I don't this abomination to leak through the stable LibVLC interface. To link statically, modules should be linked into LibVLC instead. And then, there is no need to reintroduce the old "builtin" vlc-config type if all modules are built the same. In prehistoric times, the distinction was needed because some modules were static and some not.
-
Rémi Denis-Courmont authored
-