]> git.sesse.net Git - bmusb/blob - bmusb.pc
Set libusb timeout to one second, to help shutdown if the thread is started with...
[bmusb] / bmusb.pc
1 prefix=/usr/local
2 exec_prefix=${prefix}
3 libdir=${exec_prefix}/lib
4 includedir=${prefix}/include
5
6 Name: bmusb
7 Description: userspace driver for Blackmagic USB3 video capture cards
8 Version: 0.4
9 Cflags: -I${includedir}
10 Libs: -L${libdir} -lbmusb
11 Requires.private: libusb-1.0
12 Libs.private: -lpthread