mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-08-21 08:14:00 +08:00
@@ -0,0 +1,8 @@
|
||||
Import('env')
|
||||
from sysconfig import get_paths
|
||||
env['CPPPATH'] += [get_paths()['include']]
|
||||
|
||||
from Cython.Build import cythonize
|
||||
cythonize("cframereader.pyx")
|
||||
env.SharedLibrary(File('cframereader.so'), ['cframereader.cpp', 'FrameReader.cpp'], LIBS=['avformat', 'avcodec', 'avutil', 'swscale'])
|
||||
|
||||
Reference in New Issue
Block a user