annotate src/x264-1-fix-bin-bash.patch @ 4029:c4a341e3e014

ffmpeg: updates to work in windows * src/ffmpeg.mk: add --extra-libs='-mconsole' * src/libvpx.mk: set as to yasm * src/x264-1-fix-bin-bash.patch: update vpx patch from mxe.cc * src/x264.mk: update version,checksum for 20141130-2245 * src/xvidcore.mk: dont rename xvidcore.dll to libxvidecore.dll
author John Donoghue
date Fri, 18 Sep 2015 08:05:55 -0400
parents 99516e73b368
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2333
f653602a0500 Rebrand to new project name MXE
Volker Grabsch <vog@notjusthosting.com>
parents: 1826
diff changeset
1 This file is part of MXE.
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents: 2333
diff changeset
2 See index.html for further information.
1604
b7381f5f300c update packages glew, gtkmm, imagemagick, pangomm, suitesparse, x264, xvidcore
Tony Theodore <tonyt@logyst.com>
parents:
diff changeset
3
b7381f5f300c update packages glew, gtkmm, imagemagick, pangomm, suitesparse, x264, xvidcore
Tony Theodore <tonyt@logyst.com>
parents:
diff changeset
4 diff -urN x264-snapshot-20100714-2245/configure x264-snapshot-20100714-2245.new/configure
4029
c4a341e3e014 ffmpeg: updates to work in windows
John Donoghue
parents: 2353
diff changeset
5 --- x264-snapshot-20100714-2245/configure 2010-07-15 06:45:07.000000000 +1000
1604
b7381f5f300c update packages glew, gtkmm, imagemagick, pangomm, suitesparse, x264, xvidcore
Tony Theodore <tonyt@logyst.com>
parents:
diff changeset
6 +++ x264-snapshot-20100714-2245.new/configure 2010-10-03 23:58:24.000000000 +1100
b7381f5f300c update packages glew, gtkmm, imagemagick, pangomm, suitesparse, x264, xvidcore
Tony Theodore <tonyt@logyst.com>
parents:
diff changeset
7 @@ -1,4 +1,4 @@
b7381f5f300c update packages glew, gtkmm, imagemagick, pangomm, suitesparse, x264, xvidcore
Tony Theodore <tonyt@logyst.com>
parents:
diff changeset
8 -#!/bin/bash
1826
90917d6ed4b2 upgrade packages: glew imagemagick libpaper x264
Volker Grabsch <vog@notjusthosting.com>
parents: 1604
diff changeset
9 +#!/usr/bin/env bash
1604
b7381f5f300c update packages glew, gtkmm, imagemagick, pangomm, suitesparse, x264, xvidcore
Tony Theodore <tonyt@logyst.com>
parents:
diff changeset
10
b7381f5f300c update packages glew, gtkmm, imagemagick, pangomm, suitesparse, x264, xvidcore
Tony Theodore <tonyt@logyst.com>
parents:
diff changeset
11 if test x"$1" = x"-h" -o x"$1" = x"--help" ; then
1826
90917d6ed4b2 upgrade packages: glew imagemagick libpaper x264
Volker Grabsch <vog@notjusthosting.com>
parents: 1604
diff changeset
12 cat <<EOF