Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

andrewheard

macrumors regular
Original poster
May 16, 2005
166
0
Ontario, Canada
I am just wondering if anyone knows if applications on the Mac App Store are allowed to include another binary in their resources folder that can be called using NSTask. Would be a nuisance if I couldn't use the FFmpeg command-line program for decoding.

Maybe its too early to ask this question but I thought some apps had already been approved.

Thanks for your help,

Andrew
 
I am just wondering if anyone knows if applications on the Mac App Store are allowed to include another binary in their resources folder that can be called using NSTask. Would be a nuisance if I couldn't use the FFmpeg command-line program for decoding.

One bundle, with nothing getting installed outside that bundle. Can you put FFmpeg into your application bundle?
 
Yep, it is stored purely inside the bundle. I had to compile it statically so it wouldn't put the dynamic libraries in /usr/bin but that's no problem now.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.