Skip to content

Commit baaeee7

Browse files
add swscale dependency
1 parent 3ef6164 commit baaeee7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

autoconf/swscale.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
from _external import *
2+
3+
swscale = LibWithHeaderChecker(
4+
'swscale',
5+
'libswscale/swscale.h',
6+
'c',
7+
)

0 commit comments

Comments
 (0)