view 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
line wrap: on
line source

This file is part of MXE.
See index.html for further information.

diff -urN x264-snapshot-20100714-2245/configure x264-snapshot-20100714-2245.new/configure
--- x264-snapshot-20100714-2245/configure	2010-07-15 06:45:07.000000000 +1000
+++ x264-snapshot-20100714-2245.new/configure	2010-10-03 23:58:24.000000000 +1100
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 
 if test x"$1" = x"-h" -o x"$1" = x"--help" ; then
 cat <<EOF