From 865e431a752e46139a9284eaf1dcbe8b5c717f53 Mon Sep 17 00:00:00 2001 From: Julien Isorce Date: Fri, 20 Apr 2012 10:26:30 +0200 Subject: [PATCH] [496/906] cmake build: add path to config.h on APPLE --- gst/gl/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gst/gl/CMakeLists.txt b/gst/gl/CMakeLists.txt index 37ed573078..e57d77a4c3 100755 --- a/gst/gl/CMakeLists.txt +++ b/gst/gl/CMakeLists.txt @@ -23,6 +23,10 @@ if (WIN32) ../../../win32/common) endif (WIN32) +if (APPLE) + include_directories(AFTER ../..) +endif (APPLE) + add_library (gstopengl MODULE gstopengl.c gstglimagesink.c