I'm trying to build ffmpeg on my Ubuntu 15.10 box. I am following these instructions:
https://trac.ffmpeg.org/wiki/CompilationGuide/Ubuntu 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 install [ 23%] Built target encoder [ 87%] Built target common [ 87%] Built target x265-static [100%] Built target cli Install the project... -- Install configuration: "Release" -- Installing: /home/thomas/ffmpeg_build/lib/libx265.a -- Installing: /home/thomas/ffmpeg_build/include/x265.h -- Installing: /home/thomas/ffmpeg_build/include/x265_config.h -- Installing: /home/thomas/ffmpeg_build/lib/pkgconfig/x265.pc -- Installing: /home/thomas/ffmpeg_build/bin/x265 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. Thanks! _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user
