mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-09-09 21:12:22 +08:00
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:
@ -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>
|
||||
|
@ -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 { \
|
||||
|
@ -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
|
||||
|
@ -23,7 +23,7 @@
|
||||
* mmx/mmx2/3dnow postprocess code.
|
||||
*/
|
||||
|
||||
#include "x86_cpu.h"
|
||||
#include "libavutil/x86_cpu.h"
|
||||
|
||||
#define ALIGN_MASK "$-8"
|
||||
|
||||
|
Reference in New Issue
Block a user