project_files/hwc/rtl/GL.h
author koda
Sat, 07 Nov 2015 15:07:33 +0100
branch0.9.22
changeset 11607 1a57b0d4cc4e
parent 7991 1e5da73a3149
child 11798 80fe306460b2
permissions -rw-r--r--
videorec: Drop setting x264 preset It is the default one anyway.

#pragma once

#ifdef __APPLE__
#include <OpenGL/gl.h>
#else
#include "GL/gl.h"
#endif