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 73fffae commit ba8f269Copy full SHA for ba8f269
recipes/ffpyplayer_tito/recipe.sh
@@ -4,8 +4,8 @@ VERSION_ffpyplayer_tito=${VERSION_ffpyplayer_tito:-master}
4
URL_ffpyplayer_tito=http://github.com/tito/ffpyplayer/archive/$VERSION_ffpyplayer_tito.zip
5
DEPS_ffpyplayer_tito=(python ffmpeg2)
6
MD5_ffpyplayer_tito=
7
-BUILD_ffpyplayer_tito=$BUILD_PATH/ffpyplayer/$(get_directory $URL_ffpyplayer_tito)
8
-RECIPE_ffpyplayer_tito=$RECIPES_PATH/ffpyplayer
+BUILD_ffpyplayer_tito=$BUILD_PATH/ffpyplayer_tito/$(get_directory $URL_ffpyplayer_tito)
+RECIPE_ffpyplayer_tito=$RECIPES_PATH/ffpyplayer_tito
9
10
function prebuild_ffpyplayer_tito() {
11
true
0 commit comments