]> git.sesse.net Git - casparcg/commit
* Replaced boost::timer with caspar::timer because of too low resolution on Linux...
authorHelge Norberg <helge.norberg@svt.se>
Mon, 20 Apr 2015 10:34:53 +0000 (12:34 +0200)
committerHelge Norberg <helge.norberg@svt.se>
Mon, 20 Apr 2015 10:34:53 +0000 (12:34 +0200)
commit19a5caa33bc347ce2cdba576ac90a9359c9e5087
tree4c662c2edecea9e9e3df383c107c93119f598ada
parent9180bfb89f6c118382e373d475eabbd6f8e78b58
* Replaced boost::timer with caspar::timer because of too low resolution on Linux with boost::timer.
* Decoupled copying of runtime dependencies (dll:s and so:s) from shell to the module most directly dependant on the file.
27 files changed:
CMakeLists.txt
accelerator/StdAfx.h
accelerator/ogl/util/buffer.cpp
accelerator/ogl/util/device.cpp
common/CMakeLists.txt
common/timer.h [new file with mode: 0644]
core/StdAfx.h
core/consumer/output.cpp
core/diagnostics/osd_graph.cpp
core/diagnostics/subject_diagnostics.cpp
core/mixer/mixer.cpp
core/producer/stage.cpp
core/video_channel.cpp
dependencies64/ffmpeg/bin/linux/libavdevice.so.55 [new symlink]
dependencies64/ffmpeg/bin/linux/libpostproc.so.52 [new symlink]
modules/decklink/StdAfx.h
modules/decklink/consumer/decklink_consumer.cpp
modules/decklink/producer/decklink_producer.cpp
modules/ffmpeg/CMakeLists.txt
modules/ffmpeg/StdAfx.h
modules/ffmpeg/consumer/ffmpeg_consumer.cpp
modules/ffmpeg/producer/ffmpeg_producer.cpp
modules/image/CMakeLists.txt
modules/oal/CMakeLists.txt
modules/screen/consumer/screen_consumer.cpp
protocol/amcp/AMCPCommandQueue.cpp
shell/CMakeLists.txt