ui/replay: file extensions to .cc and .h (#20805)

old-commit-hash: bdf4a94cd03746e498d21d8224e625135632b1c3
This commit is contained in:
Dean Lee
2021-05-04 11:22:32 +08:00
committed by GitHub
parent 8a759792c4
commit 9159291a09
10 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ if arch == 'x86_64' and os.path.exists(Dir("#tools/").get_abspath()):
qt_env['CXXFLAGS'] += ["-Wno-deprecated-declarations"]
replay_lib_src = ["replay/replay.cc", "replay/Unlogger.cc",
"replay/FileReader.cc", "#tools/clib/FrameReader.cpp"]
"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