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:
@@ -30,9 +30,9 @@
|
||||
#include <time.h>
|
||||
#include <stdarg.h>
|
||||
#include "avformat.h"
|
||||
#include "dvdata.h"
|
||||
#include "libavcodec/dvdata.h"
|
||||
#include "dv.h"
|
||||
#include "fifo.h"
|
||||
#include "libavutil/fifo.h"
|
||||
|
||||
struct DVMuxContext {
|
||||
const DVprofile* sys; /* Current DV profile. E.g.: 525/60, 625/50 */
|
||||
|
||||
Reference in New Issue
Block a user