Diego Biurrun 5ab03e41e5 x86: h264dsp: Fix link failure with optimizations disabled
With optimzations disabled compilers have trouble doing dead code
elimination on 'if (foo && 0)' expressions, while 'if (0 && foo)'
still works, so use the latter to avoid problems.

Bug-Id: 707
2014-06-25 15:24:51 -07:00
..
2014-04-11 12:09:09 +02:00
2014-04-04 04:00:11 +02:00
2014-04-04 04:00:11 +02:00
2013-11-15 10:16:28 +01:00