[SCM] libav/experimental: Fix out-of-tree build

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 17:14:10 UTC 2013


The following commit has been merged in the experimental branch:
commit 6a36facc3d9c097f626669825e901f09467b542b
Author: Måns Rullgård <mans at mansr.com>
Date:   Tue Aug 17 18:48:56 2010 +0000

    Fix out-of-tree build
    
    Originally committed as revision 24816 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavutil/common.h b/libavutil/common.h
index e1b14dc..ce2dc41 100644
--- a/libavutil/common.h
+++ b/libavutil/common.h
@@ -35,7 +35,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include "attributes.h"
-#include "avconfig.h"
+#include "libavutil/avconfig.h"
 
 #if AV_HAVE_BIGENDIAN
 #   define AV_NE(be, le) be

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list