You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
Enable native build on QNX/x86
This commit is contained in:
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)
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
Reference in New Issue
Block a user