Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
BC
public
external
ffmpeg
Commits
1c69c79f
Commit
1c69c79f
authored
Jan 25, 2011
by
Martin Storsjö
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure: Initial support for --target-os=symbian
Signed-off-by:
Martin Storsjö
<
martin@martin.st
>
parent
7087ce08
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
configure
configure
+6
-1
No files found.
configure
View file @
1c69c79f
...
...
@@ -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
)
;;
*
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment