OSDN Git Service

bump x264 from r1867 to r1900
[handbrake-jp/handbrake-jp-git.git] / contrib / ffmpeg / P01-solaris.patch
index 6924e56..4eadaa6 100644 (file)
@@ -1,6 +1,6 @@
 Index: configure
 ===================================================================
---- ffmpeg.orig/configure      (revision 20594)
+--- ffmpeg.orig/configure      (revision 22823)
 +++ ffmpeg/configure   (working copy)
 @@ -54,6 +54,9 @@
      exit 1
@@ -12,12 +12,12 @@ Index: configure
  show_help(){
  cat <<EOF
  Usage: configure [options]
-@@ -2171,7 +2174,7 @@
+@@ -2387,7 +2390,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 -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
  
- if enabled arm; then
+ if enabled alpha; then