This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
BeOS only: we don't have SA_RESTART. #define to 0 and emit a warning. I don't plan on hosting a streaming tv anyway but it gets ffserver building.
Originally committed as revision 8103 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
François Revol
18 years ago
parent
81a409c8b5
commit
13e4dba690
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
libavformat/os_support.h
+ 4
- 0
libavformat/os_support.h
View File
@@ -62,6 +62,10 @@ __declspec(dllimport) void __stdcall Sleep(unsigned long dwMilliseconds);
/* doesn't set errno but that's enough */
# define usleep(t) snooze((bigtime_t)(t))
# endif
# ifndef SA_RESTART
# warning SA_RESTART not implemented; ffserver might misbehave.
# define SA_RESTART 0
# endif
#endif
#if defined(CONFIG_OS2)
Write
Preview
Loading…
Cancel
Save