videoscale: Fix compiler errors caused by not including config.h
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Sat, 2 Mar 2013 18:29:40 +0000 (19:29 +0100)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Sat, 2 Mar 2013 18:29:40 +0000 (19:29 +0100)
commit5a58f8b9ec936b88170075e989391d4df5b5c42d
tree9ed90dd0572c40126616ca5901cd5698ca1eadd4
parent87f84122bdd5c25c81db17b41e9ecb8815fb9f8d
videoscale: Fix compiler errors caused by not including config.h

_stdint.h requires config.h to be included to properly
use the correct code to get uint8_t and friends.
gst/videoscale/vs_4tap.c
gst/videoscale/vs_fill_borders.c
gst/videoscale/vs_image.c
gst/videoscale/vs_lanczos.c
gst/videoscale/vs_scanline.c