Replay: seeking functionality (#20763)

old-commit-hash: f0d0b82b8d6f5f450952113e234d0a5a49e80c48
This commit is contained in:
iejMac
2021-05-16 02:06:30 +02:00
committed by GitHub
parent ebe3a39909
commit f786b284d5
8 changed files with 299 additions and 298 deletions
+1 -2
View File
@@ -63,8 +63,7 @@ if arch == 'x86_64' and os.path.exists(Dir("#tools/").get_abspath()):
qt_env['CPPPATH'] += ["#tools/clib"]
qt_env['CXXFLAGS'] += ["-Wno-deprecated-declarations"]
replay_lib_src = ["replay/replay.cc", "replay/unlogger.cc",
"replay/filereader.cc", "#tools/clib/framereader.cc"]
replay_lib_src = ["replay/replay.cc", "replay/filereader.cc", "#tools/clib/framereader.cc"]
replay_lib = qt_env.Library("qt_replay", replay_lib_src, LIBS=base_libs)
replay_libs = [replay_lib, 'avutil', 'avcodec', 'avformat', 'swscale', 'bz2'] + qt_libs