Am 28.12.2017 um 02:01 schrieb Jim Worrall:
git clone https://git.ffmpeg.org/ffmpeg.git ffmpeg

Then got in there and repeated the previous ./configure command.
Then just ‘gmake'.
Then 'gmake install’
Everything completed no problem.

Not sure what went wrong before, but thank you for the tip!

leftovers from previous actions
hence use packaging or at least a fresh buildroot every time

below an example how i build the php-cli alone on CentOS because i need 7.1 for our letsencrypt stuff normally running on Fedora

[root@backup-hosting:~]$ cat /home/builduser/build-php-cli.sh
#!/usr/bin/bash
PHP_VERSION="7.1.12"
rm -rf /home/builduser/BUILDROOTS/php-$PHP_VERSION
tar xfJ /home/builduser/SOURCES/php-$PHP_VERSION.tar.xz -C /home/builduser/BUILDROOTS/
cd /home/builduser/BUILDROOTS/php-$PHP_VERSION
_______________________________________________
ffmpeg-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".

Reply via email to