summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorMans Rullgard <mans@mansr.com>2011-01-30 01:05:39 +0000
committerMans Rullgard <mans@mansr.com>2011-01-30 01:05:39 +0000
commitd33ed7b36762bf26694bdfa18e0d811e26c996f8 (patch)
treed80c7504e0e646c25e7affe5a0ef23fdac9670ad /configure
parentdfd2a005eb29e4b9f2fdb97036eb7d5c38ae4bd4 (diff)
downloadffmpeg-streaming-d33ed7b36762bf26694bdfa18e0d811e26c996f8.zip
ffmpeg-streaming-d33ed7b36762bf26694bdfa18e0d811e26c996f8.tar.gz
Enable native build on QNX/x86
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 5 insertions, 1 deletions
diff --git a/configure b/configure
index 94993d7..46f4e44 100755
--- a/configure
+++ b/configure
@@ -2109,7 +2109,7 @@ case "$arch" in
arch="sparc"
subarch="sparc64"
;;
- i[3-6]86|i86pc|BePC|x86_64|amd64)
+ i[3-6]86|i86pc|BePC|x86pc|x86_64|amd64)
arch="x86"
;;
esac
@@ -2446,6 +2446,10 @@ case $target_os in
;;
gnu)
;;
+ qnx)
+ add_cppflags -D_QNX_SOURCE
+ network_extralibs="-lsocket"
+ ;;
none)
;;
*)
OpenPOWER on IntegriCloud