mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
Enable native build on QNX/x86
This commit is contained in:
parent
dfd2a005eb
commit
d33ed7b367
6
configure
vendored
6
configure
vendored
@ -2109,7 +2109,7 @@ case "$arch" in
|
|||||||
arch="sparc"
|
arch="sparc"
|
||||||
subarch="sparc64"
|
subarch="sparc64"
|
||||||
;;
|
;;
|
||||||
i[3-6]86|i86pc|BePC|x86_64|amd64)
|
i[3-6]86|i86pc|BePC|x86pc|x86_64|amd64)
|
||||||
arch="x86"
|
arch="x86"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
@ -2446,6 +2446,10 @@ case $target_os in
|
|||||||
;;
|
;;
|
||||||
gnu)
|
gnu)
|
||||||
;;
|
;;
|
||||||
|
qnx)
|
||||||
|
add_cppflags -D_QNX_SOURCE
|
||||||
|
network_extralibs="-lsocket"
|
||||||
|
;;
|
||||||
none)
|
none)
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
Loading…
Reference in New Issue
Block a user