* moved os_support.h into libavcodec

* added few more functions for os2

Originally committed as revision 1672 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Zdenek Kabelac 2003-03-12 18:57:33 +00:00
parent e0ece99ab9
commit 4a899dd689
4 changed files with 8 additions and 12 deletions

View file

@ -18,7 +18,7 @@
*/
#include <unistd.h>
#include "avformat.h"
#include "../os_support.h"
#include "os_support.h"
typedef struct {
int width;