comparison h264pred.h @ 6763:f7cbb7733146 libavcodec

Use full path for #includes from another directory.
author diego
date Fri, 09 May 2008 11:56:36 +0000
parents ce3b68242317
children c4de4b187b4f
comparison
equal deleted inserted replaced
6762:99966715fe75 6763:f7cbb7733146
26 */ 26 */
27 27
28 #ifndef FFMPEG_H264PRED_H 28 #ifndef FFMPEG_H264PRED_H
29 #define FFMPEG_H264PRED_H 29 #define FFMPEG_H264PRED_H
30 30
31 #include "common.h" 31 #include "libavutil/common.h"
32 32
33 /** 33 /**
34 * Prediction types 34 * Prediction types
35 */ 35 */
36 //@{ 36 //@{