X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcin-manual-latex.git;a=blobdiff_plain;f=parts%2FDeveloper.tex;h=4b4aed42e433159c619e4fa1c61ee81a2a0492ef;hp=84b9796ac30af82118914e152ac4001e0a160124;hb=HEAD;hpb=8a5787886b95940e92bc3999ab56c7a88c248eae diff --git a/parts/Developer.tex b/parts/Developer.tex index 84b9796..34d355f 100644 --- a/parts/Developer.tex +++ b/parts/Developer.tex @@ -227,6 +227,7 @@ Optional Features: --enable-openjpeg build openjpeg (auto) --enable-libogg build libogg (auto) --enable-libsndfile build libsndfile (auto) + --enable-libsvtav1 build libsvtav1 (no) --enable-libtheora build libtheora (auto) --enable-libuuid build libuuid (yes) --enable-libvorbis build libvorbis (auto) @@ -334,12 +335,13 @@ Individual package libraries can be rebuilt, via: The rule targets create the set of thirdparty packages which are built from local source archive copies of thirdparty source code and patches, if needed. The build rule set of dependencies allows for compiling multiple thirdparty programs simultaneously using maximum computer resources. This parallel build speeds up the process considerably. For example, these are full static build timings on the production build machine (full build includes building all thirdparty programs as well as all of \CGG{}): -\hspace{2em} -\begin{tabular}{@{}rcr} - 1 cpu & = & 61 mins\\ - 12 cpus & = & 7.5 mins\\ - 24 cpus & = & 2 mins\\ -\end{tabular} +\begin{center} + \begin{tabular}{@{}lcr} + 1 cpu & = & 61 mins\\ + 12 cpus & = & 7.5 mins\\ + 24 cpus & = & 2 mins\\ + \end{tabular} +\end{center} \section{Using the very latest Libraries} \label{sec:latest_libraries}