From c5c1c64a81baf737656647c0db601e5f85d63858 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 20 Feb 2018 22:45:15 +0100 Subject: python/build/libs.py: add libnfs Enable the NFS storage plugin on Android. Closes #226 --- android/build.py | 1 + 1 file changed, 1 insertion(+) (limited to 'android') diff --git a/android/build.py b/android/build.py index 3e2e71dcc..43261152d 100755 --- a/android/build.py +++ b/android/build.py @@ -127,6 +127,7 @@ thirdparty_libs = [ libmad, ffmpeg, curl, + libnfs, boost, ] -- cgit v1.2.3