* Some updated multimedia related things mingw-w64-doxygen - 1.8.13 - rebuild for clang 4 mingw-w64-libbluray - 1.0.0 - Update to latest version mingw-w64-libvpx - 1.6.1 - Update to latest version, 0003 patch rekeyed, droped 009 and 010 - Alredy in source-code mingw-w64-opencore-amr - 0.1.3 - Update to latest version mingw-w64-opus - 1,1,4 0 Update to latest version mingw-w64-wavpack - 5.1.0 - Update to latest version mingw-w64-x265 - 2.3 - Update to altest version mingw-w64-vid.stab - 1,1 - Update to latest version * mingw-w64-xapian-core - 1.4.3 - Update to latest version * mingw-w64-xapian-core - 1.4.3 - fix omitted patch - 0001-exp10-build-fix.patch mingw-w64-libssh: - 0.7.5 - Update to altest version * mingw-w64-xapian-core - 1.4.3 - OOPS!!! forget patch from source.
24 lines
604 B
Diff
24 lines
604 B
Diff
--- libvpx-1.6.1/build/make/configure.sh.orig 2017-04-18 07:55:35.521235500 -0400
|
|
+++ libvpx-1.6.1/build/make/configure.sh 2017-04-18 08:03:57.773345200 -0400
|
|
@@ -636,13 +636,13 @@ post_process_cmdline() {
|
|
}
|
|
|
|
setup_gnu_toolchain() {
|
|
- CC=${CC:-${CROSS}gcc}
|
|
- CXX=${CXX:-${CROSS}g++}
|
|
- AR=${AR:-${CROSS}ar}
|
|
- LD=${LD:-${CROSS}${link_with_cc:-ld}}
|
|
- AS=${AS:-${CROSS}as}
|
|
- STRIP=${STRIP:-${CROSS}strip}
|
|
- NM=${NM:-${CROSS}nm}
|
|
+ CC=${CC:-gcc}
|
|
+ CXX=${CXX:-g++}
|
|
+ AR=${AR:-ar}
|
|
+ LD=${LD:-${link_with_cc:-ld}}
|
|
+ AS=${AS:-as}
|
|
+ STRIP=${STRIP:-strip}
|
|
+ NM=${NM:-nm}
|
|
AS_SFX=.S
|
|
EXE_SFX=
|
|
}
|