瀏覽代碼

Free codecs for streaming by mesh clients

Bob Mottram 8 年之前
父節點
當前提交
3498b16d1f
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3
    0
      src/freedombone-image-customise

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

705
     # to provide notifications
705
     # to provide notifications
706
     chroot "$rootdir" apt-get -y install libnotify-bin
706
     chroot "$rootdir" apt-get -y install libnotify-bin
707
 
707
 
708
+	# for video/audio
709
+    chroot "$rootdir" apt-get -y install libtheora-bin libvorbis-dev	
710
+	
708
     # Produce a text file on the desktop listing users on the mesh
711
     # Produce a text file on the desktop listing users on the mesh
709
     cat <<EOF > $rootdir/usr/bin/list-tox-users
712
     cat <<EOF > $rootdir/usr/bin/list-tox-users
710
 #!/bin/bash
713
 #!/bin/bash