summaryrefslogtreecommitdiff
path: root/berrno.h
diff options
context:
space:
mode:
authorFrançois Revol <revol@free.fr>2002-07-20 20:05:50 +0000
committerMichael Niedermayer <michaelni@gmx.at>2002-07-20 20:05:50 +0000
commit0147f198569a8e8d857df184d29ad22c8089b91e (patch)
tree706f7175941b7874bab8f3d79da53fe148c4f0e3 /berrno.h
parente1707f52d5a431bd645eb6026801e1ddaf9c79c5 (diff)
beos/mov/adpcm patch by François Revol <revol at free dot fr>
* Some BeOS fixes: - errno stuff - nanosleep() replacement - added a doc/README.beos * mov reader still has problems with most videos (skips many chunks), - It should now read .mov files with zlib-compressed moov headers (aka cmov) - added SVQ1 support. - removed mapping 'raw ' and 'yuv2' to h263, was my mistake. - added IMA4 support. (tested) - fixed frame rate (it reported 0 fps or something before) - extended file probing ('wide' and 'free' atoms) - improved .mov/.mp4 detection (or so I think) * adpcm * added zlib support, with header file and lib check Originally committed as revision 780 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'berrno.h')
-rw-r--r--berrno.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/berrno.h b/berrno.h
index f343706caf..bfb91a02fc 100644
--- a/berrno.h
+++ b/berrno.h
@@ -3,6 +3,9 @@
#include <Errors.h>
+// mmu_man: this is needed for http.c (defined errno)
+#include <errno.h>
+
#ifdef ENOENT
#undef ENOENT
#endif