On 8/16/2012 9:07 PM, Halley Tsai wrote: > Hi there, > > I wonder if I can build ffmpeg under fink with the parameter > --enable-libfaac. I think I have a little idea about how to modify the info > file, but I don't know how to use a local modified info file for the > installation. Or maybe there has an easier way to do so? (e.g. In macport, I > can enable libfaac by install the variant "-nonfree".)
You can't add parameters on the fly as with MacPorts, but you can certainly modify the ffmpeg package information file to enable libfaac locally. 1) Copy the relevant file from /sw/fink/dists/stable/main/finkinfo/graphics/libavcodec54-0.11-shlibs.info to /sw/fink/dists/local/main/finkinfo 2) Edit the ConfigureParams field to add --enable-libfaac --enable-nonfree and increase the Revision: (line 3) field to 4. 3) Try rebuilding your ffmpeg. http://finkers.wordpress.com/2009/07/24/creating-local-packages/ has similar directions. Hanspeter ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Fink-users mailing list [email protected] List archive: http://news.gmane.org/gmane.os.macosx.fink.user Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-users
