From: Good Guy Date: Sun, 10 Jul 2022 22:02:58 +0000 (-0600) Subject: minor fix from Andrea X-Git-Tag: 2022-07~3 X-Git-Url: https://git.cinelerra-gg.org/git/?a=commitdiff_plain;ds=sidebyside;h=f59ca998d5cd7079aa85ab87e26b8fd79ec3fe92;hp=d35e389f3447f1f0b37d9a0c2981a6e17e5be3a7;p=goodguy%2Fcin-manual-latex.git minor fix from Andrea --- 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