videomixer: fix endianness check on systems where non-glib endianness defines are...
authorMichael Rubinstein <mrubinstein@rai-dev.com>
Fri, 24 Aug 2012 18:43:08 +0000 (19:43 +0100)
committerTim-Philipp Müller <tim@centricular.net>
Fri, 24 Aug 2012 18:45:11 +0000 (19:45 +0100)
commit6ea5d31456c08f8fd18db957a60141c840d3a9c2
treef432034260842a33ca59dbd89b1a410473879cd5
parent916e4c86fac864d2230590d99ec5c54b382e6e7b
videomixer: fix endianness check on systems where non-glib endianness defines are not set

On Windows LITTLE_ENDIAN without the G_ in was not defined,  so the
test comes out wrong.
gst/videomixer/blend.c