X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=parts%2FDeveloper.tex;h=4b4aed42e433159c619e4fa1c61ee81a2a0492ef;hb=7fe23b30eb01cfe453f1fa393bacd75a46122a98;hp=712b3361acc08831240172910fbc31094ca1e215;hpb=725dc9254e5c489e28e3f4d00a1b35192d47702a;p=goodguy%2Fcin-manual-latex.git 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