teltek / gst-plugin-ndi

GStreamer NDI Plugin for Linux
GNU Lesser General Public License v2.1
154 stars 27 forks source link

build on rpi 4 fails #85

Open gingibash opened 2 years ago

gingibash commented 2 years ago

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

sdroege commented 2 years ago

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

gingibash commented 2 years ago

thanks @sdroege