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
e867d9b9
Commit
e867d9b9
authored
18 years ago
by
Diego Biurrun
Browse files
Options
Downloads
Patches
Plain Diff
Update gcc sections.
Originally committed as revision 7712 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
b5bfb9f9
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
doc/faq.texi
+4
-6
4 additions, 6 deletions
doc/faq.texi
with
4 additions
and
6 deletions
doc/faq.texi
+
4
−
6
View file @
e867d9b9
...
@@ -257,9 +257,9 @@ already incorporate ffmpeg at (@url{projects.php}).
...
@@ -257,9 +257,9 @@ already incorporate ffmpeg at (@url{projects.php}).
@section Can you support my C compiler XXX ?
@section Can you support my C compiler XXX ?
No. Only GCC is supported. GCC is ported to most systems available and there
It depends. If your compiler is C99-compliant, then patches to support
i
s no need to
pollute the source code
with @code
{
#ifdef
}
s
i
t are likely to be welcome if they do not
pollute the source code
related to the compiler.
with @code
{
#ifdef
}
s
related to the compiler.
@section Can I use FFmpeg or libavcodec under Windows ?
@section Can I use FFmpeg or libavcodec under Windows ?
...
@@ -270,9 +270,7 @@ sections in the FFmpeg documentation to find more information.
...
@@ -270,9 +270,7 @@ sections in the FFmpeg documentation to find more information.
@section Can you add automake, libtool or autoconf support ?
@section Can you add automake, libtool or autoconf support ?
No. These tools are too bloated and they complicate the build. Moreover,
No. These tools are too bloated and they complicate the build.
since only @samp
{
gcc
}
is supported they would add little advantages in
terms of portability.
@section Why not rewrite ffmpeg in object-oriented C++ ?
@section Why not rewrite ffmpeg in object-oriented C++ ?
...
...
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