Ok, fair enough, but the libraries are already installed (as stated in the first email) following the compiling guide for OS X from the FFmpeg Wiki: https://trac.ffmpeg.org/wiki/CompilationGuide/MacOSX
I have with me a Samsung Gear 360 camera prototype, and I want to share with the whole internet a guide on how to use free software in order to crean a YouTube 360 video, I can compile FFmpeg with all its dependencies and extra libraries using Home Brew, but I need to compile it with some custom filter, I'm following the oficial FFmpeg Wiki steps but for some reason some external libraries can't be included, I know I can download, compile and install each library without Home Brew but then why to bother creating a compiling guide in the official FFmpeg Wiki that use Home Brew for all dependences? On Fri, Apr 15, 2016 at 2:22 AM, Reindl Harald <[email protected]> wrote: > > > Am 15.04.2016 um 04:13 schrieb Rodrigo Polo: > >> I used the full config command with all the libs, I got the following >> error: >> ERROR: libtheora not found >> > > install it > > So I removed the flag for that codec and retry to run the config command, >> I got the following error: >> ERROR: libmp3lame >= 3.98.3 not found >> > > update / install it > > So I removed the flag from the config command and retry, I got the >> following error: >> ERROR: vidstab not found using pkg-config >> > > dunno > > So I removed the flag from the config command and retry, I got the >> following error: >> ERROR: libvorbis not found >> > > install it > > So I removed the flag from the config command and retry, I got the >> following error: >> ERROR: libxvid not found >> > > install it > > it works great without those libs but I need those extra codecs >> > > then install the build dependecnies and *devel-packages* as for any other > software > > > _______________________________________________ > ffmpeg-user mailing list > [email protected] > http://ffmpeg.org/mailman/listinfo/ffmpeg-user > > -- Rodrigo J. Polo www.rodrigopolo.com _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user
