From f294a1ca67de4f706c116b2e3621f2335bc6741d Mon Sep 17 00:00:00 2001 From: Good Guy Date: Sun, 13 Oct 2024 12:28:23 -0600 Subject: [PATCH] oops correction of what libdpx is! --- parts/Installation.tex | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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} -- 2.26.2