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
f7ad5aa2
Commit
f7ad5aa2
authored
Jan 27, 2009
by
Ramiro Polla
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
indentation
Originally committed as revision 16828 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
b1549d61
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
configure
configure
+6
-6
No files found.
configure
View file @
f7ad5aa2
...
...
@@ -1495,12 +1495,12 @@ case $target_os in
objformat
=
"win32"
enable
dos_paths
if
!
enabled x86_64
;
then
check_cpp_condition _mingw.h
"(__MINGW32_MAJOR_VERSION > 3) || (__MINGW32_MAJOR_VERSION == 3 && __MINGW32_MINOR_VERSION >= 15)"
||
die
"ERROR: MinGW runtime version must be >= 3.15."
enabled_any avisynth vfwcap_demuxer
&&
{
check_cpp_condition w32api.h
"(__W32API_MAJOR_VERSION > 3) || (__W32API_MAJOR_VERSION == 3 && __W32API_MINOR_VERSION >= 13)"
||
die
"ERROR: avisynth and vfwcap_demuxer require w32api version 3.13 or later."
;
}
fi
check_cpp_condition _mingw.h
"(__MINGW32_MAJOR_VERSION > 3) || (__MINGW32_MAJOR_VERSION == 3 && __MINGW32_MINOR_VERSION >= 15)"
||
die
"ERROR: MinGW runtime version must be >= 3.15."
enabled_any avisynth vfwcap_demuxer
&&
{
check_cpp_condition w32api.h
"(__W32API_MAJOR_VERSION > 3) || (__W32API_MAJOR_VERSION == 3 && __W32API_MINOR_VERSION >= 13)"
||
die
"ERROR: avisynth and vfwcap_demuxer require w32api version 3.13 or later."
;
}
fi
;;
cygwin
*
)
target_os
=
cygwin
...
...
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