mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
configure: Initial support for --target-os=symbian
Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
parent
7087ce08c8
commit
1c69c79f2b
7
configure
vendored
7
configure
vendored
@ -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)
|
||||
;;
|
||||
*)
|
||||
|
Loading…
Reference in New Issue
Block a user