Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FFmpeg
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
libremedia
Tethys
FFmpeg
Commits
4bb01c1e
Commit
4bb01c1e
authored
17 years ago
by
Måns Rullgård
Browse files
Options
Downloads
Patches
Plain Diff
remove OS/2 support
Originally committed as revision 9587 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
7c37e504
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
configure
+0
-24
0 additions, 24 deletions
configure
with
0 additions
and
24 deletions
configure
+
0
−
24
View file @
4bb01c1e
...
@@ -71,7 +71,6 @@ show_help(){
...
@@ -71,7 +71,6 @@ show_help(){
echo
" --enable-pp enable GPLed postprocessing support [default=no]"
echo
" --enable-pp enable GPLed postprocessing support [default=no]"
echo
" --enable-swscaler software scaler support [default=no]"
echo
" --enable-swscaler software scaler support [default=no]"
echo
" --enable-beosthreads use BeOS threads [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-pthreads use pthreads [default=no]"
echo
" --enable-w32threads use Win32 threads [default=no]"
echo
" --enable-w32threads use Win32 threads [default=no]"
echo
" --enable-x11grab enable X11 grabbing [default=no]"
echo
" --enable-x11grab enable X11 grabbing [default=no]"
...
@@ -613,7 +612,6 @@ CONFIG_LIST='
...
@@ -613,7 +612,6 @@ CONFIG_LIST='
THREADS_LIST
=
'
THREADS_LIST
=
'
beosthreads
beosthreads
os2threads
pthreads
pthreads
w32threads
w32threads
'
'
...
@@ -676,7 +674,6 @@ HAVE_LIST="
...
@@ -676,7 +674,6 @@ HAVE_LIST="
malloc_h
malloc_h
memalign
memalign
mlib
mlib
os2
ppc64
ppc64
sdl
sdl
sdl_video_size
sdl_video_size
...
@@ -1184,27 +1181,6 @@ case $targetos in
...
@@ -1184,27 +1181,6 @@ case $targetos in
targetos
=
irix
targetos
=
irix
ranlib
=
"echo ignoring ranlib"
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"
targetos
=
"
${
targetos
}
-UNKNOWN"
;;
;;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment