[SCM] libav/experimental: move #include log.h into the selftesting code where it belongs

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:55:00 UTC 2013


The following commit has been merged in the experimental branch:
commit 0d80bd2f56eba268ac074cce863442e1de99126d
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Mon Jan 15 01:33:56 2007 +0000

    move #include log.h into the selftesting code where it belongs
    
    Originally committed as revision 7529 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavutil/aes.c b/libavutil/aes.c
index 36bc524..7214e07 100644
--- a/libavutil/aes.c
+++ b/libavutil/aes.c
@@ -21,7 +21,6 @@
  */
 
 #include "common.h"
-#include "log.h"
 #include "aes.h"
 
 typedef struct AVAES{
@@ -182,6 +181,7 @@ int av_aes_init(AVAES *a, uint8_t *key, int key_bits, int decrypt) {
 }
 
 #ifdef TEST
+#include "log.h"
 
 int main(){
     int i,j;

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list