projects
/
platform
/
upstream
/
gst-plugins-good.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f0fe717
)
warptv: remove not needed ifdef
author
Stefan Sauer
<ensonic@users.sf.net>
Fri, 25 Nov 2011 10:43:16 +0000
(11:43 +0100)
committer
Stefan Sauer
<ensonic@users.sf.net>
Fri, 25 Nov 2011 10:43:16 +0000
(11:43 +0100)
gst/effectv/gstwarp.c
patch
|
blob
|
history
diff --git
a/gst/effectv/gstwarp.c
b/gst/effectv/gstwarp.c
index
068301c
..
d10cca7
100644
(file)
--- a/
gst/effectv/gstwarp.c
+++ b/
gst/effectv/gstwarp.c
@@
-144,11
+144,7
@@
initDistTable (GstWarpTV * filter)
{
gint32 halfw, halfh, *distptr;
gint x, y;
-#ifdef PS2
- float m;
-#else
float m;
-#endif
halfw = filter->width >> 1;
halfh = filter->height >> 1;