aboutsummaryrefslogtreecommitdiff
path: root/devel/ruby-rudl/files/patch-flxplay.c
diff options
context:
space:
mode:
authorThomas Abthorpe <tabthorpe@FreeBSD.org>2013-10-11 05:34:28 +0000
committerThomas Abthorpe <tabthorpe@FreeBSD.org>2013-10-11 05:34:28 +0000
commit8f2bb0ababc016d140d7408d966f18d80df0d8de (patch)
treed69af22bb4d66375b76d5a56d03a08af6318d854 /devel/ruby-rudl/files/patch-flxplay.c
parent5d1ac8b2f5255151f5ca3de5f5496b41065a9955 (diff)
Notes
Diffstat (limited to 'devel/ruby-rudl/files/patch-flxplay.c')
-rw-r--r--devel/ruby-rudl/files/patch-flxplay.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/devel/ruby-rudl/files/patch-flxplay.c b/devel/ruby-rudl/files/patch-flxplay.c
deleted file mode 100644
index d0773dff973b..000000000000
--- a/devel/ruby-rudl/files/patch-flxplay.c
+++ /dev/null
@@ -1,13 +0,0 @@
---- flxplay.c.orig Wed Jul 25 11:40:05 2007
-+++ flxplay.c Wed Jul 25 11:40:27 2007
-@@ -42,8 +42,8 @@
- int lastFrameTicks;
- } FLC;
-
--#define ReadU16(tmp1, tmp2) (Uint16)*(tmp1) = ((Uint8)*(tmp2+1)<<8)+(Uint8)*(tmp2);
--#define ReadU32(tmp1, tmp2) (Uint32)*(tmp1) = (((((((Uint8)*(tmp2+3)<<8)+((Uint8)*(tmp2+2)))<<8)+((Uint8)*(tmp2+1)))<<8)+(Uint8)*(tmp2));
-+#define ReadU16(tmp1, tmp2) *(Uint16 *)(tmp1) = ((Uint8)*(tmp2+1)<<8)+(Uint8)*(tmp2);
-+#define ReadU32(tmp1, tmp2) *(Uint32 *)(tmp1) = (((((((Uint8)*(tmp2+3)<<8)+((Uint8)*(tmp2+2)))<<8)+((Uint8)*(tmp2+1)))<<8)+(Uint8)*(tmp2));
-
-
-