[SCM] libav/experimental: * using ../ for bswap.h

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 777cc95fb4e58de7d7eb8d931b2ff3f4f83da56e
Author: Zdenek Kabelac <kabi at informatics.muni.cz>
Date:   Tue May 21 19:42:43 2002 +0000

    * using ../ for bswap.h
    
    Originally committed as revision 556 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/common.h b/libavcodec/common.h
index 4b15612..8f99cf8 100644
--- a/libavcodec/common.h
+++ b/libavcodec/common.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