пт, 25 окт. 2024 г., 18:02 Bulhwi Cha <[email protected]>:
On Thu Oct 24, 2024 at 10:44 PM KST, Andrew Randrianasulu wrote:
so, there is no audio with output device set to ALSA, same if set to Pulseaudio ?
When ALSA is selected as the audio driver, I have to change the device from "default" to the one I want to use, e.g. U22 XT USB #0 or Sink #780 (my Bluetooth speaker). Then, I can hear the audio.
PulseAudio also works fine.
Glad to hear!
Also, what kind of build error you have?
/usr/bin/ld: cannot find -lx264: No such file or directory collect2: error: ld returned 1 exit status
try to install x264?
while I think there should be way to reuse x264 build in thirdparty directory ....
I've installed it, but now I have other issues related to NVIDIA CUDA. See the log I attached to this email.
Do you have cuda SDK installed? may be whole file disappeared in new version? find /usr -name helper_cuda.h or may be in /opt if cuda installs there .... I think you can edit plugins/Makefile and comment out (with #) this line CUDA_OBJS := mandelcuda nbodycuda or look for adding --without-cuda to your ./configure