Commits on Source (10)
-
Steve Lhomme authored
We even have the dependency. This is only necessary for 3.0 which needs to build for XP.
ac6a290e -
Without CONFIG_DEBUG set, libvpx is calling `$(STRIP) --strip-debug` on the final library and removes the debug symbols from it. With the variable set, it becomes a simple copy operation. In addition, debug symbols should be enabled for all builds since we strip in the end, so as to have the debug symbols in a separate file when doing releases. In case we build with optimization, remove the assertions. (cherry picked from commit 52e22b96) (rebased) rebased: - the code before is slightly different
1b7f9571 -
Steve Lhomme authored
(cherry picked from commit 6fe9dfe0) (rebased) rebased: - the code before is slightly different
bed63dc2 -
(cherry picked from commit 973bccb6)
30863c9b -
VPX has an exclusive list of supported instruction sets. This follows it, unblocking contrib builds on other targets. (cherry picked from commit 293601d2) (rebased) rebased: - on 3.0 this was done when 1.13.1 was used
8508e57e -
Steve Lhomme authored
On Windows it doesn't contain the flags for PDB or UWP. If we want CFLAGS for all contribs we build, that includes libvpx. (cherry picked from commit 5e251ce2) (edited) edited: - 3.0 doesn't have emscripten - the darwin code is different from master since 7a5400bc
477a1ea3 -
Steve Lhomme authored
And it should be done on all OS. (cherry picked from commit 4fe2e588)
6732c761 -
Steve Lhomme authored
It's already set in the global VPX_CONF (cherry picked from commit 2aeb39a8) (rebased) rebased: - the call was located in a different place on 3.0
bb0ee3fc -
Steve Lhomme authored
(cherry picked from commit eae7e767)
38c5c239