소스 검색

Free codecs for streaming by mesh clients

Bob Mottram 9 년 전
부모
커밋
3498b16d1f
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3
    0
      src/freedombone-image-customise

+ 3
- 0
src/freedombone-image-customise 파일 보기

@@ -705,6 +705,9 @@ function configure_user_interface {
705 705
     # to provide notifications
706 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 711
     # Produce a text file on the desktop listing users on the mesh
709 712
     cat <<EOF > $rootdir/usr/bin/list-tox-users
710 713
 #!/bin/bash