-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathEask
More file actions
20 lines (13 loc) · 547 Bytes
/
Eask
File metadata and controls
20 lines (13 loc) · 547 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
;; -*- mode: eask; lexical-binding: t -*-
(package "ffmpeg-player"
"0.2.1"
"Play video using ffmpeg")
(website-url "https://github.com/jcs-elpa/ffmpeg-player")
(keywords "multimedia" "video" "ffmpeg" "buffering" "images")
(package-file "ffmpeg-player.el")
(script "test" "echo \"Error: no test specified\" && exit 1")
(source "melpa")
(depends-on "emacs" "24.4")
(depends-on "s")
(depends-on "f")
(setq network-security-level 'low) ; see https://github.com/jcs090218/setup-emacs-windows/issues/156#issuecomment-932956432