- 24 Jan, 2012 3 commits
-
-
Rémi Denis-Courmont authored
This disables V4L2 completely.
-
Rémi Denis-Courmont authored
This reverts commit 5740099f. This caused autoconf errors and besides I still do not agree.
-
Rémi Denis-Courmont authored
(I do not know why it was removed in the first place though - not me! As a consequence, we cannot scan TV channels in VLC >= 2.0...)
-
- 21 Jan, 2012 1 commit
-
-
Rafaël Carré authored
-
- 20 Jan, 2012 1 commit
-
-
Rafaël Carré authored
Clarify what ./compile does
-
- 19 Jan, 2012 4 commits
-
-
Jean-Baptiste Kempf authored
-
Rafaël Carré authored
V4L2_FIELD_INTERLACED_BT was introduced in v2.6.25-3581-g26d507f Check for headers from last supported kernel
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 15 Jan, 2012 1 commit
-
-
Jean-Baptiste Kempf authored
-
- 13 Jan, 2012 1 commit
-
-
Gaurav Narula authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 10 Jan, 2012 1 commit
-
-
Felix Paul Kühne authored
same rationale as in 679830ea
-
- 02 Jan, 2012 1 commit
-
-
Jean-Baptiste Kempf authored
-
- 30 Dec, 2011 1 commit
-
-
Jean-Baptiste Kempf authored
-
- 19 Dec, 2011 2 commits
-
-
Pierre Ynard authored
$enable_speex can't be empty at this point so this check makes no sense
-
Martin Storsjö authored
Building the iomx version of the omxil module itself doesn't require the private headers any longer, they're only necessary when building the iomx wrapper code (which should be built by the NDK makefile instead). Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 18 Dec, 2011 1 commit
-
-
Rémi Denis-Courmont authored
This reverts commit 4e03fb4f.
-
- 17 Dec, 2011 1 commit
-
-
Jean-Baptiste Kempf authored
-
- 09 Dec, 2011 1 commit
-
-
Alexis Ballier authored
Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
- 07 Dec, 2011 1 commit
-
-
Rafaël Carré authored
Define _WIN32_WINNT to 0x600 when checking/using dxva2 headers Continue to use a lower version to retain XP compatibility for the rest of VLC
-
- 06 Dec, 2011 1 commit
-
-
Rafaël Carré authored
Should close #5609
-
- 02 Dec, 2011 1 commit
-
-
Jean-Baptiste Kempf authored
-
- 30 Nov, 2011 4 commits
-
-
Jean-Baptiste Kempf authored
And drop libxml dependency
-
Jean-Baptiste Kempf authored
No functionnal change
-
Jean-Baptiste Kempf authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
This fixes issues on X.6 and X.7 when compiled with SDK10.5 The configure would fail to see -crt10.6 library and die on poll() Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 29 Nov, 2011 8 commits
-
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
Do not leak -lncursesw in LIBS
-
Rafaël Carré authored
only error out if asked with --enable-skins2
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
Use our own check which also recognizes static inline functions
-
Rafaël Carré authored
Don't use ac_cv_search cached value because it could contain "no" or "none required" which aren't valid link flags AC_CHECK_LIB(main, xxx) did not exactly search for main symbol, it searched for the presence of the library. Instead we look for a required symbol. We don't use e.g. pthread_mutex_lock because some pthread symbols are available in glibc, but not all. Not finding pthread library is not an error, because at least OS/2 and symbian don't need it. (We skip the check on Windows already)
-
- 28 Nov, 2011 6 commits
-
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
You should use them like this: - modify *FLAGS and LIBS globally - use VLC_SAVE_FLAGS to push the variables - modify the variables for the tests - use VLC_RESTORE_FLAGS when you're done to pop the variables
-
Jean-Baptiste Kempf authored
-