Haivision / srtgo

Go bindings for SRT. Advantages of SRT technology for an easy to use programming language
Mozilla Public License 2.0
185 stars 52 forks source link

use pkg-config #57

Open gizahNL opened 1 year ago

gizahNL commented 1 year ago

This makes it easier to link against static compiled versions of srt

The multitude of LDFLAGS declarations is superfluous: once is enough for the package that interacts with the C code.