[Android] Add libraries used by libVLC

Robert Stone git at videolan.org
Tue May 9 10:11:27 UTC 2023


vlc-android | branch: master | Robert Stone <rhstone at gmail.com> | Sun Jan  8 21:58:42 2023 -0800| [152dce0222b0966585b769b5d32ab372dc9045cd] | committer: Nicolas Pomepuy

Add libraries used by libVLC

> https://code.videolan.org/videolan/vlc-android/commit/152dce0222b0966585b769b5d32ab372dc9045cd
---

 application/vlc-android/res/raw/libraries.json | 43 ++++++++++++++++++++++++++
 1 file changed, 43 insertions(+)

diff --git a/application/vlc-android/res/raw/libraries.json b/application/vlc-android/res/raw/libraries.json
index d059bedc89..eba10e1d08 100644
--- a/application/vlc-android/res/raw/libraries.json
+++ b/application/vlc-android/res/raw/libraries.json
@@ -80,6 +80,11 @@
       "copyright": "Copyright © 2000-2012 Free Software Foundation.",
       "license"  : "lgpl2.1"
     },
+    {
+      "title"    : "libgme",
+      "copyright": "Copyright © 2002-2017 libgme authors",
+      "license"  : "lgpl2.1"
+    },
     {
       "title"    : "libgpg-error",
       "copyright": "Copyright © 2003 g10 Code GmbH",
@@ -130,6 +135,26 @@
       "copyright": "Copyright © Xiph.org",
       "license"  : "xiph"
     },
+    {
+      "title"    : "libupnp",
+      "copyright": "Copyright © 2000-2003 Intel Corporation et al.",
+      "license"  : "bsd3"
+    },
+    {
+      "title"    : "libVLC",
+      "copyright": "Copyright © 1998 VLC authors and VideoLAN",
+      "license"  : "lgpl2.1"
+    },
+    {
+      "title"    : "libVLCjni",
+      "copyright": "Copyright © 2015 VLC authors, VideoLAN, and VideoLabs",
+      "license"  : "lgpl2.1"
+    },
+    {
+      "title"    : "libvorbis",
+      "copyright": "Copyright © 2002-2020 Xiph.org Foundation",
+      "license"  : "xiph"
+    },
     {
       "title"    : "libxml2",
       "copyright": "Copyright © 1998-2003 Daniel Veillard",
@@ -145,6 +170,11 @@
       "copyright": "Copyright © 1994-2008 Lua.org",
       "license"  : "mit"
     },
+    {
+      "title"    : "MediaLibrary",
+      "copyright": "Copyright © 2015-2022 MediaLibrary authors, VideoLAN, and VideoLabs",
+      "license"  : "lgpl2.1"
+    },
     {
       "title"    : "Moshi",
       "copyright": "Copyright © 2014 Square, Inc.",
@@ -188,6 +218,19 @@
     {
       "title"    : "Taglib",
       "copyright": "Copyright © 2002-2008 Scott Wheeler, et al.",
+    {
+      "title"    : "x264",
+      "copyright": "Copyright © 2003-2022 x264 project",
+      "license"  : "gpl2"
+    },
+    {
+      "title"    : "x265",
+      "copyright": "Copyright © 2013 x265 project",
+      "license"  : "gpl2"
+    },
+    {
+      "title"    : "Zapping VBI library",
+      "copyright": "Copyright © 2000-2003 Michael H. Schimek, Iñaki García Etxebarria",
       "license"  : "lgpl2.1"
     },
     {



More information about the Android mailing list