Thomas Hehl
2015-12-03 19:31:07 UTC
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-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-linux-box:~/ffmpeg_sources/x265/build/linux$ make distclean
make: *** No rule to make target 'distclean'. Stop.
I am unsure how to proceed.
Thanks!
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-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-linux-box:~/ffmpeg_sources/x265/build/linux$ make distclean
make: *** No rule to make target 'distclean'. Stop.
I am unsure how to proceed.
Thanks!