-
Notifications
You must be signed in to change notification settings - Fork 945
Commit 68fc11e
* Copy (ffmpeg) .dll to fix #6
This attempts to copy all .dll files in build directory,
where should be only ffmpeg .dll
* Update appveyor.yml
Use literal style block to avoid unnecessary blank lines
http://stackoverflow.com/questions/3790454/in-yaml-how-do-i-break-a-string-over-multiple-lines/21699210#21699210
* Update appveyor.yml
Fix source dir for ffmpeg .dlls
* Update setup.py
Include ffmpeg .dll into wheel
* update README, licensing, fix dll copying, add video test
* fix indentation
* disable test for now to get artifacts
* Add FFmpeg license, inject cv2 to PATH in __init__, enable video test
* disable video test on other OS
1 parent 3d86359 commit 68fc11e
File tree
7 files changed
+542
-7
lines changed- cv2
- tests
7 files changed
+542
-7
lines changedLarge diffs are not rendered by default.
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
70 | 70 |
| |
71 | 71 |
| |
72 | 72 |
| |
73 | - | ||
73 | + | ||
74 | + | ||
75 | + | ||
74 | 76 |
| |
75 | 77 |
| |
76 | 78 |
| |
79 | + | ||
80 | + | ||
77 | 81 |
| |
78 | 82 |
| |
79 | 83 |
| |
| |||
137 | 141 |
| |
138 | 142 |
| |
139 | 143 |
| |
140 | - | ||
144 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
32 | - | ||
32 | + | ||
33 | 33 |
| |
34 | 34 |
| |
35 | 35 |
| |
| |||
52 | 52 |
| |
53 | 53 |
| |
54 | 54 |
| |
55 | - | ||
55 | + | ||
56 | 56 |
| |
57 | + | ||
58 | + | ||
57 | 59 |
| |
58 | 60 |
| |
59 | 61 |
| |
60 | 62 |
| |
63 | + | ||
61 | 64 |
| |
62 | 65 |
| |
63 | 66 |
| |
64 | 67 |
| |
68 | + | ||
65 | 69 |
| |
66 | 70 |
| |
67 | 71 |
| |
68 | 72 |
| |
73 | + | ||
69 | 74 |
| |
70 | 75 |
| |
71 | 76 |
| |
72 | 77 |
| |
78 | + | ||
79 | + | ||
73 | 80 |
| |
74 | 81 |
| |
75 | 82 |
| |
76 | 83 |
| |
84 | + | ||
77 | 85 |
| |
78 | 86 |
| |
79 | 87 |
| |
80 | 88 |
| |
89 | + | ||
81 | 90 |
| |
82 | 91 |
| |
83 | 92 |
| |
84 | 93 |
| |
94 | + | ||
85 | 95 |
| |
86 | 96 |
| |
87 | 97 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | + | ||
3 | + | ||
4 | + | ||
5 | + | ||
6 | + | ||
2 | 7 |
| |
3 | 8 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
33 | 33 |
| |
34 | 34 |
| |
35 | 35 |
| |
36 | - | ||
36 | + | ||
37 | 37 |
| |
38 | 38 |
| |
39 | 39 |
| |
|
Binary file not shown.
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | + | ||
2 | 3 |
| |
3 | 4 |
| |
4 | 5 |
| |
5 | 6 |
| |
6 | 7 |
| |
7 | 8 |
| |
8 | - | ||
9 | + | ||
10 | + | ||
11 | + | ||
12 | + | ||
13 | + | ||
14 | + | ||
15 | + | ||
16 | + | ||
17 | + |
0 commit comments