comparison i386/idct_mmx_xvid.c @ 6763:f7cbb7733146 libavcodec

Use full path for #includes from another directory.
author diego
date Fri, 09 May 2008 11:56:36 +0000
parents c0ef7b5d4a4f
children eebc7209c47f
comparison
equal deleted inserted replaced
6762:99966715fe75 6763:f7cbb7733146
38 * along with FFmpeg; if not, write to the Free Software Foundation, 38 * along with FFmpeg; if not, write to the Free Software Foundation,
39 * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 39 * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
40 */ 40 */
41 41
42 #include <inttypes.h> 42 #include <inttypes.h>
43 #include "avcodec.h" 43 #include "libavcodec/avcodec.h"
44 44
45 //============================================================================= 45 //=============================================================================
46 // Macros and other preprocessor constants 46 // Macros and other preprocessor constants
47 //============================================================================= 47 //=============================================================================
48 48