diff mbox series

[FFmpeg-devel,v2] doc/general_contents: Fix dead links

Message ID af3b64f9939aea3eaf07f798be816d00@e.email
State New
Headers show
Series [FFmpeg-devel,v2] doc/general_contents: Fix dead links | expand

Checks

Context Check Description
andriy/make_x86 success Make finished
andriy/make_fate_x86 fail Make fate failed
andriy/make_ppc success Make finished
andriy/make_fate_ppc fail Make fate failed

Commit Message

Mapul Bhola Aug. 24, 2021, 1:49 p.m. UTC
The x265 configuration and installation guide has moved to Bitbucket so the updated link reflects that one.

As the openCV site currently only has docs for opencv3 and the filter in libavfilter is an opencv2 an alternative link is provided.
---
 doc/filters.texi          | 2 +-
 doc/general_contents.texi | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

Mapul Bhola Sept. 19, 2021, 12:51 a.m. UTC | #1
August 24, 2021 9:49 AM, "Mapul Bhola" <ffmpegandmahanstreamer@e.email> wrote:

> The x265 configuration and installation guide has moved to Bitbucket so the updated link reflects
> that one.
> 
> As the openCV site currently only has docs for opencv3 and the filter in libavfilter is an opencv2
> an alternative link is provided.
> ---
> doc/filters.texi | 2 +-
> doc/general_contents.texi | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/doc/filters.texi b/doc/filters.texi
> index eaf23e3736..4db7e4f25b 100644
> --- a/doc/filters.texi
> +++ b/doc/filters.texi
> @@ -15484,7 +15484,7 @@ values are assumed.
> 
> Refer to the official libopencv documentation for more precise
> information:
> -@url{http://docs.opencv.org/master/modules/imgproc/doc/filtering.html}
> +@url{http://www.opencv.org.cn/opencvdoc/2.3.2/html/modules/imgproc/doc/filtering.html}
> 
> Several libopencv filters are supported; see the following subsections.
> 
> diff --git a/doc/general_contents.texi b/doc/general_contents.texi
> index 354899ad17..ca39a9d718 100644
> --- a/doc/general_contents.texi
> +++ b/doc/general_contents.texi
> @@ -304,7 +304,7 @@ details), you must upgrade FFmpeg's license to GPL in order to use it.
> 
> FFmpeg can make use of the x265 library for HEVC encoding.
> 
> -Go to @url{http://x265.org/developers.html} and follow the instructions
> +Go to @url{https://bitbucket.org/multicoreware/x265_git/src/master/build/README.txt} and follow
> the instructions
> for installing the library. Then pass @code{--enable-libx265} to configure
> to enable it.
> 
> -- 
> 2.24.3

ping
diff mbox series

Patch

diff --git a/doc/filters.texi b/doc/filters.texi
index eaf23e3736..4db7e4f25b 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -15484,7 +15484,7 @@  values are assumed.
 
 Refer to the official libopencv documentation for more precise
 information:
-@url{http://docs.opencv.org/master/modules/imgproc/doc/filtering.html}
+@url{http://www.opencv.org.cn/opencvdoc/2.3.2/html/modules/imgproc/doc/filtering.html}
 
 Several libopencv filters are supported; see the following subsections.
 
diff --git a/doc/general_contents.texi b/doc/general_contents.texi
index 354899ad17..ca39a9d718 100644
--- a/doc/general_contents.texi
+++ b/doc/general_contents.texi
@@ -304,7 +304,7 @@  details), you must upgrade FFmpeg's license to GPL in order to use it.
 
 FFmpeg can make use of the x265 library for HEVC encoding.
 
-Go to @url{http://x265.org/developers.html} and follow the instructions
+Go to @url{https://bitbucket.org/multicoreware/x265_git/src/master/build/README.txt} and follow the instructions
 for installing the library. Then pass @code{--enable-libx265} to configure
 to enable it.