mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 20:42:30 +00:00
[612/906] remove GNUstep makefiles
This commit is contained in:
parent
6781fdbcff
commit
c080c6c910
3 changed files with 0 additions and 110 deletions
|
@ -1,27 +0,0 @@
|
|||
include $(GNUSTEP_MAKEFILES)/common.make
|
||||
|
||||
SUBPROJECT_NAME = gstlibsgstgl
|
||||
|
||||
gstlibsgstgl_C_FILES = \
|
||||
gstgldisplay.c \
|
||||
gstglbuffer.c \
|
||||
gstglfilter.c \
|
||||
gstglmixer.c \
|
||||
gstglshadervariables.c \
|
||||
gstglshader.c
|
||||
|
||||
gstlibsgstgl_OBJC_FILES = gstglwindow_cocoa.m
|
||||
|
||||
ifeq ($(GNUSTEP_TARGET_OS), mingw32)
|
||||
gstlibsgstgl_INCLUDE_DIRS = \
|
||||
-I../../../win32/common \
|
||||
-IC:/gstreamer/include/libxml2 \
|
||||
-IC:/gstreamer/include/glib-2.0 \
|
||||
-IC:/gstreamer/lib/glib-2.0/include \
|
||||
-IC:/gstreamer/include \
|
||||
-IC:/gstreamer/include/gstreamer-0.10
|
||||
endif
|
||||
|
||||
gstlibsgstgl_CFLAGS = -Wall -DHAVE_CONFIG_H
|
||||
|
||||
include $(GNUSTEP_MAKEFILES)/subproject.make
|
|
@ -1,45 +0,0 @@
|
|||
include $(GNUSTEP_MAKEFILES)/common.make
|
||||
|
||||
SUBPROJECT_NAME = gstgl
|
||||
|
||||
gstgl_C_FILES += \
|
||||
gstopengl.c \
|
||||
gstglimagesink.c \
|
||||
gstglupload.c \
|
||||
gstgldownload.c \
|
||||
gstglfilterblur.c \
|
||||
gstglfiltercube.c \
|
||||
gstglfilterlaplacian.c \
|
||||
gstglfiltersobel.c \
|
||||
gstglfilterglass.c \
|
||||
gstglfilterapp.c \
|
||||
gstglfilterreflectedscreen.c \
|
||||
gstglfiltershader.c \
|
||||
gstglcolorscale.c \
|
||||
gltestsrc.c \
|
||||
gstgltestsrc.c \
|
||||
gstgloverlay.c \
|
||||
gstgldifferencematte.c \
|
||||
gstgldeinterlace.c \
|
||||
gstglbumper.c \
|
||||
gstgleffects.c \
|
||||
gstglmosaic.c
|
||||
|
||||
gstgl_INCLUDE_DIRS += \
|
||||
-I../../gst-libs \
|
||||
-I../../gst-libs/gst/gl \
|
||||
-Ieffects
|
||||
|
||||
ifeq ($(GNUSTEP_TARGET_OS), mingw32)
|
||||
gstgl_INCLUDE_DIRS += \
|
||||
-I../../win32/common \
|
||||
-IC:/gstreamer/include/libxml2 \
|
||||
-IC:/gstreamer/include/glib-2.0 \
|
||||
-IC:/gstreamer/lib/glib-2.0/include \
|
||||
-IC:/gstreamer/include \
|
||||
-IC:/gstreamer/include/gstreamer-0.10
|
||||
endif
|
||||
|
||||
gstgl_CFLAGS = -Wall -DHAVE_CONFIG_H
|
||||
|
||||
include $(GNUSTEP_MAKEFILES)/subproject.make
|
|
@ -1,38 +0,0 @@
|
|||
include $(GNUSTEP_MAKEFILES)/common.make
|
||||
|
||||
SUBPROJECT_NAME = gstgleffects
|
||||
|
||||
gstgleffects_C_FILES = \
|
||||
gstgleffectssources.c \
|
||||
gstgleffectidentity.c \
|
||||
gstgleffectmirror.c \
|
||||
gstgleffectsqueeze.c \
|
||||
gstgleffectstretch.c \
|
||||
gstgleffecttunnel.c \
|
||||
gstgleffectfisheye.c \
|
||||
gstgleffecttwirl.c \
|
||||
gstgleffectbulge.c \
|
||||
gstgleffectsquare.c \
|
||||
gstgleffectlumatocurve.c \
|
||||
gstgleffectrgbtocurve.c \
|
||||
gstgleffectsin.c \
|
||||
gstgleffectglow.c \
|
||||
gstgleffectxray.c
|
||||
|
||||
gstgleffects_INCLUDE_DIRS = \
|
||||
-I.. \
|
||||
-I../../../gst-libs/gst/gl
|
||||
|
||||
ifeq ($(GNUSTEP_TARGET_OS), mingw32)
|
||||
gstgleffects_INCLUDE_DIRS += \
|
||||
-I../../../win32/common \
|
||||
-IC:/gstreamer/include/libxml2 \
|
||||
-IC:/gstreamer/include/glib-2.0 \
|
||||
-IC:/gstreamer/lib/glib-2.0/include \
|
||||
-IC:/gstreamer/include \
|
||||
-IC:/gstreamer/include/gstreamer-0.10
|
||||
endif
|
||||
|
||||
gstgleffects_CFLAGS = -Wall -DHAVE_CONFIG_H
|
||||
|
||||
include $(GNUSTEP_MAKEFILES)/subproject.make
|
Loading…
Reference in a new issue