Skip to content

Commit e385710

Browse files
committed
ffpyplayer: use original matham repo since the PR is merged now.
1 parent 5ac0c07 commit e385710

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipes/ffpyplayer/recipe.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
VERSION_ffpyplayer=${VERSION_ffpyplayer:-master}
4-
URL_ffpyplayer=http://github.com/tito/ffpyplayer/archive/$VERSION_ffpyplayer.zip
4+
URL_ffpyplayer=http://github.com/matham/ffpyplayer/archive/$VERSION_ffpyplayer.zip
55
DEPS_ffpyplayer=(python ffmpeg2)
66
MD5_ffpyplayer=
77
BUILD_ffpyplayer=$BUILD_PATH/ffpyplayer/$(get_directory $URL_ffpyplayer)

0 commit comments

Comments
 (0)