diff options
author | Mans Rullgard <mans@mansr.com> | 2011-01-30 01:05:39 +0000 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2011-01-30 01:05:39 +0000 |
commit | d33ed7b36762bf26694bdfa18e0d811e26c996f8 (patch) | |
tree | d80c7504e0e646c25e7affe5a0ef23fdac9670ad | |
parent | dfd2a005eb29e4b9f2fdb97036eb7d5c38ae4bd4 (diff) | |
download | ffmpeg-d33ed7b36762bf26694bdfa18e0d811e26c996f8.tar.gz |
Enable native build on QNX/x86
-rwxr-xr-x | configure | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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) ;; *) |