From f59ca998d5cd7079aa85ab87e26b8fd79ec3fe92 Mon Sep 17 00:00:00 2001 From: Good Guy Date: Sun, 10 Jul 2022 16:02:58 -0600 Subject: [PATCH] minor fix from Andrea --- parts/Developer.tex | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/parts/Developer.tex b/parts/Developer.tex index 712b336..4b4aed4 100644 --- a/parts/Developer.tex +++ b/parts/Developer.tex @@ -98,11 +98,11 @@ FFmpeg is a \textit{strongly connected} component in the build linkage and widel \item \texttt{./configure} {\dots} \end{itemize} -Specific information on using the current ffmpeg GIT repository follows. You have to supply the actual URL location of the ffmpeg git as you can see in this example \texttt{?bld.sh?} script: +Specific information on using the current ffmpeg GIT repository follows. You have to supply the actual URL location of the ffmpeg git as you can see in this example \texttt{bld.sh} script: \begin{lstlisting}[numbers=none] -#!/bin/bash\newline -() ./autogen.sh\newline +#!/bin/bash +./autogen.sh ./configure --with-single-user --with-booby --with-git-ffmpeg=https://git.ffmpeg.org/ffmpeg.git make && make install ) 2>1 | tee log mv Makefile Makefile.cfg -- 2.26.2