From 21a4c6f091278c3b19eb7ed7295d8efec5f03189 Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Tue, 23 Mar 2021 17:23:16 -0700 Subject: [PATCH] qtkit: disable movie-attributes. --- extra/qtkit/qtkit.factor | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 ; -- 2.34.1