build scripts

This commit is contained in:
2025-10-04 12:58:55 +02:00
parent 8929fc9bac
commit 2b4ece9bee
5 changed files with 7 additions and 25 deletions

View File

@ -18,11 +18,6 @@
source_directory="codecs/x264"
build_directory="build/${source_directory}"
if ! [ -d ${source_directory} ] ; then
echo "This script must be executed from the root directory: ./make/make-x264.sh"
exit 1
fi
if ! [ -d ${build_directory} ] ; then
./make/configure-x264.sh || exit 1
fi