Re: [FFmpeg-devel] ffmpeg for CentOS 7 tutorial is broken

2017-11-17 Thread Douglas Wire
It just moves on to VORBUS for which I have libvorbis compiled. How about I set up a new VM and follow the tutorial exactly as I have 50 times and we work off of that. I can take a snapshot so I can return to a spot with all other prerequisites but no ffmpeg present and can follow along with the no

Re: [FFmpeg-devel] ffmpeg for CentOS 7 tutorial is broken

2017-11-17 Thread grady player
do you have a opus build? on my build system opus.pc is in the root of opus-1.1 if that is the case for your system you should be able to set: export PKG_CONFIG_PATH=/path/to/opus then rebuild if you have multiple paths for pc files you can separate them with a colon `export PKG_CONFIG_PATH=/pat

Re: [FFmpeg-devel] ffmpeg for CentOS 7 tutorial is broken

2017-11-17 Thread Douglas Wire
This is using the procedure right off of the webpage tutorial and it does not appear it even created an OPUS.pc anywhere. BEGIN /tmp/ffconf.zdwwNVl9/test.c 1#include 2#include 3long check_lame_set_VBR_quality(void) { return (long) lame_set_VBR_quality; } 4int main

Re: [FFmpeg-devel] ffmpeg for CentOS 7 tutorial is broken

2017-11-17 Thread grady player
if you post the output of failed build step, someone might have some insight... but just saying everything is broken isn't likely going to go anywhere. if you are having problems with ffmpeg-php you may want to contact their maintainers https://github.com/PHP-FFMpeg/PHP-FFMpeg/issues -grady >