Merge "configure: add GLUT detection; build vwebp"

This commit is contained in:
pascal massimino
2013-05-07 12:15:50 -07:00
committed by Gerrit Code Review
4 changed files with 111 additions and 11 deletions

View File

@ -8,12 +8,15 @@
// Simple OpenGL-based WebP file viewer.
//
// Author: Skal (pascal.massimino@gmail.com)
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#ifdef __APPLE__
#if defined(HAVE_GLUT_GLUT_H)
#include <GLUT/glut.h>
#else
#include <GL/glut.h>