[SCM] libav/experimental: intreadwrite: common.h is not needed, attributes.h is sufficient

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


The following commit has been merged in the experimental branch:
commit 7918375f8873ba465fc08e2bc00769ab0360327a
Author: Måns Rullgård <mans at mansr.com>
Date:   Sat Jul 10 00:40:59 2010 +0000

    intreadwrite: common.h is not needed, attributes.h is sufficient
    
    Originally committed as revision 24155 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavutil/intreadwrite.h b/libavutil/intreadwrite.h
index c8026f0..9315cdd 100644
--- a/libavutil/intreadwrite.h
+++ b/libavutil/intreadwrite.h
@@ -21,8 +21,8 @@
 
 #include <stdint.h>
 #include "config.h"
+#include "attributes.h"
 #include "bswap.h"
-#include "common.h"
 
 typedef union {
     uint64_t u64;

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list