[SCM] libav/experimental: Drop unnecessary libavcodec/ prefix in #include path.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:59:56 UTC 2013


The following commit has been merged in the experimental branch:
commit 14b2d010582861dfcf72428ffe226bbc6d0caeb4
Author: Diego Biurrun <diego at biurrun.de>
Date:   Wed May 16 09:21:23 2007 +0000

    Drop unnecessary libavcodec/ prefix in #include path.
    
    Originally committed as revision 9033 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavformat/grab.c b/libavformat/grab.c
index 8fe3997..5eb2e74 100644
--- a/libavformat/grab.c
+++ b/libavformat/grab.c
@@ -431,7 +431,7 @@ static int aiw_init(VideoData *s)
 }
 
 #ifdef HAVE_MMX
-#include "libavcodec/i386/mmx.h"
+#include "i386/mmx.h"
 
 #define LINE_WITH_UV \
                     movq_m2r(ptr[0],mm0); \
@@ -582,7 +582,7 @@ static int aiw_init(VideoData *s)
                     movd_r2m(mm1,lum_m2[(ptroff)]);
 
 #else
-#include "libavcodec/dsputil.h"
+#include "dsputil.h"
 
 #define LINE_WITH_UV \
                     lum[0]=ptr[0];lum[1]=ptr[2];lum[2]=ptr[4];lum[3]=ptr[6];\

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list