Skip to content

Commit

Permalink
wip: tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Oct 6, 2023
1 parent 26a9cb1 commit 9c83b8e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions src/modules/html/producer/html_producer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -516,6 +516,7 @@ class html_producer : public core::frame_producer
bool shared_texture_enable = false;

#ifdef WIN32
// This is not currently implemented by CEF
// shared_texture_enable = enable_gpu && accelerator::d3d::d3d_device::get_device();
#endif

Expand Down
1 change: 0 additions & 1 deletion src/shell/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ if (MSVC)

foreach(FILE_TO_COPY ${CASPARCG_RUNTIME_DEPENDENCIES_DIRS})
get_filename_component(FOLDER_NAME "${FILE_TO_COPY}" NAME)
message(STATUS "AAAC: ${FILE_TO_COPY} ${FOLDER_NAME}")
add_custom_command(TARGET casparcg_copy_dependencies POST_BUILD COMMAND ${CMAKE_COMMAND} -E copy_directory \"${FILE_TO_COPY}\" \"${OUTPUT_FOLDER}/${FOLDER_NAME}\")
add_custom_command(TARGET casparcg_copy_dependencies POST_BUILD COMMAND ${CMAKE_COMMAND} -E copy_directory \"${FILE_TO_COPY}\" \"${CMAKE_CURRENT_BINARY_DIR}/${FOLDER_NAME}\")
endforeach(FILE_TO_COPY)
Expand Down

0 comments on commit 9c83b8e

Please sign in to comment.