diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2011-12-22 10:43:54 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2011-12-22 11:08:16 +0100 |
commit | 834f80db22c186f3d0662754f6a00085c64c2323 (patch) | |
tree | 6df158aae522f36553601d67f8efba153ee94d6e /doc | |
parent | acb67c5bbc792e68cbfea750dc110c57c021a6c5 (diff) | |
download | ffmpeg-834f80db22c186f3d0662754f6a00085c64c2323.tar.gz |
platform.texi: close @enumerate section in the "Using shared libraries" subsection
Diffstat (limited to 'doc')
-rw-r--r-- | doc/platform.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/platform.texi b/doc/platform.texi index d2084bb023..b52e13a94d 100644 --- a/doc/platform.texi +++ b/doc/platform.texi @@ -235,6 +235,8 @@ make install Your install path (@file{/usr/local/} by default) should now have the necessary DLL and LIB files under the @file{bin} directory. +@end enumerate + Alternatively, build the libraries with a cross compiler, according to the instructions below in @ref{Cross compilation for Windows with Linux}. |