Re: [FFmpeg-user] installation problem

2015-11-10 Thread Abderrahmane Ouadrhiri
Hi, if you dont use x265, you can remove line of --enable-libx265 \ and continues the installation. if not you must install x265 Ouadrhiri 2015-11-10 12:24 GMT+00:00 Reindl Harald : > > > Am 05.11.2015 um 14:47 schrieb Laka: > >> lakici@lakici-desktop ~/ffmpeg_sources/ffmpeg $ PATH="$HOME/bin:$

Re: [FFmpeg-user] installation problem

2015-11-10 Thread Reindl Harald
Am 05.11.2015 um 14:47 schrieb Laka: lakici@lakici-desktop ~/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" \

Re: [FFmpeg-user] Installation problem

2015-04-16 Thread Carl Eugen Hoyos
Shriya Nair gmail.com> writes: > The error is- > "arm-linux-gcc failed to create an executable file. C compile test failed. Is this the complete error shown? Carl Eugen ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/lis

[FFmpeg-user] Installation problem

2015-04-15 Thread Shriya Nair
Hi, I am trying to install ffmpeg for cross compilation platform on arm v6 architecture. I used to following command - ./configure --enable-cross-compile --cross-prefix=/opt/FriendlyARM/toolchain/4.5.1/arm-none-linux-gnueabi/bin/arm-linux- --arch=v6 --target-os=linux --prefix=/opt/FriendlyARM/tool