libresman

diff examples/imgthumbs/src/main.c @ 6:410c19c735b2

- removed the glew dependency - initial thread pool implementation
author John Tsiombikas <nuclear@member.fsf.org>
date Mon, 03 Feb 2014 05:22:09 +0200
parents eadf99551730
children bebc065a941f
line diff
     1.1 --- a/examples/imgthumbs/src/main.c	Sat Feb 01 08:02:08 2014 +0200
     1.2 +++ b/examples/imgthumbs/src/main.c	Mon Feb 03 05:22:09 2014 +0200
     1.3 @@ -57,8 +57,6 @@
     1.4  
     1.5  static int init(void)
     1.6  {
     1.7 -	glewInit();
     1.8 -
     1.9  	thumbs = create_thumbs(path);
    1.10  	return 0;
    1.11  }