- 04 Jul, 2011 36 commits
-
-
Rafaël Carré authored
-
Rafaël Carré 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
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Hugo Beauzée-Luyssen authored
Close #5019 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
In practice, this probably will not link properly even if the pkg-config --static parameter is forced, except on Windows.
-
Rémi Denis-Courmont authored
Unfortunately, we cannot emit NEON opcodes when NEON is not explicitly enabled (-mfpu=neon), contrary to MMX & SSE on x86. As a consequence, this will not work for inline assembler in a non-optimized plugin, namely the deinterlacer. There is also a(n hopefully theoretical) bug whereby the compiler would emit NEON instructions in the descriptor or activation callback of a NEON plugin. This could then crash if NEON is not supported, even before the NEON run-time check is reached.
-
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
-
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
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
'make fetch' has to fetch sources for all the built packages, including dependency packages. Conversely, 'make fetch' should not fetch sources of distro-provided packages, not even dependencies. This should fix that. As an minor bonus, 'make .foo' should now work even if foo is provided by the distro, and conditional build rules should be cleaner.
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Jean-Baptiste Kempf authored
Remove the old way with using the static makefiles and weird ??PREFIX?? patches
-
Jean-Baptiste Kempf authored
Same, not libav* enabled
-
Jean-Baptiste Kempf authored
libavcodec rule must be updated still
-
Jean-Baptiste Kempf authored
-
Felix Paul Kühne authored
macosx: removed headphone virtualization and normvol filter from simple prefs since these options are part of the audio filter panel now
-
- 03 Jul, 2011 4 commits
-
-
Jean-Baptiste Kempf authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
aka if you scroll to the right, you want the movie to skip to the right, etc.
-
Rémi Denis-Courmont authored
-