Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
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
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