[SCM] gmerlin/master: Fixed function definition (Closes: #748164)

umlaeute at users.alioth.debian.org umlaeute at users.alioth.debian.org
Sat Jul 19 14:46:34 UTC 2014


The following commit has been merged in the master branch:
commit 27836ccd6187f6d5bd357c4f180bc35defa50457
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Sat Jul 19 16:45:19 2014 +0200

    Fixed function definition (Closes: #748164)

diff --git a/debian/patches/fix_transcoder_track.patch b/debian/patches/fix_transcoder_track.patch
new file mode 100644
index 0000000..b2b1624
--- /dev/null
+++ b/debian/patches/fix_transcoder_track.patch
@@ -0,0 +1,19 @@
+Description: fixed function definition of bg_transcoder_track_get_general_parameters
+ both the function declaration and the use of the function don't have any
+ arguments.
+ the argument in the definition isn't used either, so we just remove it.
+Author: IOhannes m zmölnig
+Last-Update: 2014-07-19
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- gmerlin.orig/lib/transcoder_track.c
++++ gmerlin/lib/transcoder_track.c
+@@ -1434,7 +1434,7 @@
+   }
+ 
+ const bg_parameter_info_t *
+-bg_transcoder_track_get_general_parameters(bg_transcoder_track_t * t)
++bg_transcoder_track_get_general_parameters()
+   {
+   return parameters_general;
+   }
diff --git a/debian/patches/series b/debian/patches/series
index 7688a1e..c2dc2c9 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -7,3 +7,4 @@ fix_typos.patch
 binutils_gold.patch
 strip_doc_out.patch
 hardening_ldflags.patch
+fix_transcoder_track.patch

-- 
gmerlin packaging



More information about the pkg-multimedia-commits mailing list