libbdplus

Library implementing BD+ copy protection system for Blu-ray discs

brewmacoslinux
Try with needOr install directly
Source

About

Implements the BD+ System Specifications

Commands

libbdplus

Examples

Link libbdplus library when compiling Blu-ray player applications$ gcc -o player player.c -lbdplus -lbluray
Check libbdplus library version and dependencies$ pkg-config --modversion libbdplus
Verify libbdplus library installation and get compiler flags$ pkg-config --cflags --libs libbdplus