Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
VideoLAN
VLCKit
Commits
12c8b07f
Commit
12c8b07f
authored
Sep 12, 2017
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update libvlc to include latest fixes
parent
7aecdee2
Changes
18
Hide whitespace changes
Inline
Side-by-side
Showing
18 changed files
with
18 additions
and
18 deletions
+18
-18
Resources/MobileVLCKit/patches/0001-arm_neon-added-function-macro-to-handle-the-undersco.patch
...rm_neon-added-function-macro-to-handle-the-undersco.patch
+1
-1
Resources/MobileVLCKit/patches/0002-deinterlace-merge-use-a-macro-to-fix-compilation-for.patch
...einterlace-merge-use-a-macro-to-fix-compilation-for.patch
+1
-1
Resources/MobileVLCKit/patches/0003-arm_neon-work-around-libtool-issue.patch
...Kit/patches/0003-arm_neon-work-around-libtool-issue.patch
+1
-1
Resources/MobileVLCKit/patches/0004-arm_neon-fix-iOS-linking.patch
.../MobileVLCKit/patches/0004-arm_neon-fix-iOS-linking.patch
+1
-1
Resources/MobileVLCKit/patches/0005-disable-neon-volume-plugin.patch
...obileVLCKit/patches/0005-disable-neon-volume-plugin.patch
+1
-1
Resources/MobileVLCKit/patches/0006-libvlc-create-VT-zero-copy-variable.patch
...it/patches/0006-libvlc-create-VT-zero-copy-variable.patch
+1
-1
Resources/MobileVLCKit/patches/0007-Enable-System-DL.patch
Resources/MobileVLCKit/patches/0007-Enable-System-DL.patch
+1
-1
Resources/MobileVLCKit/patches/0008-deinterlace-merge-arm64-fix-linking-on-appleOS.patch
...0008-deinterlace-merge-arm64-fix-linking-on-appleOS.patch
+1
-1
Resources/MobileVLCKit/patches/0009-http-add-vlc_http_cookies_clear.patch
...VLCKit/patches/0009-http-add-vlc_http_cookies_clear.patch
+1
-1
Resources/MobileVLCKit/patches/0010-libvlc_media-add-cookie_jar-API.patch
...VLCKit/patches/0010-libvlc_media-add-cookie_jar-API.patch
+1
-1
Resources/MobileVLCKit/patches/0011-Revert-Contribs-update-libpng-to-1.6.29.patch
...atches/0011-Revert-Contribs-update-libpng-to-1.6.29.patch
+1
-1
Resources/MobileVLCKit/patches/0012-contrib-gcrypt-work-around-a-libtool-limitation.patch
...012-contrib-gcrypt-work-around-a-libtool-limitation.patch
+1
-1
Resources/MobileVLCKit/patches/0013-contrib-gcrypt-fix-tvOS-compilation.patch
...it/patches/0013-contrib-gcrypt-fix-tvOS-compilation.patch
+1
-1
Resources/MobileVLCKit/patches/0014-contrib-gcrypt-update-patches.patch
...leVLCKit/patches/0014-contrib-gcrypt-update-patches.patch
+1
-1
Resources/MobileVLCKit/patches/0015-contrib-avcodec-enforce-use-of-FFmpeg.patch
.../patches/0015-contrib-avcodec-enforce-use-of-FFmpeg.patch
+1
-1
Resources/MobileVLCKit/patches/0016-build-rename-exported-symbols-by-module.patch
...atches/0016-build-rename-exported-symbols-by-module.patch
+1
-1
Resources/MobileVLCKit/patches/0017-Remove-thread-local.patch
...urces/MobileVLCKit/patches/0017-Remove-thread-local.patch
+1
-1
buildMobileVLCKit.sh
buildMobileVLCKit.sh
+1
-1
No files found.
Resources/MobileVLCKit/patches/0001-arm_neon-added-function-macro-to-handle-the-undersco.patch
View file @
12c8b07f
From
85f6dfe333478888cf50114d41a6ebd6d32fdd40
Mon Sep 17 00:00:00 2001
From
c9f7361acdb86ce6b7a924676020e10dc699337d
Mon Sep 17 00:00:00 2001
From: David Geldreich <david.geldreich@free.fr>
Date: Fri, 20 Apr 2012 16:41:19 +0200
Subject: [PATCH 01/17] arm_neon: added function macro to handle the underscore
...
...
Resources/MobileVLCKit/patches/0002-deinterlace-merge-use-a-macro-to-fix-compilation-for.patch
View file @
12c8b07f
From
2915f208da328eaa70825db3b2654fd20fb9c089
Mon Sep 17 00:00:00 2001
From
84bfe2c741eb3d7a5221b6c9af3d8442dcf53efc
Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Felix=20Paul=20K=C3=BChne?= <fkuehne@videolan.org>
Date: Fri, 10 Aug 2012 16:02:07 +0200
Subject: [PATCH 02/17] deinterlace/merge: use a macro to fix compilation for
...
...
Resources/MobileVLCKit/patches/0003-arm_neon-work-around-libtool-issue.patch
View file @
12c8b07f
From
37b0962e8ba4721a218137b70a5d7c31c1e0bbc3
Mon Sep 17 00:00:00 2001
From
27d983342942aa852b4d6d13e79c764a341e8608
Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Felix=20Paul=20K=C3=BChne?= <fkuehne@videolan.org>
Date: Thu, 18 Dec 2014 22:14:55 +0100
Subject: [PATCH 03/17] arm_neon: work-around libtool issue
...
...
Resources/MobileVLCKit/patches/0004-arm_neon-fix-iOS-linking.patch
View file @
12c8b07f
From
4a52078f846f33f65fe670aecf06e3b97da65510
Mon Sep 17 00:00:00 2001
From
76fd3c60cf2ea129884d1e78b65e63a4d15c2268
Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Felix=20Paul=20K=C3=BChne?= <fkuehne@videolan.org>
Date: Wed, 10 Dec 2014 22:14:55 +0100
Subject: [PATCH 04/17] arm_neon: fix iOS linking
...
...
Resources/MobileVLCKit/patches/0005-disable-neon-volume-plugin.patch
View file @
12c8b07f
From
a7f867ea2f82cc0f7912502a6ad8800686fd136a
Mon Sep 17 00:00:00 2001
From
06bbbb4ac3e2b71eb3650f1050bc9dce29739f73
Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Felix=20Paul=20K=C3=BChne?= <fkuehne@videolan.org>
Date: Wed, 10 Dec 2014 22:14:55 +0100
Subject: [PATCH 05/17] disable neon volume plugin
...
...
Resources/MobileVLCKit/patches/0006-libvlc-create-VT-zero-copy-variable.patch
View file @
12c8b07f
From
4cd08f868cc3db212715dfdfbdd434900a0c48f8
Mon Sep 17 00:00:00 2001
From
864f309e698b0fa6e7d119cd1def7051ca906a04
Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Felix=20Paul=20K=C3=BChne?= <fkuehne@videolan.org>
Date: Wed, 4 May 2016 16:00:40 +0200
Subject: [PATCH 06/17] libvlc: create VT-zero-copy variable
...
...
Resources/MobileVLCKit/patches/0007-Enable-System-DL.patch
View file @
12c8b07f
From
ee069749112e0c27aca5135bf29e70e54ff25607
Mon Sep 17 00:00:00 2001
From
0bc689425aa9405e4aa5827d3110258802263c7e
Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Felix=20Paul=20K=C3=BChne?= <fkuehne@videolan.org>
Date: Fri, 22 Jul 2016 11:11:44 +0200
Subject: [PATCH 07/17] Enable System DL
...
...
Resources/MobileVLCKit/patches/0008-deinterlace-merge-arm64-fix-linking-on-appleOS.patch
View file @
12c8b07f
From
ac55b9649946d1c19ff3bad5cb01
56
b
ca
4f7f5c2
Mon Sep 17 00:00:00 2001
From
5eef06742e670da0c0ee6fce939
56ca
e8e393855
Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Felix=20Paul=20K=C3=BChne?= <fkuehne@videolan.org>
Date: Mon, 12 Sep 2016 17:04:05 +0200
Subject: [PATCH 08/17] deinterlace-merge-arm64: fix linking on appleOS
...
...
Resources/MobileVLCKit/patches/0009-http-add-vlc_http_cookies_clear.patch
View file @
12c8b07f
From
19d6e244128719f0133e3ee4b3f974a13ba6dcc2
Mon Sep 17 00:00:00 2001
From
48ca0b6a93aaf025703b68eb8679062300605011
Mon Sep 17 00:00:00 2001
From: Thomas Guillem <thomas@gllm.fr>
Date: Fri, 16 Sep 2016 15:51:10 +0200
Subject: [PATCH 09/17] http: add vlc_http_cookies_clear
...
...
Resources/MobileVLCKit/patches/0010-libvlc_media-add-cookie_jar-API.patch
View file @
12c8b07f
From
eadcdd62fa63b4a07fb0ff05996957de87fbcb65
Mon Sep 17 00:00:00 2001
From
dd7bb5498f8c8724569d38c1a70d8dfe7fa50453
Mon Sep 17 00:00:00 2001
From: Thomas Guillem <thomas@gllm.fr>
Date: Fri, 16 Sep 2016 15:51:11 +0200
Subject: [PATCH 10/17] libvlc_media: add cookie_jar API
...
...
Resources/MobileVLCKit/patches/0011-Revert-Contribs-update-libpng-to-1.6.29.patch
View file @
12c8b07f
From
d081f4fa20aef162187771b0634ecd26b56ed8df
Mon Sep 17 00:00:00 2001
From
a77a9ce46e4a8ed9da23004b79134d3c28cb06f0
Mon Sep 17 00:00:00 2001
From: Thomas Guillem <thomas@gllm.fr>
Date: Tue, 18 Apr 2017 17:24:03 +0200
Subject: [PATCH 11/17] Revert "Contribs: update libpng to 1.6.29"
...
...
Resources/MobileVLCKit/patches/0012-contrib-gcrypt-work-around-a-libtool-limitation.patch
View file @
12c8b07f
From
b07a412ed5eb6659f6ade4035fe634b203fe72b3
Mon Sep 17 00:00:00 2001
From
3dda988fdfb85cfbc45f8d4e18356e3381b23acc
Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Felix=20Paul=20K=C3=BChne?= <fkuehne@videolan.org>
Date: Sun, 7 Dec 2014 20:02:18 +0100
Subject: [PATCH 12/17] contrib/gcrypt: work-around a libtool limitation
...
...
Resources/MobileVLCKit/patches/0013-contrib-gcrypt-fix-tvOS-compilation.patch
View file @
12c8b07f
From
49d75196b713357bf794fdc8ea466e4ea519a72d
Mon Sep 17 00:00:00 2001
From
89768285e806d91fed1548e4c8fe47ba91089daa
Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Felix=20Paul=20K=C3=BChne?= <fkuehne@videolan.org>
Date: Sat, 3 Oct 2015 22:45:14 +0200
Subject: [PATCH 13/17] contrib/gcrypt: fix tvOS compilation
...
...
Resources/MobileVLCKit/patches/0014-contrib-gcrypt-update-patches.patch
View file @
12c8b07f
From
de6279d972978903bcaced5e80b29ffb2069ec58
Mon Sep 17 00:00:00 2001
From
bd529af4bcd5bbc9f2a6186f449971f3cf8de9c1
Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Felix=20Paul=20K=C3=BChne?= <fkuehne@videolan.org>
Date: Mon, 12 Sep 2016 17:03:37 +0200
Subject: [PATCH 14/17] contrib/gcrypt: update patches
...
...
Resources/MobileVLCKit/patches/0015-contrib-avcodec-enforce-use-of-FFmpeg.patch
View file @
12c8b07f
From
be6e569de8fdbd4ad89b0ac1df56fa6903cecc56
Mon Sep 17 00:00:00 2001
From
74d699dbdca0481359bc9446793ea072c2254918
Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Felix=20Paul=20K=C3=BChne?= <fkuehne@videolan.org>
Date: Mon, 17 Jul 2017 17:05:51 +0200
Subject: [PATCH 15/17] contrib/avcodec: enforce use of FFmpeg
...
...
Resources/MobileVLCKit/patches/0016-build-rename-exported-symbols-by-module.patch
View file @
12c8b07f
From
307236e3336cd0a959537fde826c16f4121a23fa
Mon Sep 17 00:00:00 2001
From
e45cc37fcd98f2c8f7d8a3ba616dd5b94378a245
Mon Sep 17 00:00:00 2001
From: Thomas Guillem <thomas@gllm.fr>
Date: Tue, 11 Apr 2017 15:15:26 +0200
Subject: [PATCH 16/17] build: rename exported symbols by module
...
...
Resources/MobileVLCKit/patches/0017-Remove-thread-local.patch
View file @
12c8b07f
From
798372a4e6de801e04ec7a8cfdd64359c5321c36
Mon Sep 17 00:00:00 2001
From
ffe94f0d99be867e1d310b0a872895814fed5b43
Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Felix=20Paul=20K=C3=BChne?= <fkuehne@videolan.org>
Date: Mon, 17 Jul 2017 17:03:24 +0200
Subject: [PATCH 17/17] Remove thread local
...
...
buildMobileVLCKit.sh
View file @
12c8b07f
...
...
@@ -22,7 +22,7 @@ OSVERSIONMINLDFLAG=ios_version_min
ROOT_DIR
=
empty
FARCH
=
"all"
TESTEDHASH
=
5922bdb
3
TESTEDHASH
=
4d3db120
3
CORE_COUNT
=
`
sysctl
-n
machdep.cpu.core_count
`
let
MAKE_JOBS
=
$CORE_COUNT
+1
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment