Move encoders from headphones script, needs modification of compile tools
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
headphones:
|
headphones:
|
||||||
|
$(call script,encoders)
|
||||||
$(call script,$@)
|
$(call script,$@)
|
||||||
$(call boot,02,$@)
|
$(call boot,02,$@)
|
||||||
$(call runit,$@)
|
$(call runit,$@)
|
||||||
@@ -4,4 +4,4 @@ source /build/config
|
|||||||
set -x
|
set -x
|
||||||
|
|
||||||
## Often used tools
|
## Often used tools
|
||||||
apt_install_temporary gcc make automake libtool
|
apt_install_temporary build-essential yasm cmake automake autopoint autoconf pkg-config
|
||||||
|
|||||||
@@ -11,8 +11,3 @@ export_env HEADPHONES_DATA /host/var/lib/headphones
|
|||||||
## Headphones
|
## Headphones
|
||||||
cd /opt
|
cd /opt
|
||||||
git clone https://github.com/rembo10/headphones.git
|
git clone https://github.com/rembo10/headphones.git
|
||||||
|
|
||||||
## Encoders
|
|
||||||
echo "deb http://ppa.launchpad.net/mc3man/trusty-media/ubuntu $(lsb_release -c -s) main" | sudo tee -a /etc/apt/sources.list
|
|
||||||
apt update
|
|
||||||
apt_install_permanent --force-yes ffmpeg libmp3lame0 libavcodec-extra-54
|
|
||||||
|
|||||||
Reference in New Issue
Block a user