summaryrefslogtreecommitdiffstats
path: root/src/gstreamer-1-fixes.patch
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2016-01-09 03:46:22 (GMT)
committerTony Theodore <tonyt@logyst.com>2016-01-12 08:41:40 (GMT)
commitcc102cf94bb82fe2e14d870c5fd63b65bcf9bd09 (patch)
tree54868d7e527d047e82634ce89a0d9e48e3df0ca3 /src/gstreamer-1-fixes.patch
parentdbe0a606e155bd261d629aa1badf35a7ebfd8dfe (diff)
downloadmxe-cc102cf94bb82fe2e14d870c5fd63b65bcf9bd09.zip
mxe-cc102cf94bb82fe2e14d870c5fd63b65bcf9bd09.tar.gz
mxe-cc102cf94bb82fe2e14d870c5fd63b65bcf9bd09.tar.bz2
gstreamer and plugins: update 1.4.5 --> 1.6.2 and enable shared
Diffstat (limited to 'src/gstreamer-1-fixes.patch')
-rw-r--r--src/gstreamer-1-fixes.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/src/gstreamer-1-fixes.patch b/src/gstreamer-1-fixes.patch
deleted file mode 100644
index 873dd2b..0000000
--- a/src/gstreamer-1-fixes.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-This file is part of MXE.
-See index.html for further information.
-
-Contains ad hoc patches for cross building.
-
-From 3c2f96d5bbadcff5724523612e5cf0e2d6a9ac51 Mon Sep 17 00:00:00 2001
-From: MXE
-Date: Tue, 12 Nov 2013 02:49:49 +1100
-Subject: [PATCH] remove _chsize redefinition
-
-
-diff --git a/plugins/elements/gstfilesink.c b/plugins/elements/gstfilesink.c
-index 470ad5e..eb8dbe8 100644
---- a/plugins/elements/gstfilesink.c
-+++ b/plugins/elements/gstfilesink.c
-@@ -56,8 +56,6 @@
- #define lseek _lseeki64
- #undef off_t
- #define off_t guint64
--#undef ftruncate
--#define ftruncate _chsize
- #ifdef _MSC_VER /* Check if we are using MSVC, fileno is deprecated in favour */
- #define fileno _fileno /* of _fileno */
- #endif
---
-1.8.4
-