Skip to content

Commit ba8f269

Browse files
committed
fix ffpyplayer_tito recipe
1 parent 73fffae commit ba8f269

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

recipes/ffpyplayer_tito/recipe.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ VERSION_ffpyplayer_tito=${VERSION_ffpyplayer_tito:-master}
44
URL_ffpyplayer_tito=http://github.com/tito/ffpyplayer/archive/$VERSION_ffpyplayer_tito.zip
55
DEPS_ffpyplayer_tito=(python ffmpeg2)
66
MD5_ffpyplayer_tito=
7-
BUILD_ffpyplayer_tito=$BUILD_PATH/ffpyplayer/$(get_directory $URL_ffpyplayer_tito)
8-
RECIPE_ffpyplayer_tito=$RECIPES_PATH/ffpyplayer
7+
BUILD_ffpyplayer_tito=$BUILD_PATH/ffpyplayer_tito/$(get_directory $URL_ffpyplayer_tito)
8+
RECIPE_ffpyplayer_tito=$RECIPES_PATH/ffpyplayer_tito
99

1010
function prebuild_ffpyplayer_tito() {
1111
true

0 commit comments

Comments
 (0)