flaccidware / webm

Automatically exported from code.google.com/p/webm
0 stars 0 forks source link

Request Universal iOS build target #998

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
libvpx has a configure to build a universal (i.e., fat, combined i386 and 
x86_64) library for Mac OS X (though it isn't currently working, see bug 997).

It would be useful to have a similar feature for iOS, to build a universal 
library for iOS armv7, armv7s (possibly), arm64, and iphonesimulator (possibly).

This would be useful for the same reason as with OS X -- so that a 
multi-architecture build doesn't have to have separate per-architecture 
configurations to link with the library.

Original issue reported on code.google.com by jonathan...@gmail.com on 6 May 2015 at 7:54

GoogleCodeExporter commented 9 years ago
> libvpx has a configure to build a universal (i.e., fat, combined i386 and 
x86_64) library for Mac OS X (though it isn't currently working, see bug 997).

Sorry about that. I don't think those are regularly built -- the individual 
targets up to darwin13 are built nightly.

> It would be useful to have a similar feature for iOS, to build a universal 
library for iOS armv7, armv7s (possibly), arm64, and iphonesimulator (possibly).

There is build/make/iosbuild.sh which will build a framework.

Original comment by jz...@google.com on 7 May 2015 at 12:19

GoogleCodeExporter commented 9 years ago

Original comment by fgalli...@google.com on 7 May 2015 at 10:19