Use full path for #includes from another directory.

Originally committed as revision 13098 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun
2008-05-09 11:56:36 +00:00
parent 86b2d47fc0
commit 245976da2a
192 changed files with 351 additions and 319 deletions

View File

@@ -31,10 +31,13 @@
#define M_PI 3.14159265358979323846
#endif
#include "avformat.h"
#include "swscale.h"
#include "libavformat/avformat.h"
#include "libswscale/swscale.h"
#undef exit
#undef fprintf
#undef printf
#undef snprintf
/* 5 seconds stream duration */
#define STREAM_DURATION 5.0