Files
Arch-R/packages/multimedia
Rudi Heitbaum 2a8f8c9210 media-driver: update to 22.4.0 and fix Release build warning
Fix the following build warning by defining BUILD_TYPE and matching
CMAKE_BUILD_TYPE to BUILD_TYPE. The build has been building as Release,
as the CMAKE_BUILD_TYPE does not override BUILD_TYPE.

  *BUILD_TYPE not defined, default to: release
  CMake Warning at Tools/bldsys/include/bs_base_utils.cmake:81 (message):
    Inconsistent: BUILD_TYPE="release" vs CMAKE_BUILD_TYPE="MinSizeRel"
  Call Stack (most recent call first):
    Tools/bldsys/bs_init.cmake:35 (bs_check_build_type)
    media_driver/CMakeLists.txt:69 (include)
  ...
  -- media -- BUILD_TYPE/UFO_BUILD_TYPE/CMAKE_BUILD_TYPE = release/release/Release

The full eror will not disappear until a future PR to change the LE build from
CMAKE_BUILD_TYPE="MinSizeRel" to CMAKE_BUILD_TYPE="Release"
2022-04-21 22:17:42 +00:00
..
2021-12-29 04:07:33 +00:00
2021-12-23 10:39:53 +00:00
2022-03-20 04:33:17 +00:00
2022-04-15 11:27:11 +02:00
2022-03-31 15:13:39 +00:00
2022-01-23 21:40:25 +00:00
2022-01-23 21:39:17 +00:00
2022-01-23 21:40:25 +00:00
2022-02-12 15:49:08 +01:00
2022-02-12 15:48:12 +01:00
2022-02-17 05:50:56 +00:00
2020-10-04 17:41:06 +02:00
2022-02-05 00:53:47 +00:00
2020-02-12 15:24:30 +00:00