So I continued with the build and when I did the really long path command inside of ffpmpeg, I got the following:
thomas@thomas-linux-box:~/ffmpeg_sources/ffmpeg$ PATH="$HOME/bin:$PATH" PKG_CONFIG_PATH="$HOME/ffmpeg_build/lib/pkgconfig" ./configure \ > --prefix="$HOME/ffmpeg_build" \ > --pkg-config-flags="--static" \ > --extra-cflags="-I$HOME/ffmpeg_build/include" \ > --extra-ldflags="-L$HOME/ffmpeg_build/lib" \ > --bindir="$HOME/bin" \ > --enable-gpl \ > --enable-libass \ > --enable-libfdk-aac \ > --enable-libfreetype \ > --enable-libmp3lame \ > --enable-libopus \ > --enable-libtheora \ > --enable-libvorbis \ > --enable-libvpx \ > --enable-libx264 \ > --enable-libx265 \ > --enable-nonfree ERROR: x265 not found using pkg-config If you think configure made a mistake, make sure you are using the latest version from Git. If the latest version fails, report the problem to the [email protected] mailing list or IRC #ffmpeg on irc.freenode.net. Include the log file "config.log" produced by configure as this will help solve the problem. So it's looking for the 265 libraries. Please help! On Thu, Dec 3, 2015 at 4:09 PM, Moritz Barsnick <[email protected]> wrote: > On Thu, Dec 03, 2015 at 14:31:07 -0500, Thomas Hehl wrote: > > Following the directions the first build I'm having to do is for > libx265. I > > have followed the directions up until: > [...] > > thomas@thomas-linux-box:~/ffmpeg_sources/x265/build/linux$ make > distclean > > make: *** No rule to make target 'distclean'. Stop. > > I am unsure how to proceed. > > At this stage, it doesn't matter, it is just supposed to clean up your > source tree after install. Go ahead with the other instructions, "make > install" had gone fine. > > Perhaps make distlean isn't supported anymore. > > Moritz > _______________________________________________ > ffmpeg-user mailing list > [email protected] > http://ffmpeg.org/mailman/listinfo/ffmpeg-user > _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user
