summaryrefslogtreecommitdiffstats
path: root/meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-rtsp/0001-change-deprecated-INCLUDES-to-AM_CPPFLAGS-for-automa.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-rtsp/0001-change-deprecated-INCLUDES-to-AM_CPPFLAGS-for-automa.patch')
-rw-r--r--meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-rtsp/0001-change-deprecated-INCLUDES-to-AM_CPPFLAGS-for-automa.patch38
1 files changed, 0 insertions, 38 deletions
diff --git a/meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-rtsp/0001-change-deprecated-INCLUDES-to-AM_CPPFLAGS-for-automa.patch b/meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-rtsp/0001-change-deprecated-INCLUDES-to-AM_CPPFLAGS-for-automa.patch
deleted file mode 100644
index 69b21dd87..000000000
--- a/meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-rtsp/0001-change-deprecated-INCLUDES-to-AM_CPPFLAGS-for-automa.patch
+++ /dev/null
@@ -1,38 +0,0 @@
1index gst-rtsp_0.10.8/bindings/python/Makefile.am
2Index: gst-rtsp-0.10.8/bindings/python/Makefile.am
3===================================================================
4--- gst-rtsp-0.10.8.orig/bindings/python/Makefile.am
5+++ gst-rtsp-0.10.8/bindings/python/Makefile.am
6@@ -14,7 +14,7 @@ defs_DATA = $(DEFS)
7 defsdir = $(pkgdatadir)/$(GST_MAJORMINOR)/defs
8 OVERRIDES = rtspserver.override
9
10-INCLUDES = -I$(top_srcdir) -I$(srcdir) $(PYTHON_INCLUDES)
11+AM_CPPFLAGS = -I$(top_srcdir) -I$(srcdir) $(PYTHON_INCLUDES)
12
13 rtspserver_la_CFLAGS = -I$(top_srcdir)/src \
14 $(PYGOBJECT_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)
15Index: gst-rtsp-0.10.8/examples/Makefile.am
16===================================================================
17--- gst-rtsp-0.10.8.orig/examples/Makefile.am
18+++ gst-rtsp-0.10.8/examples/Makefile.am
19@@ -1,6 +1,6 @@
20 noinst_PROGRAMS = test-video test-ogg test-mp4 test-readme test-launch test-sdp test-uri test-auth
21
22-INCLUDES = -I$(top_srcdir) -I$(srcdir)
23+AM_CPPFLAGS = -I$(top_srcdir) -I$(srcdir)
24
25 AM_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)
26 AM_LDFLAGS = \
27Index: gst-rtsp-0.10.8/tests/Makefile.am
28===================================================================
29--- gst-rtsp-0.10.8.orig/tests/Makefile.am
30+++ gst-rtsp-0.10.8/tests/Makefile.am
31@@ -1,6 +1,6 @@
32 noinst_PROGRAMS = test-cleanup
33
34-INCLUDES = -I$(top_srcdir) -I$(srcdir)
35+AM_CPPFLAGS = -I$(top_srcdir) -I$(srcdir)
36
37 AM_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)
38 AM_LDFLAGS = \