mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-11-10 22:05:06 +00:00
cmake: Version 0.4.1
- Switched all filters and sources over to new initialization code. - Fixed a 32-bit crash on machines with CPUs capable of SSE caused by Vertex Buffers. - Reduced memory requirements of Vertex Buffers by ~60%. - Removed a superfluous reallocation, loop and copy from Vertex Buffers.
This commit is contained in:
parent
82ec6b93ec
commit
823bac9b13
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ PROJECT(obs-stream-effects)
|
|||
################################################################################
|
||||
SET(VERSION_MAJOR 0)
|
||||
SET(VERSION_MINOR 4)
|
||||
SET(VERSION_PATCH 0)
|
||||
SET(VERSION_PATCH 1)
|
||||
SET(VERSION_STR "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
|
||||
|
||||
configure_file(
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
version: 0.4.0-{build}-{branch}
|
||||
version: 0.4.1-{build}-{branch}
|
||||
|
||||
environment:
|
||||
CURL_VERSION: 7.39.0
|
||||
|
|
Loading…
Reference in a new issue