libmms

Library for parsing and handling mms:// and mmsh:// network streams

brewmacoslinux
Try with needOr install directly
Source

About

Library for parsing mms:// and mmsh:// network streams

Examples

check if libmms is installed and find version$ pkg-config --modversion libmms
view library files and headers installed$ brew list libmms
get library installation path for compilation$ pkg-config --cflags --libs libmms
compile a program that uses mms stream library$ gcc myapp.c $(pkg-config --cflags --libs libmms) -o myapp