]> git.sesse.net Git - ffmpeg/blobdiff - doc/avutil.txt
doc: Drop DJGPP section, Libav now compiles out-of-the-box on FreeDOS.
[ffmpeg] / doc / avutil.txt
index b27a6d50e71897017d4fd072f0cbe4208d484cd1..0847683d1d27fa14252c920b764e15886e2f0ca8 100644 (file)
@@ -19,7 +19,6 @@ integer.c               128bit integer math
 lls.c
 mathematics.c           greatest common divisor, integer sqrt, integer log2, ...
 mem.c                   memory allocation routines with guaranteed alignment
-softfloat.c
 
 Headers:
 bswap.h                 big/little/native-endian conversion code
@@ -31,7 +30,7 @@ intreadwrite.h          reading and writing of unaligned big/little/native-endia
 
 Goals:
 ======
-* Modular (few interdependancies and the possibility of disabling individual parts during ./configure)
+* Modular (few interdependencies and the possibility of disabling individual parts during ./configure)
 * Small (source and object)
 * Efficient (low CPU and memory usage)
-* Useful (avoid useless features almost noone needs)
+* Useful (avoid useless features almost no one needs)