[SCM] libav/experimental: changed includes

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:39:05 UTC 2013


The following commit has been merged in the experimental branch:
commit 0a87c409cc73a1e9934b156d3a789c30b27dde27
Author: Alex Beregszaszi <alex at rtfs.hu>
Date:   Sat Jan 31 22:58:32 2004 +0000

    changed includes
    
    Originally committed as revision 2739 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/libpostproc/postprocess.c b/libavcodec/libpostproc/postprocess.c
index 093d94a..7df0e97 100644
--- a/libavcodec/libpostproc/postprocess.c
+++ b/libavcodec/libpostproc/postprocess.c
@@ -81,7 +81,7 @@ try to unroll inner for(x=0 ... loop to avoid these damn if(x ... checks
 //#undef ARCH_X86
 //#define DEBUG_BRIGHTNESS
 #ifdef USE_FASTMEMCPY
-#include "../fastmemcpy.h"
+#include "fastmemcpy.h"
 #endif
 #include "postprocess.h"
 #include "postprocess_internal.h"

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list