From 80dbf7a9013bcd26698f1f9f7be07aba680ef1da Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 7 Oct 2010 23:54:25 +0200 Subject: [PATCH] volume: Update for orc changes double parameters are declared with .doubleparam now. --- gst/volume/gstvolumeorc.orc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gst/volume/gstvolumeorc.orc b/gst/volume/gstvolumeorc.orc index 867b8f3..c27389f 100644 --- a/gst/volume/gstvolumeorc.orc +++ b/gst/volume/gstvolumeorc.orc @@ -3,7 +3,7 @@ .function orc_scalarmultiply_f64_ns .dest 8 d1 double -.floatparam 8 p1 +.doubleparam 8 p1 muld d1, d1, p1 @@ -71,7 +71,7 @@ convssswb d1, t1 .function orc_memset_f64 .dest 8 d1 gdouble -.floatparam 8 p1 +.doubleparam 8 p1 copyq d1, p1 -- 2.7.4