vo_svga: fix build after previous commit 6506d4ad
commite69925090885be6b8c8c7260d8be6feb9776094f
authorClément Bœsch <ubitux@gmail.com>
Tue, 3 May 2011 08:54:31 +0000 (3 10:54 +0200)
committerUoti Urpala <uau@mplayer2.org>
Tue, 3 May 2011 09:21:59 +0000 (3 12:21 +0300)
tree0a793411f4aa203652e618cd62bdc67e4239a9b7
parent6506d4ad84eac67e69437def2c8ee69fcfc14ed5
vo_svga: fix build after previous commit 6506d4ad

vo_svga.c used its static query_format() function before defining it,
but had no prototype before the use. Thus is depended on the otherwise
useless static declaration in a shared header, and broke after that
was removed. Fix by adding an advance declaration inside the file.
libvo/vo_svga.c