[SCM] libav/experimental: Really fix my never ending mistakes.

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


The following commit has been merged in the experimental branch:
commit 60527f3163a3580826180c4083d6a40eb0c2f4bc
Author: Benjamin Larsson <banan at ludd.ltu.se>
Date:   Sun Jan 21 18:46:19 2007 +0000

    Really fix my never ending mistakes.
    
    Originally committed as revision 7609 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/flashsv.c b/libavcodec/flashsv.c
index 3684773..c2bbb3d 100644
--- a/libavcodec/flashsv.c
+++ b/libavcodec/flashsv.c
@@ -49,13 +49,14 @@
 
 #include <stdio.h>
 #include <stdlib.h>
-#ifdef CONFIG_ZLIB
-#include <zlib.h>
 
 #include "common.h"
 #include "avcodec.h"
 #include "bitstream.h"
 
+#ifdef CONFIG_ZLIB
+#include <zlib.h>
+
 typedef struct FlashSVContext {
     AVCodecContext *avctx;
     AVFrame frame;

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list