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
+1 -1
View File
@@ -29,7 +29,7 @@
#define FFMPEG_MPEG12DATA_H
#include <stdint.h>
#include "rational.h"
#include "libavutil/rational.h"
#include "rl.h"
extern const uint16_t ff_mpeg1_default_intra_matrix[64];