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
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
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
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
>
I spent a week or so at one point making a set of one liners to install
ffmpeg with a bunch of encoder support and since I need ffmpeg-php support
I was compiling as shared.
Now nothing I wrote works and if you run the tutorial it fails with
pckg-config errors and refuses to compile. Can someone t