Fix flaotingpoint error.
This commit is contained in:
parent
0ca8b6c291
commit
f5760893fa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=22342
2 changed files with 36 additions and 0 deletions
18
audio/gqmpeg-devel/files/patch-ab
Normal file
18
audio/gqmpeg-devel/files/patch-ab
Normal file
|
@ -0,0 +1,18 @@
|
|||
--- main.c.orig Mon Oct 11 10:45:08 1999
|
||||
+++ main.c Mon Oct 11 10:46:19 1999
|
||||
@@ -11,6 +11,7 @@
|
||||
|
||||
#include "config.h"
|
||||
#include "gqmpeg.h"
|
||||
+#include "floatingpoint.h"
|
||||
|
||||
static gint update_timeout_id = -1;
|
||||
|
||||
@@ -693,6 +694,7 @@
|
||||
GList *list_buf = NULL;
|
||||
GList *playlist_buf = NULL;
|
||||
|
||||
+ fpsetmask(0);
|
||||
init_vars();
|
||||
|
||||
/* setup random seed for shuffle mode */
|
18
audio/gqmpeg/files/patch-ab
Normal file
18
audio/gqmpeg/files/patch-ab
Normal file
|
@ -0,0 +1,18 @@
|
|||
--- main.c.orig Mon Oct 11 10:45:08 1999
|
||||
+++ main.c Mon Oct 11 10:46:19 1999
|
||||
@@ -11,6 +11,7 @@
|
||||
|
||||
#include "config.h"
|
||||
#include "gqmpeg.h"
|
||||
+#include "floatingpoint.h"
|
||||
|
||||
static gint update_timeout_id = -1;
|
||||
|
||||
@@ -693,6 +694,7 @@
|
||||
GList *list_buf = NULL;
|
||||
GList *playlist_buf = NULL;
|
||||
|
||||
+ fpsetmask(0);
|
||||
init_vars();
|
||||
|
||||
/* setup random seed for shuffle mode */
|
Loading…
Reference in a new issue