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
4bb01c1e
Commit
4bb01c1e
authored
Jul 10, 2007
by
Måns Rullgård
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove OS/2 support
Originally committed as revision 9587 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
7c37e504
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
24 deletions
+0
-24
configure
configure
+0
-24
No files found.
configure
View file @
4bb01c1e
...
...
@@ -71,7 +71,6 @@ show_help(){
echo
" --enable-pp enable GPLed postprocessing support [default=no]"
echo
" --enable-swscaler software scaler support [default=no]"
echo
" --enable-beosthreads use BeOS threads [default=no]"
echo
" --enable-os2threads use OS/2 threads [default=no]"
echo
" --enable-pthreads use pthreads [default=no]"
echo
" --enable-w32threads use Win32 threads [default=no]"
echo
" --enable-x11grab enable X11 grabbing [default=no]"
...
...
@@ -613,7 +612,6 @@ CONFIG_LIST='
THREADS_LIST
=
'
beosthreads
os2threads
pthreads
w32threads
'
...
...
@@ -676,7 +674,6 @@ HAVE_LIST="
malloc_h
memalign
mlib
os2
ppc64
sdl
sdl_video_size
...
...
@@ -1184,27 +1181,6 @@ case $targetos in
targetos
=
irix
ranlib
=
"echo ignoring ranlib"
;;
os/2
)
TMPE
=
$TMPE
".exe"
ar
=
"emxomfar -p128"
ranlib
=
"echo ignoring ranlib"
strip
=
"echo ignoring strip"
add_cflags
"-Zomf"
FFLDFLAGS
=
"-Zomf -Zstack 16384 -s"
SHFLAGS
=
"-Zdll -Zomf"
FFSERVERLDFLAGS
=
""
LIBPREF
=
""
LIBSUF
=
".lib"
SLIBPREF
=
""
SLIBSUF
=
".dll"
EXESUF
=
".exe"
osextralibs
=
""
pkg_requires
=
""
dv1394
=
"no"
ffserver
=
"no"
vhook
=
"no"
os2
=
"yes"
;;
*
)
targetos
=
"
${
targetos
}
-UNKNOWN"
;;
...
...
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