Re: [FFmpeg-user] Compile ffmpeg-4.2.2 on macOS with SRT 1.4.1 >>> ERROR: srt >= 1.3.0 not found using pkg-config

2020-01-14 Thread Al-Batin Saltanat
Hi Jonathan, thank you so much for your help. On Superuser I got the advice to use "brew tap homebrew-ffmpeg/ffmpeg”. I didn’t know about this tap and thought I have to compile it myself. But your advice is very helpful for coming projects. Thanks. Best Regards, Robert > On 14 Jan 2020, at

Re: [FFmpeg-user] Compile ffmpeg-4.2.2 on macOS with SRT 1.4.1 >>> ERROR: srt >= 1.3.0 not found using pkg-config

2020-01-13 Thread K E N O
+1 > Am 14.01.2020 um 03:13 schrieb Jonathan Viney : > > On Fri, Jan 10, 2020 at 10:27 PM Al-Batin Saltanat < > albatin.salta...@gmail.com > wrote: > >> SRT first with brew then compiled myself. Both with same result. >> pkg-config compiled myself following

Re: [FFmpeg-user] Compile ffmpeg-4.2.2 on macOS with SRT 1.4.1 >>> ERROR: srt >= 1.3.0 not found using pkg-config

2020-01-13 Thread Jonathan Viney
On Fri, Jan 10, 2020 at 10:27 PM Al-Batin Saltanat < albatin.salta...@gmail.com> wrote: > SRT first with brew then compiled myself. Both with same result. > pkg-config compiled myself following the instructions of: > > https://trac.ffmpeg.org/wiki/CompilationGuide/macOS > > > On 10 Jan 2020, at

Re: [FFmpeg-user] Compile ffmpeg-4.2.2 on macOS with SRT 1.4.1 >>> ERROR: srt >= 1.3.0 not found using pkg-config

2020-01-10 Thread Al-Batin Saltanat
SRT first with brew then compiled myself. Both with same result. pkg-config compiled myself following the instructions of: https://trac.ffmpeg.org/wiki/CompilationGuide/macOS > On 10 Jan 2020, at 10:11 AM, K E N O wrote: > > Did you install srt and pkg-config with brew? > >> Am 10.01.2020 um

Re: [FFmpeg-user] Compile ffmpeg-4.2.2 on macOS with SRT 1.4.1 >>> ERROR: srt >= 1.3.0 not found using pkg-config

2020-01-10 Thread K E N O
Did you install srt and pkg-config with brew? > Am 10.01.2020 um 03:46 schrieb Jonathan Viney : > > On Fri, Jan 10, 2020 at 7:12 AM Al-Batin Saltanat < > albatin.salta...@gmail.com > wrote: > >> >> Hi, >> >> I got following error while compiling ffmpeg-4.2.2

Re: [FFmpeg-user] Compile ffmpeg-4.2.2 on macOS with SRT 1.4.1 >>> ERROR: srt >= 1.3.0 not found using pkg-config

2020-01-09 Thread Al-Batin Saltanat
Hi Jonathan, BEGIN /var/folders/4m/08_bx8zj1nl1qkkvbcf4vy8rgn/T//ffconf.vzCV75fZ/test.c 1 #include 2 #include 3 long check_lame_set_VBR_quality(void) { return (long) lame_set_VBR_quality; } 4 int main(void) { int ret = 0; 5ret |=

Re: [FFmpeg-user] Compile ffmpeg-4.2.2 on macOS with SRT 1.4.1 >>> ERROR: srt >= 1.3.0 not found using pkg-config

2020-01-09 Thread Jonathan Viney
On Fri, Jan 10, 2020 at 7:12 AM Al-Batin Saltanat < albatin.salta...@gmail.com> wrote: > > Hi, > > I got following error while compiling ffmpeg-4.2.2 on macOS 10.14.6 with > SRT 1.4.1 package: > > ERROR: srt >= 1.3.0 not found using pkg-config > > > > > > First I tried it with the srt package

[FFmpeg-user] Compile ffmpeg-4.2.2 on macOS with SRT 1.4.1 >>> ERROR: srt >= 1.3.0 not found using pkg-config

2020-01-09 Thread Al-Batin Saltanat
Hi, I got following error while compiling ffmpeg-4.2.2 on macOS 10.14.6 with SRT 1.4.1 package: ERROR: srt >= 1.3.0 not found using pkg-config First I tried it with the srt package from Homebrew and then I compiled it from source. But both times I got the same error. I compiled the same