# HG changeset patch # User nemo # Date 1556631373 14400 # Node ID 8d65728c4ed0140f31f8ee19c20c56d34b100aad # Parent 13589d52989919090f001fd7759a0daabb8b08eb Backed out changeset 13589d529899 So, we only disabled this on the release branch in r29d614a5c9eb due to having discovered it JUST before release. We should fix it properly in default... diff -r 13589d529899 -r 8d65728c4ed0 CMakeLists.txt --- a/CMakeLists.txt Tue Apr 30 15:29:44 2019 +0200 +++ b/CMakeLists.txt Tue Apr 30 09:36:13 2019 -0400 @@ -50,12 +50,6 @@ option(NOVERSIONINFOUPDATE "Disable update of version_info.txt. To be used if source is in a git/repo that is NOT the hedgewars repo" OFF) -# FIXME: Pas2C Hedgewars cannot be built with video recording atm because the Pas2C parser has a problem parsing uVideoRec.pas. -# See bug 722 . -# As a workaround, we simply force-disable video recording for now. -if(BUILD_ENGINE_C) - set(NOVIDEOREC ON CACHE STRING "Required for BUILD_ENGINE_C" FORCE) -endif() if(BUILD_ENGINE_JS) if(NOT CMAKE_TOOLCHAIN_FILE)