diff --git a/build/make/headphones.mk b/build/make/headphones.mk index 2761ec9..9483abc 100644 --- a/build/make/headphones.mk +++ b/build/make/headphones.mk @@ -1,4 +1,5 @@ headphones: + $(call script,encoders) $(call script,$@) $(call boot,02,$@) $(call runit,$@) \ No newline at end of file diff --git a/build/scripts/compile.sh b/build/scripts/compile.sh index c6f9ae9..faf8f38 100755 --- a/build/scripts/compile.sh +++ b/build/scripts/compile.sh @@ -4,4 +4,4 @@ source /build/config set -x ## Often used tools -apt_install_temporary gcc make automake libtool +apt_install_temporary build-essential yasm cmake automake autopoint autoconf pkg-config diff --git a/build/scripts/headphones.sh b/build/scripts/headphones.sh index de5d219..607cc16 100755 --- a/build/scripts/headphones.sh +++ b/build/scripts/headphones.sh @@ -11,8 +11,3 @@ export_env HEADPHONES_DATA /host/var/lib/headphones ## Headphones cd /opt 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