Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 16f9be7

Browse files
committed
Remove some mentions of avconv, following its deprecation.
1 parent d311b9b commit 16f9be7

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ test_script:
8181

8282
# this are optional dependencies so that we don't skip so many tests...
8383
- if x%TEST_ALL% == xyes conda install -q ffmpeg inkscape miktex
84-
# missing packages on conda-forge for avconv imagemagick
84+
# missing packages on conda-forge for imagemagick
8585
# This install sometimes failed randomly :-(
8686
#- choco install imagemagick
8787

INSTALL.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,7 @@ optional Matplotlib backends and the capabilities they provide.
144144
For better support of animation output format and image file formats, LaTeX,
145145
etc., you can install the following:
146146

147-
* `ffmpeg <https://www.ffmpeg.org/>`_/`avconv
148-
<https://libav.org/avconv.html>`_: for saving movies;
147+
* `ffmpeg <https://www.ffmpeg.org/>`_: for saving movies;
149148
* `ImageMagick <https://www.imagemagick.org/script/index.php>`_: for saving
150149
animated gifs;
151150
* `LaTeX <https://miktex.org/>`_ and `GhostScript (>=9.0)

0 commit comments

Comments
 (0)