mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
[315/906] add GNUstep build
This commit is contained in:
parent
4067c47794
commit
573f54433c
1 changed files with 26 additions and 0 deletions
26
gst-libs/gst/gl/GNUmakefile
Normal file
26
gst-libs/gst/gl/GNUmakefile
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
include $(GNUSTEP_MAKEFILES)/common.make
|
||||||
|
|
||||||
|
SUBPROJECT_NAME = gstlibsgstgl
|
||||||
|
|
||||||
|
#gstglwindow_win32.c will be replaced by gstglwindow_cocoa.m
|
||||||
|
gstlibsgstgl_C_FILES = \
|
||||||
|
gstglwindow_win32.c \
|
||||||
|
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
|
Loading…
Reference in a new issue