- 27 Jan, 2012 27 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This fixes the Windows version definition.
-
Rémi Denis-Courmont authored
This fixes some problems when the system or VLC play evil tricks with the preprocessor. (Only files including sys/stat.h are concerned with this commit. I did not fix all files.)
-
Rémi Denis-Courmont authored
-
Rafaël Carré authored
patch seems to work fine with this format when dealing with crlf
-
Jean-Baptiste Kempf authored
-
Rafaël Carré authored
-
Rob Jonson authored
Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Rafaël Carré authored
-
Rafaël Carré authored
There's an openbsd target but I can't really tell why it would be better than freebsd
-
Rafaël Carré authored
It is mostly disabled because of very old build tools, and might work with clang 3 which is available by default on FreeBSD9 idem for the OSX disabling of aesni
-
Rafaël Carré authored
Change bash location if it isn't in /bin Use 'linux' OS Patches inspired from FreeBSD port
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rémi Denis-Courmont authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Martin Storsjö authored
These are sw codecs, mostly the same ones that earlier were present with names starting with OMX.PV. They don't work properly with the vlc omxil client code at the moment. Using them doesn't have any significant advantage over our own bundled sw codecs. Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Rafaël Carré authored
-
Rafaël Carré authored
include config.h
-
Rafaël Carré authored
include config.h
-
Rafaël Carré authored
include config.h from headers
-
Jean-Baptiste Kempf authored
Close #5909 #5867
-
Denis Charmet authored
The option is now default enabled to be as simple as possible for the end users. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Martin Storsjö authored
This is required when encoding audio in libav 0.8, otherwise it will crash due to a division by zero. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 26 Jan, 2012 13 commits
-
-
Denis Charmet authored
Should fix #5919 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Paul Kühne authored
-
Rémi Denis-Courmont authored
This sets HAVE_FPU correctly on ARM targets if VFP instructions are enabled. Note that __VFP_FP__ implies the use of the VFP floating point format, not the availability of the VFP instructions. Thus software floating emulation __SOFTFP__ (i.e. gcc -mfloat-abi=soft) is excluded explicitly.
-
Tobias Güntner authored
Signed-off-by: Ludovic Fauvet <etix@videolan.org> Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Tobias Güntner authored
Signed-off-by: Ludovic Fauvet <etix@videolan.org> Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Faustino E. Osuna authored
If we are only targeting a single architecture, then install the architecture specific binary files instead of creating a fat binary with a single architecture. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Faustino E. Osuna authored
When preparing the framework, guarantee that the expected architectures are present. If they are not present, or if an unexpected architecture is present, then reconstruct the universal binary. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Faustino E. Osuna authored
When referring to the main_build_dir don't assume that the x86_64 subdirectory is a part of the ARCHS that we are building. Grab the first arch in the list of ARCHS and use that as the main_build_dir. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Faustino E. Osuna authored
Remove trailing backslash from the prefix variable. Other locations in the code adds the required backslash. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Faustino E. Osuna authored
VLC_SRC_DIR is already defined in Xcode. Replace top_srcdir in favor of VLC_SRC_DIR. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Faustino E. Osuna authored
Make sure that we return the exit code when vlc/configure fails. This forces the the xcodebuild to fail. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Faustino E. Osuna authored
Follow the same style used earlier in the code and declare local variables with the 'local' directive. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Faustino E. Osuna authored
- Remove blank lines - Align comments - Update comment used to partition end of vlc_install_object function. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-