Re: [FFmpeg-user] install on centos fail

2020-08-05 Thread Reindl Harald
Am 05.08.20 um 15:16 schrieb Nicolas George: > Reindl Harald (12020-08-05): >> whenever you do "make install" on a destinaton machine you are doing it >> wrong - without any exceptions! > > What certainty. yes, 12 years of expirience, 23 dist-upgrades without reinstall and still clean machines

Re: [FFmpeg-user] install on centos fail

2020-08-05 Thread Nicolas George
Reindl Harald (12020-08-05): > whenever you do "make install" on a destinaton machine you are doing it > wrong - without any exceptions! What certainty. > * you don't need compilers/devel-packages on the target > * you should not install comoilers at all on the target > * you can easily downgrade

Re: [FFmpeg-user] install on centos fail

2020-08-05 Thread Reindl Harald
Am 05.08.20 um 12:20 schrieb Nicolas George: > jacky renaux (12020-08-05): >> hI ? as you might know due to the coronavirus, universities are closed and >> in France it is vacation period . I am not a system engineer just a ffmpeg >> user . I cannot get system eng support at a present time and do

Re: [FFmpeg-user] install on centos fail

2020-08-05 Thread Nicolas George
jacky renaux (12020-08-05): > hI ? as you might know due to the coronavirus, universities are closed and > in France it is vacation period . I am not a system engineer just a ffmpeg > user . I cannot get system eng support at a present time and do prepar the > september time where we will need visi

Re: [FFmpeg-user] install on centos fail

2020-08-05 Thread Reindl Harald
Am 05.08.20 um 11:08 schrieb jacky renaux: > hI ? as you might know due to the coronavirus, universities are closed > and in France it is vacation period . and? > I am not a system engineer just a ffmpeg user and? > I cannot get system eng support at a present time and do > prepar the septe

Re: [FFmpeg-user] install on centos fail

2020-08-05 Thread jacky renaux
Le 04/08/2020 à 20:00, Reindl Harald a écrit : [root@buildserver:~]$ cat /rpmbuild/SPECS/ffmpeg-latest.spec # # command 'rpmbuild -bb ffmpeg-latest.spec --with production'

Re: [FFmpeg-user] install on centos fail

2020-08-04 Thread Reindl Harald
Am 04.08.20 um 19:50 schrieb jacky renaux: > Le 04/08/2020 à 11:26, Reindl Harald a écrit : >> Am 04.08.20 um 10:56 schrieb jacky renaux: >>> I try to install full ffmpeg on centos and using this guide >>>   https://trac.ffmpeg.org/wiki/CompilationGuide/Centos >>> >>> I made the follo

Re: [FFmpeg-user] install on centos fail

2020-08-04 Thread jacky renaux
Le 04/08/2020 à 11:26, Reindl Harald a écrit : Am 04.08.20 um 10:56 schrieb jacky renaux: I try to install full ffmpeg on centos and using this guide https://trac.ffmpeg.org/wiki/CompilationGuide/Centos I made the following shell cd ffmpeg_sources curl -O -L https://ffmpeg.org/

Re: [FFmpeg-user] install on centos fail

2020-08-04 Thread Reindl Harald
Am 04.08.20 um 10:56 schrieb jacky renaux: > I try to install full ffmpeg on centos and using this guide > https://trac.ffmpeg.org/wiki/CompilationGuide/Centos > > I made the following shell > > cd ffmpeg_sources > curl -O -L https://ffmpeg.org/releases/ffmpeg-snapshot.tar.bz2 > tar

[FFmpeg-user] install on centos fail

2020-08-04 Thread jacky renaux
Hi I try to install full ffmpeg on centos and using this guide https://trac.ffmpeg.org/wiki/CompilationGuide/Centos I made the following shell cd ffmpeg_sources curl -O -L https://ffmpeg.org/releases/ffmpeg-snapshot.tar.bz2 tar xjvf ffmpeg-snapshot.tar.bz2 cd ffmpeg PATH="$HOME/b