diff options
author | jstebbins <[email protected]> | 2011-06-07 22:35:54 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2011-06-07 22:35:54 +0000 |
commit | 1e92c150aac42a8cd6e8c12b10494d9a1f42796e (patch) | |
tree | 177523c63a4023a4393805358624af72e4e91bbb /contrib/ffmpeg/P01-solaris.patch | |
parent | d40287132815adc74a0d1444a1e7b76e89879f69 (diff) |
fix up usage of deprecated libav symbols and clean up patch fuzz
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4030 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'contrib/ffmpeg/P01-solaris.patch')
-rw-r--r-- | contrib/ffmpeg/P01-solaris.patch | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/contrib/ffmpeg/P01-solaris.patch b/contrib/ffmpeg/P01-solaris.patch index 4eadaa6c8..364e07adf 100644 --- a/contrib/ffmpeg/P01-solaris.patch +++ b/contrib/ffmpeg/P01-solaris.patch @@ -1,8 +1,8 @@ -Index: configure -=================================================================== ---- ffmpeg.orig/configure (revision 22823) -+++ ffmpeg/configure (working copy) -@@ -54,6 +54,9 @@ +diff --git a/configure b/configure +index 2a1883b..ab0c8b3 100755 +--- a/configure ++++ b/configure +@@ -54,6 +54,9 @@ if test "$E1" != 0 || test "$E2" = 0; then exit 1 fi @@ -12,7 +12,7 @@ Index: configure show_help(){ cat <<EOF Usage: configure [options] -@@ -2387,7 +2390,7 @@ +@@ -2595,7 +2598,7 @@ EOF check_cc <<EOF || die "endian test failed" unsigned int endian = 'B' << 24 | 'I' << 16 | 'G' << 8 | 'E'; EOF |