We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ac0c07 commit e385710Copy full SHA for e385710
recipes/ffpyplayer/recipe.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
3
VERSION_ffpyplayer=${VERSION_ffpyplayer:-master}
4
-URL_ffpyplayer=http://github.com/tito/ffpyplayer/archive/$VERSION_ffpyplayer.zip
+URL_ffpyplayer=http://github.com/matham/ffpyplayer/archive/$VERSION_ffpyplayer.zip
5
DEPS_ffpyplayer=(python ffmpeg2)
6
MD5_ffpyplayer=
7
BUILD_ffpyplayer=$BUILD_PATH/ffpyplayer/$(get_directory $URL_ffpyplayer)
0 commit comments