build scripts
This commit is contained in:
		@ -17,12 +17,7 @@
 | 
			
		||||
 | 
			
		||||
source_directory="codecs/x264"
 | 
			
		||||
build_directory="build/${source_directory}"
 | 
			
		||||
install_directory="build/codecs"
 | 
			
		||||
 | 
			
		||||
if ! [ -d ${source_directory} ] ; then
 | 
			
		||||
	echo "This script must be executed from the root directory: ./make/configure-x264.sh"
 | 
			
		||||
	exit 1
 | 
			
		||||
fi
 | 
			
		||||
install_directory="build"
 | 
			
		||||
 | 
			
		||||
mkdir -p ${build_directory}
 | 
			
		||||
mkdir -p ${install_directory}
 | 
			
		||||
@ -36,6 +31,7 @@ ${absolute_source_directory}/configure \
 | 
			
		||||
	--prefix=${absolute_install_directory} \
 | 
			
		||||
	--disable-cli \
 | 
			
		||||
	--enable-static \
 | 
			
		||||
	--enable-shared \
 | 
			
		||||
	--disable-bashcompletion \
 | 
			
		||||
	--bit-depth=all \
 | 
			
		||||
	--chroma-format=all \
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user