Open hTobi02 opened 2 years ago
Same for me. Ubuntu 18.04.6 LTS. Three days ago, the build was fine.
Now
ERROR: srt >= 1.3.0 not found using pkg-config
pkg-config --modversion srt 1.4.4
Also with the same issue on Ubuntu 18.04.2 LTS.
pkg-config --modversion srt 1.4.3
srt is compiled without errors and pkg-config exists in workspace/lib/pkgconfig/srt.pc and its ok.
I just copy libsrt.a , srt.h and src.pc to /usr/local/lib , /usr/local/inculde and /usr/local/lib/pkgconfig/ can compiler sucess, it's not this repo isuuse , i think most like ubuntu version and ffmppeg 4.4 not match well
Successfully built binary for linux-gnu: ELF 64-bit LSB executable, x86-64, version 1 (GNU/Linux), statically linked, BuildID[sha1]=fbec7831174b9539110bae7097eec24711cc7bb7, for GNU/Linux 3.2.0, stripped
Building done. The following binaries can be found here:
- ffmpeg: /home/leonli/Code/my_code/FFmpeg/ffmpeg-build-script/workspace/bin/ffmpeg
- ffprobe: /home/leonli/Code/my_code/FFmpeg/ffmpeg-build-script/workspace/bin/ffprobe
- ffplay: /home/leonli/Code/my_code/FFmpeg/ffmpeg-build-script/workspace/bin/ffplay
Install these binaries to your /usr/bin folder? Existing binaries will be replaced. [Y/n] n
Ubuntu 18.04.2 LTS 上也存在同样的问题。
pkg-config --modversion srt 1.4.3
srt 编译没有错误,pkg-config 存在于workspace/lib/pkgconfig/srt.pc 中并且没问题。
我的也是,你最后是怎么解决的?
I just copy libsrt.a , srt.h and src.pc to /usr/local/lib , /usr/local/inculde and /usr/local/lib/pkgconfig/ can compiler sucess, it's not this repo isuuse , i think most like ubuntu version and ffmppeg 4.4 not match well
Successfully built binary for linux-gnu: ELF 64-bit LSB executable, x86-64, version 1 (GNU/Linux), statically linked, BuildID[sha1]=fbec7831174b9539110bae7097eec24711cc7bb7, for GNU/Linux 3.2.0, stripped Building done. The following binaries can be found here: - ffmpeg: /home/leonli/Code/my_code/FFmpeg/ffmpeg-build-script/workspace/bin/ffmpeg - ffprobe: /home/leonli/Code/my_code/FFmpeg/ffmpeg-build-script/workspace/bin/ffprobe - ffplay: /home/leonli/Code/my_code/FFmpeg/ffmpeg-build-script/workspace/bin/ffplay Install these binaries to your /usr/bin folder? Existing binaries will be replaced. [Y/n] n
@xiaolitongxue666 我按照你的方式操作还是不行,还有其他办法吗?
Hi, I get the error written above while executing your install script with gpl and non free codecs
bash <(curl -s "https://raw.githubusercontent.com/markus-perl/ffmpeg-build-script/master/web-install-gpl-and-non-free.sh?v1")
My OS is a clean installation of debian 11.
If I execute
pkg-config --modversion srt
im getting the output1.4.2
.Am I missing something?
Full output: