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
a9d5a448
Commit
a9d5a448
authored
Nov 09, 2007
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clarify Visual Studio FAQ.
Originally committed as revision 10970 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
c9215bab
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
faq.texi
doc/faq.texi
+4
-4
No files found.
doc/faq.texi
View file @
a9d5a448
...
...
@@ -360,10 +360,10 @@ It depends. If your compiler is C99-compliant, then patches to support
it are likely to be welcome if they do not pollute the source code
with @code
{
#ifdef
}
s related to the compiler.
@section
Microsoft Visual C++ produces many errors.
@section
Is Microsoft Visual C++ supported?
Microsoft Visual C++ is not compliant to the C standard and does not support
the inline assembly used in FFmpeg.
No. Microsoft Visual C++ is not compliant to the C99 standard and does
not - among other things - support
the inline assembly used in FFmpeg.
If you wish - for whatever weird reason - to use MSVC++ for your
project then you can link the MSVC++ code with libav* as long as
you compile the latter with a working C compiler. For more information, see
...
...
@@ -372,7 +372,7 @@ documentation.
There have been efforts to make FFmpeg compatible with MSVC++ in the
past. However, they have all been rejected as too intrusive, especially
since MinGW does the job
perfectly
adequately. None of the core developers
since MinGW does the job adequately. None of the core developers
work with MSVC++ and thus this item is low priority. Should you find
the silver bullet that solves this problem, feel free to shoot it at us.
...
...
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