| Age | Commit message (Collapse) | Author |
|
Closes #23297.
Signed-off-by: Xiyue Deng <manphiz@gmail.com>
|
|
Closes #23221.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
libc++ doesn't include the C++ TR1 extensions which libvpx needs, so
force it to use its own built-in tuple code by passing
-DGTEST_USE_OWN_TR1_TUPLE=1 to the compiler.
Closes #23116.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Closes #22680.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Closes #21322.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|
|
libvpx-1.1.0 has a problem on Mt. Lion where an asm file is not
created due to an extra operator in a regular expression, where
the file `asm_enc_offsets.asm` goes missing.
Add a patch to fix the regular expression. See the issue and
formula comments for links to the analysis.
Remove the unneeded `--disable-debug` and `--enable-vp8` flags
because they are the default.
Tested on Snow Leopard, Lion, and Mt. Lion using XCode-4.0.2, 4.3.3,
and 4.5.
Fixes #12567
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Configure is still misdetecting 32-bit 10.6 as 64-bit.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Upgrade libvpx to version 1.1.0.
Remove the patches and inreplace. Both are fixed in this version.
It correctly checks before trying to add `-isysroot`, and it uses
the correct target for your OS.
Closes #12307.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Adjust the formula for libvpx to determine the correct target.
This was tested on 32bit and 64bit Snow Leopard 10.6.8 using
all three compilers from XCode-4.0.2, and it was tested on Lion
using both compilers from XCode-4.2.1 and 4.3.
Closes #10249.
|
|
Remove the option to --enable-postproc because it's always enabled
Set --disable-runtime-cpu-detect so it's detected during make.
Don't allow --gcov when compiling with Clang. Cleans up warnings.
Remove the O-level from cflags with Clang. Cleans up warnings.
This was tested on 32bit and 64bit Snow Leopard 10.6.8 using
all three compilers from XCode-4.0.2, and it was tested on Lion
using both compilers from XCode-4.2.1.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
|
|
Fixes #8163.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
This updates libvpx to 0.9.7-p1, which is their patched release.
The formula now sets --enable-pic, which seems justified.
The formula now sets --enable-vp8 to include all their vp8 code.
The formula now exposes four options to the user for setting
code coverage, memory tracking, post processing and visiualization.
Their software creates a native static library. Their shared lib
will only build on elf32 atm. This compiles and tests with all
three clang, llvm, and gcc from XCode-4.0.2 on x86_64. This is a
library for handling video in the VPX codec format, related to
webm and Google.
Closes #8110.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|
|
|
|
|
|
|
|
Updated for newer upstream 0.9.5 release.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Updated for recent upstream release 0.9.2.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|
|
|