[SCM] audacious-plugins/master: Refresh debian/patches/ffaudio.diff.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Sat May 19 16:01:28 UTC 2012


The following commit has been merged in the master branch:
commit 46154f8f26409b97481233956f8cb6ef91ba090f
Author: Alessio Treglia <alessio at debian.org>
Date:   Sat May 19 17:27:30 2012 +0200

    Refresh debian/patches/ffaudio.diff.

diff --git a/debian/patches/ffaudio.diff b/debian/patches/ffaudio.diff
index aeab3db..6237d6e 100644
--- a/debian/patches/ffaudio.diff
+++ b/debian/patches/ffaudio.diff
@@ -59,10 +59,10 @@ Last-Update: 2012-01-28
 +
 +
      switch (c->sample_fmt) {
-         case SAMPLE_FMT_U8: out_fmt = FMT_U8; break;
-         case SAMPLE_FMT_S16: out_fmt = FMT_S16_NE; break;
-         case SAMPLE_FMT_S32: out_fmt = FMT_S32_NE; break;
-         case SAMPLE_FMT_FLT: out_fmt = FMT_FLOAT; break;
+         case AV_SAMPLE_FMT_U8: out_fmt = FMT_U8; break;
+         case AV_SAMPLE_FMT_S16: out_fmt = FMT_S16_NE; break;
+         case AV_SAMPLE_FMT_S32: out_fmt = FMT_S32_NE; break;
+         case AV_SAMPLE_FMT_FLT: out_fmt = FMT_FLOAT; break;
 -    default:
 -        fprintf (stderr, "ffaudio: Unsupported audio format %d\n", (int) c->sample_fmt);
 -        goto error_exit;

-- 
Plugins for audacious



More information about the pkg-multimedia-commits mailing list