[vlc-commits] screen/mac: removed compilation warning
Felix Paul Kühne
git at videolan.org
Wed Mar 14 22:46:13 CET 2012
vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Wed Mar 14 22:45:23 2012 +0100| [c1b4f1986c9c857e4cde2fa52e689ee577d53160] | committer: Felix Paul Kühne
screen/mac: removed compilation warning
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c1b4f1986c9c857e4cde2fa52e689ee577d53160
---
modules/access/screen/mac.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/modules/access/screen/mac.c b/modules/access/screen/mac.c
index 4e8c1b9..c1b96ba 100644
--- a/modules/access/screen/mac.c
+++ b/modules/access/screen/mac.c
@@ -216,7 +216,6 @@ int screen_InitCapture( demux_t *p_demux )
p_data->clipped_image =
( char * )malloc( p_data->width * p_data->height * 4 );
-#warning FIXME: CGLSetOffScreen is no longer supported in the future!
returnedError = CGLSetOffScreen( p_data->clipped, p_data->width, p_data->height, p_data->width * 4, p_data->clipped_image );
if( returnedError )
goto errorHandling;
More information about the vlc-commits
mailing list