diff options
author | jstebbins <[email protected]> | 2009-11-25 21:04:08 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2009-11-25 21:04:08 +0000 |
commit | 08483929dd5352012eb8b1f1143f138e3d5f19f0 (patch) | |
tree | 9c131e18bd0e424344a952c0d7004b3bbd5656e9 /contrib/ffmpeg/P01-solaris.patch | |
parent | 484ee83aa7f0f2fad57c6a579d92dfa9dfa61f97 (diff) |
Bump ffmpeg to r20602
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2979 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'contrib/ffmpeg/P01-solaris.patch')
-rw-r--r-- | contrib/ffmpeg/P01-solaris.patch | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/contrib/ffmpeg/P01-solaris.patch b/contrib/ffmpeg/P01-solaris.patch index f5cd7d726..6924e562e 100644 --- a/contrib/ffmpeg/P01-solaris.patch +++ b/contrib/ffmpeg/P01-solaris.patch @@ -1,6 +1,8 @@ ---- ffmpeg/configure Sat Jun 7 03:19:09 2008 -+++ ffmpeg.solaris/configure Thu Jun 19 12:10:48 2008 -@@ -50,6 +50,9 @@ +Index: configure +=================================================================== +--- ffmpeg.orig/configure (revision 20594) ++++ ffmpeg/configure (working copy) +@@ -54,6 +54,9 @@ exit 1 fi @@ -8,18 +10,14 @@ +PATH=/usr/xpg4/bin:$PATH + show_help(){ - echo "Usage: configure [options]" - echo "Options: [defaults in brackets after descriptions]" -@@ -1585,8 +1588,11 @@ + cat <<EOF + Usage: configure [options] +@@ -2171,7 +2174,7 @@ check_cc <<EOF || die "endian test failed" unsigned int endian = 'B' << 24 | 'I' << 16 | 'G' << 8 | 'E'; EOF -od -A n -t x1 $TMPO | grep -q '42 *49 *47 *45' && enable bigendian -+#od -A n -t x1 $TMPO | grep -q '42 *49 *47 *45' && enable bigendian +/usr/bin/tr -cd "BIGE" < $TMPO | grep -q 'B *I *G *E' && enable bigendian -+echo "BIGE=$bigendian" -+ - # --- - # check availability of some header files + if enabled arm; then |