diff options
Diffstat (limited to 'contrib/ffmpeg/old/P01-solaris.patch')
-rw-r--r-- | contrib/ffmpeg/old/P01-solaris.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/contrib/ffmpeg/old/P01-solaris.patch b/contrib/ffmpeg/old/P01-solaris.patch deleted file mode 100644 index f51ac4171..000000000 --- a/contrib/ffmpeg/old/P01-solaris.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/configure b/configure -index 5085333..3d85303 100755 ---- a/configure -+++ b/configure -@@ -3808,7 +3808,7 @@ EOF - check_cc <<EOF || die "endian test failed" - unsigned int endian = 'B' << 24 | 'I' << 16 | 'G' << 8 | 'E'; - EOF --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 - - check_gas() { - log "check_gas using '$as' as AS" |