Last change
on this file was
c5c522c,
checked in by Edwin Eefting <edwin@datux.nl>, 8 years ago
|
initial commit, transferred from cleaned syn3 svn tree
|
-
Property mode set to
100644
|
File size:
709 bytes
|
Rev | Line | |
---|
[c5c522c] | 1 | # |
---|
| 2 | # Slightly modified version of handbrake's contrib/lame/A00-xmmintrin.patch |
---|
| 3 | # https://github.com/HandBrake/HandBrake/blob/master/contrib/lame/A00-xmmintrin.patch |
---|
| 4 | # |
---|
| 5 | --- lame-3.99.5/configure.orig 2012-02-28 19:54:37.000000000 +0100 |
---|
| 6 | +++ lame-3.99.5/configure 2015-10-06 23:18:10.377733885 +0200 |
---|
| 7 | @@ -11913,6 +11913,15 @@ |
---|
| 8 | |
---|
| 9 | fi |
---|
| 10 | |
---|
| 11 | +case $host_cpu in |
---|
| 12 | +powerpc*|i?86*) |
---|
| 13 | + check_xmmintrin= |
---|
| 14 | + ;; |
---|
| 15 | +*) |
---|
| 16 | + check_xmmintrin="xmmintrin.h" |
---|
| 17 | + ;; |
---|
| 18 | +esac |
---|
| 19 | + |
---|
| 20 | for ac_header in \ |
---|
| 21 | errno.h \ |
---|
| 22 | fcntl.h \ |
---|
| 23 | @@ -11922,7 +11931,7 @@ |
---|
| 24 | sys/soundcard.h \ |
---|
| 25 | sys/time.h \ |
---|
| 26 | unistd.h \ |
---|
| 27 | - xmmintrin.h \ |
---|
| 28 | + $check_xmmintrin \ |
---|
| 29 | linux/soundcard.h |
---|
| 30 | do : |
---|
| 31 | as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` |
---|
Note: See
TracBrowser
for help on using the repository browser.