[SCM] libav/experimental: * restored previous non '..' version

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:31:58 UTC 2013


The following commit has been merged in the experimental branch:
commit 8083185f88d9e80394cb8f1dbf2cfd919308f7b3
Author: Zdenek Kabelac <kabi at informatics.muni.cz>
Date:   Tue May 21 21:50:05 2002 +0000

    * restored previous non '..' version
    
    Originally committed as revision 558 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/common.h b/libavcodec/common.h
index 8f99cf8..1301897 100644
--- a/libavcodec/common.h
+++ b/libavcodec/common.h
@@ -17,7 +17,7 @@
 
 #ifdef HAVE_AV_CONFIG_H
 /* only include the following when compiling package */
-#include "../config.h"
+#include "config.h"
 
 #include <stdlib.h>
 #include <stdio.h>
@@ -114,7 +114,7 @@ typedef signed long long INT64;
 #define UINT64_C(c)    (c ## ULL)
 #endif
 
-#include "../bswap.h"
+#include "bswap.h"
 
 #ifdef USE_FASTMEMCPY
 #include "fastmemcpy.h"

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list