]> git.sesse.net Git - ffmpeg/blobdiff - doc/faq.texi
Merge functional code from get_word() and get_word_sep() into a single
[ffmpeg] / doc / faq.texi
index e070fd293883a312f4edbd49e90d1870ebc24b08..0d923a48e0baa0fdfb2bf90682876475cd53ce6e 100644 (file)
@@ -426,7 +426,7 @@ you need the debug information, used 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
-under #ifdef CONFIG_GPL without breaking anything. So for example a new codec
+under #if CONFIG_GPL without breaking anything. So for example a new codec
 or filter would be OK under GPL while a bug fix to LGPL code would not.
 
 @section I want to compile xyz.c alone but my compiler produced many errors.