diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1999-10-11 03:11:49 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1999-10-11 03:11:49 +0000 |
commit | f5760893fa713a563e35287101e430a8d7dc6262 (patch) | |
tree | e1fdb6bb50d2808153d1576339b1a7efc84d4364 /audio/gqmpeg-devel | |
parent | 0ca8b6c291cbf10d52d03e5ce5de7c5f7e37604d (diff) | |
download | ports-f5760893fa713a563e35287101e430a8d7dc6262.tar.gz ports-f5760893fa713a563e35287101e430a8d7dc6262.zip |
Notes
Diffstat (limited to 'audio/gqmpeg-devel')
-rw-r--r-- | audio/gqmpeg-devel/files/patch-ab | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/audio/gqmpeg-devel/files/patch-ab b/audio/gqmpeg-devel/files/patch-ab new file mode 100644 index 000000000000..9f9e259ad949 --- /dev/null +++ b/audio/gqmpeg-devel/files/patch-ab @@ -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 */ |