mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-08-21 00:03:45 +08:00
ui/replay: file extensions to .cc and .h (#20805)
old-commit-hash: bdf4a94cd03746e498d21d8224e625135632b1c3
This commit is contained in:
@@ -4,5 +4,5 @@ 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'])
|
||||
env.SharedLibrary(File('cframereader.so'), ['cframereader.cpp', 'FrameReader.cc'], LIBS=['avformat', 'avcodec', 'avutil', 'swscale'])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user