Ticket #31440: patch-modules-opengl.diff

File patch-modules-opengl.diff, 683 bytes (added by alfredh (Alfred E. Heggestad), 13 years ago)

should go in the "files" folder

  • modules/opengl/opengl.m

     
    44 * Copyright (C) 2010 Creytiv.com
    55 */
    66#include <Cocoa/Cocoa.h>
     7#include <OpenGL/gl.h>
     8#include <OpenGL/glext.h>
    79#include <re.h>
    810#include <baresip.h>
    911
  • modules/opengl/module.mk

     
    66
    77MOD             := opengl
    88$(MOD)_SRCS     += opengl.m
    9 $(MOD)_LFLAGS   += -framework QTKit -framework CoreVideo
     9$(MOD)_LFLAGS   += -framework OpenGL -framework Cocoa -lobjc
    1010
    1111include mk/mod.mk