Hi Jonathan,
BEGIN /var/folders/4m/08_bx8zj1nl1qkkvbcf4vy8r0000gn/T//ffconf.vzCV75fZ/test.c
1 #include <lame/lame.h>
2 #include <stdint.h>
3 long check_lame_set_VBR_quality(void) { return (long)
lame_set_VBR_quality; }
4 int main(void) { int ret = 0;
5 ret |= ((intptr_t)check_lame_set_VBR_quality) & 0xFFFF;
6 return ret; }
END /var/folders/4m/08_bx8zj1nl1qkkvbcf4vy8r0000gn/T//ffconf.vzCV75fZ/test.c
gcc -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
-I$(SRC_PATH)/compat/dispatch_semaphore -DPIC -std=c11
-Werror=partial-availability -fomit-frame-pointer -fPIC -pthread -c -o
/var/folders/4m/08_bx8zj1nl1qkkvbcf4vy8r0000gn/T//ffconf.vzCV75fZ/test.o
/var/folders/4m/08_bx8zj1nl1qkkvbcf4vy8r0000gn/T//ffconf.vzCV75fZ/test.c
gcc -Wl,-dynamic,-search_paths_first -o
/var/folders/4m/08_bx8zj1nl1qkkvbcf4vy8r0000gn/T//ffconf.vzCV75fZ/test
/var/folders/4m/08_bx8zj1nl1qkkvbcf4vy8r0000gn/T//ffconf.vzCV75fZ/test.o
-lmp3lame -lm
require_pkg_config libsrt srt >= 1.3.0 srt/srt.h srt_socket
check_pkg_config libsrt srt >= 1.3.0 srt/srt.h srt_socket
test_pkg_config libsrt srt >= 1.3.0 srt/srt.h srt_socket
false --exists --print-errors srt >= 1.3.0
ERROR: srt >= 1.3.0 not found using pkg-config
Thank you.
Robert
> On 10 Jan 2020, at 4:46 AM, Jonathan Viney <[email protected]> wrote:
>
> On Fri, Jan 10, 2020 at 7:12 AM Al-Batin Saltanat <
> [email protected]> 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 from Homebrew and then I compiled it
>> from source. But both times I got the same error.
>> I compiled the same ffmpeg 4.2.2 package on Ubuntu with SRT 1.4.1 without
>> problems.
>>
>> Thank you.
>
>
> What does the bottom of ffbuild/config.log show?
>
> -Jonathan.
> _______________________________________________
> ffmpeg-user mailing list
> [email protected]
> https://ffmpeg.org/mailman/listinfo/ffmpeg-user
>
> To unsubscribe, visit link above, or email
> [email protected] with subject "unsubscribe".
_______________________________________________
ffmpeg-user mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-user
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".