HQPlayer Embedded Discussion [2021-2022]

It is too much work to make so many builds. I really want to cut the current number already:

  1. Generic Ubuntu build
  2. AVX2 Ubuntu build
  3. Generic HQPlayer OS build
  4. AVX2 HQPlayer OS build
  5. RaspberryPi4 HQPlayer OS build
  6. x64 Debian build
  7. arm64 Debian build
  8. Fedora current build
  9. Fedora 30 build

By the way, problem with the latest ROCm release is that they update /opt/rocm through alternatives to point to 4.5, but they don’t have 4.5 version of all libraries and instead also the 4.3 sticks along and one of the libraries is there. It took one minute to solve the problem by editing my rocm.conf for ld.so by adding two more lines:

/opt/rocm/lib
/opt/rocm-4.3.0/lib
/opt/rocm-4.5.0/lib

and then running ldconfig

1 Like