[SCM] idjc/master: Fix some implicit declarations

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Tue Feb 18 17:43:16 UTC 2014


The following commit has been merged in the master branch:
commit 2125c01b1ecd8bcde6df993f2e3696db6f826fa9
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Tue Feb 18 17:58:58 2014 +0100

    Fix some implicit declarations

diff --git a/debian/patches/implicit-declarations.patch b/debian/patches/implicit-declarations.patch
new file mode 100644
index 0000000..46dd85e
--- /dev/null
+++ b/debian/patches/implicit-declarations.patch
@@ -0,0 +1,24 @@
+Description: Fix implicit declarations
+Author: Sebastian Ramacher <sramacher at debian.org>
+Last-Update: 2014-02-18
+
+--- idjc-0.8.14.orig/c/avcodec_encoder.c
++++ idjc-0.8.14/c/avcodec_encoder.c
+@@ -20,6 +20,7 @@
+ #include "../config.h"
+ 
+ #include <stdio.h>
++#include <string.h>
+ #include "main.h"
+ #include "sourceclient.h"
+ 
+--- idjc-0.8.14.orig/c/encoder.c
++++ idjc-0.8.14/c/encoder.c
+@@ -19,6 +19,7 @@
+ 
+ #include "../config.h"
+ #include "gnusource.h"
++#include <math.h>
+ #include <stdio.h>
+ #include <stdlib.h>
+ #include <string.h>

-- 
idjc packaging



More information about the pkg-multimedia-commits mailing list