From a5a93fa8f5aad3a1e6e71b95eaef96b734ba0dd3 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Thu, 21 Jun 2012 11:44:53 +0200 Subject: cosmetics: do not use full path for local headers --- libavcodec/x86/rv40dsp_init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/x86') diff --git a/libavcodec/x86/rv40dsp_init.c b/libavcodec/x86/rv40dsp_init.c index cc1ea45e88..e429cc3359 100644 --- a/libavcodec/x86/rv40dsp_init.c +++ b/libavcodec/x86/rv40dsp_init.c @@ -26,8 +26,8 @@ * 3,3 is bugged in the rv40 format and maps to _xy2 version */ -#include "libavcodec/x86/dsputil_mmx.h" #include "libavcodec/rv34dsp.h" +#include "dsputil_mmx.h" void ff_put_rv40_chroma_mc8_mmx (uint8_t *dst, uint8_t *src, int stride, int h, int x, int y); -- cgit v1.2.3