Browse Source

Do not use full include path for headers in the same directory.

Originally committed as revision 16260 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Diego Biurrun 16 years ago
parent
commit
c4ff7c53e0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/i386/idct_sse2_xvid.c

+ 1
- 1
libavcodec/i386/idct_sse2_xvid.c View File

@@ -39,7 +39,7 @@
*/ */


#include "libavcodec/dsputil.h" #include "libavcodec/dsputil.h"
#include "libavcodec/i386/idct_xvid.h"
#include "idct_xvid.h"


/*! /*!
* @file idct_sse2_xvid.c * @file idct_sse2_xvid.c


Loading…
Cancel
Save