From: John Benediktsson Date: Wed, 24 Mar 2021 00:23:16 +0000 (-0700) Subject: qtkit: disable movie-attributes. X-Git-Tag: 0.99~2372 X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=commitdiff_plain;h=21a4c6f091278c3b19eb7ed7295d8efec5f03189 qtkit: disable movie-attributes. --- diff --git a/extra/qtkit/qtkit.factor b/extra/qtkit/qtkit.factor index 919e0d2d29..46cb27d8b5 100644 --- a/extra/qtkit/qtkit.factor +++ b/extra/qtkit/qtkit.factor @@ -79,8 +79,9 @@ IMPORT: QTTrack : ( filename -- movie ) QTMovie swap f -> movieWithFile:error: -> retain ; -: movie-attributes ( movie -- attributes ) - -> movieAttributes plist> ; +! XXX: this was breaking, commenting out for now +! : movie-attributes ( movie -- attributes ) +! -> movieAttributes plist> ; : play ( movie -- ) -> play ;