diff options
author | Michael Kostylev <michael.kostylev@gmail.com> | 2007-12-24 12:49:27 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-12-24 12:49:27 +0000 |
commit | 4f365f37b578490f5a4df87847f5b78bec37a15b (patch) | |
tree | 69edbb8003fa76176ab5f0d6a6ace21135c6242c /libavformat | |
parent | 64bb7bd519403317428ac3aa29ccdd81294b78ba (diff) | |
download | ffmpeg-4f365f37b578490f5a4df87847f5b78bec37a15b.tar.gz |
djgpp port, first part
patch by Michael Kostylev, mik niipt ru
Originally committed as revision 11313 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/os_support.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/os_support.h b/libavformat/os_support.h index 77cba1fe4b..16c198eb4f 100644 --- a/libavformat/os_support.h +++ b/libavformat/os_support.h @@ -27,7 +27,7 @@ * miscellaneous OS support macros and functions. */ -#if defined(__BEOS__) || defined(__INNOTEK_LIBC__) +#if defined(__BEOS__) || defined(__INNOTEK_LIBC__) || defined(__DJGPP__) typedef int socklen_t; #endif |