Keemotion / GPAC4iOS

GPAC4iOS is the libgpac library distributed as a Pod.
GNU Lesser General Public License v3.0
2 stars 10 forks source link

Is the project up-to-date? #2

Open AF-cgi opened 8 years ago

AF-cgi commented 8 years ago

I couldn't build this lib.

smadbe commented 8 years ago

For info, we are still building and running an app in production with this library, so it should work somehow with the right flag and usage.

AF-cgi commented 8 years ago

Which flags do you use? Do you build the library with Xcode 7 and iOS 9?

smadbe commented 8 years ago

We are compiling TS2MP4 which using this one. Flags should be enforced by pods. Using XCode 7 and iOS8.

AF-cgi commented 8 years ago

I fix some linked alias in your TS2MP4 demo project. But I can't compile a lib for device and simulator. It is possible that you upload a compiled ts2mp4-library (include device and simulator architecture) to the git?

smadbe commented 8 years ago

No, we are not gonna add binaries to the git. If you use it with cocoapods, you don't need to use it as an external lib and we do not do it.