From: Good Guy Date: Sun, 13 Oct 2024 18:28:23 +0000 (-0600) Subject: oops correction of what libdpx is! X-Git-Url: https://git.cinelerra-gg.org/git/?a=commitdiff_plain;h=f294a1ca67de4f706c116b2e3621f2335bc6741d;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}