[SCM] libav/experimental: fixing warning

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


The following commit has been merged in the experimental branch:
commit f5d1f41b110bac0d956e23640d51921004cb656f
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Tue Feb 26 23:11:08 2002 +0000

    fixing warning
    
    Originally committed as revision 315 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/ffserver.c b/ffserver.c
index f4a6250..152dd37 100644
--- a/ffserver.c
+++ b/ffserver.c
@@ -35,6 +35,7 @@
 #include <netdb.h>
 #include <ctype.h>
 #include <signal.h>
+#include <assert.h>
 
 #include "bswap.h" // needed for the bitstream writer in common.h which is included in avformat.h
 #include "avformat.h"

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list