diff options
author | Martin Storsjö <martin@martin.st> | 2011-01-25 10:48:38 +0200 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2011-03-31 15:38:58 +0300 |
commit | 1c69c79f2b11627cb50f1bc571de97ad8cbfefb7 (patch) | |
tree | 4f22f48f0b821a93cd797065a59d39b5ded2096e /configure | |
parent | 7087ce08c84dd20404ba258096530cc547d25c15 (diff) | |
download | ffmpeg-1c69c79f2b11627cb50f1bc571de97ad8cbfefb7.tar.gz |
configure: Initial support for --target-os=symbian
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1822,7 +1822,7 @@ set_default host_cc exesuf() { case $1 in - mingw32*|cygwin*|*-dos|freedos|opendos|os/2*) echo .exe ;; + mingw32*|cygwin*|*-dos|freedos|opendos|os/2*|symbian) echo .exe ;; esac } @@ -2480,6 +2480,11 @@ case $target_os in add_cppflags -D_QNX_SOURCE network_extralibs="-lsocket" ;; + symbian) + SLIBSUF=".dll" + enable dos_paths + add_cflags --include=$sysinclude/gcce/gcce.h + ;; none) ;; *) |