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