oops correction of what libdpx is! master
authorGood Guy <good1.2guy@gmail.com>
Sun, 13 Oct 2024 18:28:23 +0000 (12:28 -0600)
committerGood Guy <good1.2guy@gmail.com>
Sun, 13 Oct 2024 18:28:23 +0000 (12:28 -0600)
parts/Installation.tex

index 0df7ee82835e0c13d8a4453e6d9d936e80a13d98..3ab119802c242f968a60b5c25322c9b3cb001652 100644 (file)
@@ -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}