diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2021-06-17 18:37:01 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2021-06-18 20:53:56 +0200 |
commit | 91aa49218e9f62af5eb028848218ad61fb6c87c7 (patch) | |
tree | d93166c62c1c2b4b8b5d82a4499791a5b7be9c49 | |
parent | c5df87e259717b9bb72dd8a72dbf7539f454d281 (diff) | |
download | ffmpeg-91aa49218e9f62af5eb028848218ad61fb6c87c7.tar.gz |
Update missed irc links
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
(cherry picked from commit c067d20177613e9cf74bcbd2a26e729ef7ababdb)
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-rw-r--r-- | RELEASE_NOTES | 2 | ||||
-rwxr-xr-x | configure | 2 | ||||
-rw-r--r-- | doc/writing_filters.txt | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 67339dca85..312ec6f219 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -11,5 +11,5 @@ We hope you will like this release as much as we enjoyed working on it, and as usual, if you have any questions about it, or any FFmpeg related topic, - feel free to join us on the #ffmpeg IRC channel (on irc.freenode.net) or ask + feel free to join us on the #ffmpeg IRC channel (on irc.libera.chat) or ask on the mailing-lists. @@ -536,7 +536,7 @@ die(){ If you think configure made a mistake, make sure you are using the latest version from Git. If the latest version fails, report the problem to the -ffmpeg-user@ffmpeg.org mailing list or IRC #ffmpeg on irc.freenode.net. +ffmpeg-user@ffmpeg.org mailing list or IRC #ffmpeg on irc.libera.chat. EOF if disabled logging; then cat <<EOF diff --git a/doc/writing_filters.txt b/doc/writing_filters.txt index 2e25cbed71..e89d7d1e05 100644 --- a/doc/writing_filters.txt +++ b/doc/writing_filters.txt @@ -418,4 +418,4 @@ done: When all of this is done, you can submit your patch to the ffmpeg-devel mailing-list for review. If you need any help, feel free to come on our IRC -channel, #ffmpeg-devel on irc.freenode.net. +channel, #ffmpeg-devel on irc.libera.chat. |