Vamp Plugins Forum

Development Topics => Plugin Development => Topic started by: loretoparisi on November 14, 2013, 14:29:48

Title: Mobile Development - armv7 / iOS Platforms
Post by: loretoparisi on November 14, 2013, 14:29:48
I'm working to "port" the VAMP Plugins and the VAMP Host to armv7 / iOS platforms.

Here you can find first results in compiling and linking.
http://stackoverflow.com/questions/19439407/how-to-compile-vamp-plugins-to-ios-armv7

Most of the problems are linker related to stdlibC++/ libc++.dylib and Xcode clang compiler I guess.
Title: Re: Mobile Development - armv7 / iOS Platforms
Post by: cannam on November 14, 2013, 14:37:42
Hi there -- I'm afraid I know very little about how to compile anything for iOS, but I should point out a significant problem with what you're trying to do:

Although the Vamp plugin SDK is indeed BSD-style licenced, so that you can write both plugins and hosts under any licence you wish, the QM Vamp Plugins and qm-dsp libraries are not. They are instead under the GPL, meaning you cannot use them in App Store code at all unless you have a separate commercial licence (available from QM).

I'm sorry to bring this disappointing news...

Chris