[Android] Reorder libFLAC library

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


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

Reorder libFLAC library

> https://code.videolan.org/videolan/vlc-android/commit/16c24b3e3182ce87fda49e56cfc1f0bfce228e48
---

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

diff --git a/application/vlc-android/res/raw/libraries.json b/application/vlc-android/res/raw/libraries.json
index 814199fff1..e532194dc0 100644
--- a/application/vlc-android/res/raw/libraries.json
+++ b/application/vlc-android/res/raw/libraries.json
@@ -10,11 +10,6 @@
       "copyright": "Copyright © 2000-2010 the FFmpeg developers",
       "license"  : "lgpl2.1"
     },
-    {
-      "title"    : "FLAC",
-      "copyright": "Copyright © 2001-2012 Josh Coalson et al. - codec libs",
-      "license"  : "xiph"
-    },
     {
       "title"    : "Fribidi",
       "copyright": "Copyright © Behdad Esfahbod",
@@ -55,6 +50,11 @@
       "copyright": "Copyright © 2002-2010 Steve Lhomme",
       "license"  : "lgpl2.1"
     },
+    {
+      "title"    : "libFLAC",
+      "copyright": "Copyright © 2001-2014 Josh Coalson et al.",
+      "license"  : "xiph"
+    },
     {
       "title"    : "libgcrypt",
       "copyright": "Copyright © 2000-2012 Free Software Foundation.",



More information about the Android mailing list