From: Good Guy Date: Sun, 13 Oct 2024 18:28:23 +0000 (-0600) Subject: oops correction of what libdpx is! X-Git-Tag: 2024-10^0 X-Git-Url: https://cinelerra-gg.org/git/?a=commitdiff_plain;h=HEAD;p=goodguy%2Fcin-manual-latex.git oops correction of what libdpx is! --- diff --git a/parts/Installation.tex b/parts/Installation.tex index 0df7ee8..3ab1198 100644 --- a/parts/Installation.tex +++ b/parts/Installation.tex @@ -587,8 +587,7 @@ problem is solved by retrying the build with: \begin{lstlisting}[style=sh] ./confgure --with-single-user -enable-a52dec=auto \end{lstlisting} - -If you have a problem with libdpx (a wrapper of VPixx low-level library for Python), resolve that by changing the configure line as shown to build without it: +If you have a problem with libdpx (DPX image format encoding/decoding library), resolve that by changing the configure line as shown to build without it: \begin{lstlisting}[style=sh] ./confgure --with-single-user --without-libdpx \end{lstlisting}