summaryrefslogtreecommitdiffstats
path: root/libvo/vo_direct3d.c
diff options
context:
space:
mode:
authorUoti Urpala <uau@glyph.nonexistent.invalid>2008-12-02 20:09:35 +0200
committerUoti Urpala <uau@glyph.nonexistent.invalid>2008-12-02 20:15:45 +0200
commita6af927ea17f5c5a882902653aa95488b87ea512 (patch)
treeecad5a37e6c0ddd3a5584382aeeaa0d2511b7690 /libvo/vo_direct3d.c
parent10e47539986deab2f0caf1fb8386043a9593796a (diff)
downloadmpv-a6af927ea17f5c5a882902653aa95488b87ea512.tar.bz2
mpv-a6af927ea17f5c5a882902653aa95488b87ea512.tar.xz
w32_common.c, vo_direct3d.c: Fix Windows compilation issues
In w32_common.c the special "old_vo_defines.h" header was included too late. vo_direct3d.c was copied from svn without fixing the type of the control() function.
Diffstat (limited to 'libvo/vo_direct3d.c')
-rw-r--r--libvo/vo_direct3d.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/vo_direct3d.c b/libvo/vo_direct3d.c
index 1958fb45ca..4e3dc875cb 100644
--- a/libvo/vo_direct3d.c
+++ b/libvo/vo_direct3d.c
@@ -549,7 +549,7 @@ static int preinit(const char *arg)
/** @brief libvo Callback: Handle control requests.
* @return VO_TRUE on success, VO_NOTIMPL when not implemented
*/
-static int control(uint32_t request, void *data, ...)
+static int control(uint32_t request, void *data)
{
switch (request) {
case VOCTRL_QUERY_FORMAT: