# HG changeset patch # User iive # Date 1304798747 0 # Node ID ad12e6080ed1a017b36679d014231a5c5101b328 # Parent d6367dc367b942855b5532c4fe98b8410a891380 Fix compilation for OSX due to r33392 - control() vaarg removal. Patch by Grayson Manley diff -r d6367dc367b9 -r ad12e6080ed1 libvo/vo_corevideo.m --- a/libvo/vo_corevideo.m Sat May 07 20:03:49 2011 +0000 +++ b/libvo/vo_corevideo.m Sat May 07 20:05:47 2011 +0000 @@ -418,7 +418,7 @@ return 0; } -static int control(uint32_t request, void *data, ...) +static int control(uint32_t request, void *data) { switch (request) {