summaryrefslogtreecommitdiff
path: root/doc/faq.texi
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2011-04-18 23:12:40 +0200
committerDiego Biurrun <diego@biurrun.de>2011-04-18 23:55:11 +0200
commitd11818eff42681eec9b8106e317a95766506821a (patch)
tree0138db861b04f7ec7d26df3be18661388ccbc350 /doc/faq.texi
parentfacc48f157a282e9d99a9bf65f5985bace4606b9 (diff)
Remove now obsolete references to _g-suffixed binaries.
Automatic stripping of binaries was removed in commit e0be794 and the _g binaries disappeared along with it.
Diffstat (limited to 'doc/faq.texi')
-rw-r--r--doc/faq.texi6
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/faq.texi b/doc/faq.texi
index 3daf44fe7a..a29af1e1ad 100644
--- a/doc/faq.texi
+++ b/doc/faq.texi
@@ -415,12 +415,6 @@ be rewritten in a formal object language. Further, many of the developers
favor straight C; it works for them. For more arguments on this matter,
read "Programming Religion" at (@url{http://www.tux.org/lkml/#s15}).
-@section Why are the ffmpeg programs devoid of debugging symbols?
-
-The build process creates ffmpeg_g, ffplay_g, etc. which contain full debug
-information. Those binaries are stripped to create ffmpeg, ffplay, etc. If
-you need the debug information, use the *_g versions.
-
@section I do not like the LGPL, can I contribute code under the GPL instead?
Yes, as long as the code is optional and can easily and cleanly be placed