diff options
author | adamw <adamw@FreeBSD.org> | 2003-10-14 10:47:24 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2003-10-14 10:47:24 +0800 |
commit | 740e2478db1241a2e97919e03ac94de464603acd (patch) | |
tree | e84c3dcaa9dc0041977039e5e1894c6b7272e680 /multimedia | |
parent | a0943b3486d353592011ce6eacc29fc3820022b8 (diff) | |
download | freebsd-ports-gnome-740e2478db1241a2e97919e03ac94de464603acd.tar.gz freebsd-ports-gnome-740e2478db1241a2e97919e03ac94de464603acd.tar.zst freebsd-ports-gnome-740e2478db1241a2e97919e03ac94de464603acd.zip |
Fix build on -stable.
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/gstreamer-plugins/files/patch-gst_level_filter.func | 14 | ||||
-rw-r--r-- | multimedia/gstreamer-plugins80/files/patch-gst_level_filter.func | 14 |
2 files changed, 28 insertions, 0 deletions
diff --git a/multimedia/gstreamer-plugins/files/patch-gst_level_filter.func b/multimedia/gstreamer-plugins/files/patch-gst_level_filter.func new file mode 100644 index 000000000000..3b154eb4bdc1 --- /dev/null +++ b/multimedia/gstreamer-plugins/files/patch-gst_level_filter.func @@ -0,0 +1,14 @@ +--- gst/level/filter.func.orig Mon Oct 13 22:32:12 2003 ++++ gst/level/filter.func Mon Oct 13 22:32:21 2003 +@@ -10,9 +10,9 @@ + register double square = 0.0; /* Square */ + register double PSS = 0.0; /* Peak Square Sample */ + +- *CS = 0.0; /* Cumulative Square for this block */ +- + gdouble normalizer = (double) (1 << resolution); ++ ++ *CS = 0.0; /* Cumulative Square for this block */ + + /* + * process data here diff --git a/multimedia/gstreamer-plugins80/files/patch-gst_level_filter.func b/multimedia/gstreamer-plugins80/files/patch-gst_level_filter.func new file mode 100644 index 000000000000..3b154eb4bdc1 --- /dev/null +++ b/multimedia/gstreamer-plugins80/files/patch-gst_level_filter.func @@ -0,0 +1,14 @@ +--- gst/level/filter.func.orig Mon Oct 13 22:32:12 2003 ++++ gst/level/filter.func Mon Oct 13 22:32:21 2003 +@@ -10,9 +10,9 @@ + register double square = 0.0; /* Square */ + register double PSS = 0.0; /* Peak Square Sample */ + +- *CS = 0.0; /* Cumulative Square for this block */ +- + gdouble normalizer = (double) (1 << resolution); ++ ++ *CS = 0.0; /* Cumulative Square for this block */ + + /* + * process data here |