mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 18:39:54 +00:00
24 lines
563 B
Text
24 lines
563 B
Text
include $(GNUSTEP_MAKEFILES)/common.make
|
|
|
|
SUBPROJECT_NAME = gstlibsgstgl
|
|
|
|
gstlibsgstgl_C_FILES = \
|
|
gstgldisplay.c \
|
|
gstglbuffer.c \
|
|
gstglfilter.c \
|
|
gstglshader.c
|
|
|
|
gstlibsgstgl_OBJC_FILES = gstglwindow_cocoa.m
|
|
|
|
ifeq ($(GNUSTEP_TARGET_OS), mingw32)
|
|
gstlibsgstgl_INCLUDE_DIRS = \
|
|
-I../../../win32/common \
|
|
-ID:/workspace/glib/include/glib-2.0 \
|
|
-ID:/workspace/gstreamer/include \
|
|
-ID:/workspace/glib/lib/glib-2.0/include \
|
|
-ID:/workspace/glew/include
|
|
endif
|
|
|
|
gstlibsgstgl_CFLAGS = -Wall -DHAVE_CONFIG_H
|
|
|
|
include $(GNUSTEP_MAKEFILES)/subproject.make
|