summaryrefslogtreecommitdiffstats
path: root/contrib/ffmpeg/old/P01-solaris.patch
diff options
context:
space:
mode:
authorBradley Sepos <[email protected]>2018-05-29 04:29:21 -0400
committerBradley Sepos <[email protected]>2018-05-29 04:29:35 -0400
commitdbe412e9ce9843da83360eee8b203a04c5d545d7 (patch)
treee4086b16d2bcf7bd7d57ca7ff6a39ee7923f217d /contrib/ffmpeg/old/P01-solaris.patch
parent74dbfebb28d9e65d2f43161bb2b3db8f94005a39 (diff)
contrib: Remove unused Libav patches from FFmpeg.
Closes #974 and closes #1078.
Diffstat (limited to 'contrib/ffmpeg/old/P01-solaris.patch')
-rw-r--r--contrib/ffmpeg/old/P01-solaris.patch13
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"