[SCM] gmerlin/master: added missing parameter types

zmoelnig-guest at users.alioth.debian.org zmoelnig-guest at users.alioth.debian.org
Tue Jan 11 10:27:06 UTC 2011


The following commit has been merged in the master branch:
commit cc8779e6323374956b9b9c046a6a2836e1d39998
Author: IOhannes m zmölnig <zmoelnig at iem.at>
Date:   Tue Jan 11 10:28:16 2011 +0100

    added missing parameter types
    
    as pointed out the opensuse packagers, a function definition/declaration is
    lacking the type information for its parameters

diff --git a/debian/patches/function_param_type.patch b/debian/patches/function_param_type.patch
new file mode 100644
index 0000000..2dcffba
--- /dev/null
+++ b/debian/patches/function_param_type.patch
@@ -0,0 +1,14 @@
+Author: Cristian Morales Vega <reddwarf at opensuse.org>
+Description: fixed accidentally omitted type-specification in function
+declaraion
+--- gmerlin.orig/lib/visualize_slave.c
++++ gmerlin/lib/visualize_slave.c
+@@ -782,7 +782,7 @@
+   return write(STDOUT_FILENO, data, len);
+   }
+ 
+-static int write_message(msg)
++static int write_message(bg_msg_t * msg)
+   {
+   int result;
+ //  fprintf(stderr, "Write message slave...\n");
diff --git a/debian/patches/series b/debian/patches/series
index e9c1206..51a7150 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@ remove_desktop_encoding_key.patch
 fix_manpages.patch
 replace_bg_sem_h.patch
 png_set_gray.patch
+function_param_type.patch

-- 
gmerlin packaging



More information about the pkg-multimedia-commits mailing list