瀏覽代碼

Add vlc to play any media on the mesh client

Bob Mottram 8 年之前
父節點
當前提交
efea22a203
沒有帳戶連結到提交者的電子郵件
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3
    0
      src/freedombone-image-customise

+ 3
- 0
src/freedombone-image-customise 查看文件

@@ -738,6 +738,9 @@ function configure_user_interface {
738 738
     # for sound level control
739 739
     chroot "$rootdir" apt-get -y install alsa-utils
740 740
 
741
+    # to play various media types
742
+    chroot "$rootdir" apt-get -y install vlc
743
+
741 744
     # android adb to allow phones to be connected and for example transfer photos/documents
742 745
     chroot "$rootdir" apt-get -y install android-tools-adb
743 746