blob: 9f9e259ad949d043af014b4b1f18d5a0b87ffe3a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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 */
|