gst-plugin-ndi icon indicating copy to clipboard operation
gst-plugin-ndi copied to clipboard

build on rpi 4 fails

Open gingibash opened this issue 3 years ago • 2 comments

Compiling gstreamer-audio v0.17.2 error: linking with cc failed: exit status: 1

= note: /usr/bin/ld: cannot find -lndi collect2: error: ld returned 1 exit status

gingibash avatar Nov 07 '21 15:11 gingibash

You need to have libndi.so in your library search path, e.g. in /usr/lib or in a directory pointed to be RUSTFLAGS="-L/path/to/directory

sdroege avatar Nov 08 '21 08:11 sdroege

thanks @sdroege

gingibash avatar Nov 08 '21 21:11 gingibash