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

@ -74,7 +74,7 @@ try to unroll inner for(x=0 ... loop to avoid these damn if(x ... checks
//Changelog: use the Subversion log
#include "config.h"
#include "avutil.h"
#include "libavutil/avutil.h"
#include <inttypes.h>
#include <stdio.h>
#include <stdlib.h>

View File

@ -20,7 +20,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include "avutil.h"
#include "libavutil/avutil.h"
#define ALTIVEC_TRANSPOSE_8x8_SHORT(src_a,src_b,src_c,src_d,src_e,src_f,src_g,src_h) \
do { \

View File

@ -26,7 +26,7 @@
#ifndef FFMPEG_POSTPROCESS_INTERNAL_H
#define FFMPEG_POSTPROCESS_INTERNAL_H
#include "avutil.h"
#include "libavutil/avutil.h"
#include "postprocess.h"
#define V_DEBLOCK 0x01

View File

@ -23,7 +23,7 @@
* mmx/mmx2/3dnow postprocess code.
*/
#include "x86_cpu.h"
#include "libavutil/x86_cpu.h"
#define ALIGN_MASK "$-8"