mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 06:46:38 +00:00
warptv: remove not needed ifdef
This commit is contained in:
parent
f0fe717cd9
commit
5d03d65349
1 changed files with 0 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue