blob: 752802198ef3694355fc1b0b50ea543a48802862 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- aconfigure.orig 2022-02-24 07:54:38 UTC
+++ aconfigure
@@ -7888,7 +7888,7 @@ else $as_nop
FFMPEG_PREFIX=$with_ffmpeg
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: Using ffmpeg prefix... $FFMPEG_PREFIX" >&5
printf "%s\n" "Using ffmpeg prefix... $FFMPEG_PREFIX" >&6; }
- export PKG_CONFIG_PATH=$FFMPEG_PREFIX/lib/pkgconfig
+ export PKG_CONFIG_PATH=$FFMPEG_PREFIX/libdata/pkgconfig
fi
for ac_prog in pkg-config "python pkgconfig.py"
@@ -9941,7 +9941,7 @@ printf "%s\n" "Checking if libwebrtc is disabled...no"
ac_webrtc_instset=sse2
ac_webrtc_cflags="-msse2"
;;
- *win32* | *w32* | *darwin* | *linux*)
+ *win32* | *w32* | *darwin* | *linux* | *amd64*freebsd* | *x86_64*freebsd*)
case $target in
armv7l*gnueabihf)
ac_webrtc_instset=neon
|