diff options
author | Memphiz <memphis@machzwo.de> | 2012-04-04 20:58:08 +0200 |
---|---|---|
committer | Memphiz <memphis@machzwo.de> | 2012-04-04 21:00:15 +0200 |
commit | 235ba739d49cf4479ce9ab4f90f7ad8b2b3c7952 (patch) | |
tree | cd2d728e755d57dd8c0cca86f36f2abb99616f2c /configure.in | |
parent | 5c62df65cb2ef1c7dcebbf07bd6d180960ab6715 (diff) |
[fix] - ffmpeg compilation on osx/ios had a stale --disable-openmp which prevented compilation
Diffstat (limited to 'configure.in')
-rwxr-xr-x | configure.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 40e9fb5558..11b6bc1ca6 100755 --- a/configure.in +++ b/configure.in @@ -2047,7 +2047,6 @@ XB_CONFIG_MODULE([lib/ffmpeg], [ --enable-protocol=http \ --enable-pthreads \ --enable-runtime-cpudetect \ - --disable-openmp \ --cc="$CC" && sed -ie "s#YASM=yasm#YASM=${prefix}/bin/yasm#" config.mak && sed -ie "s#YASMDEP=yasm#YASMDEP=${prefix}/bin/yasm#" config.mak && |