libxv

X.Org X Video extension library for accelerated video playback

brewmacoslinux
Try with needOr install directly
Source

About

X.Org: X Video (Xv) extension

Commands

libxv

Examples

Check if libxv is installed and accessible by a C program$ pkg-config --cflags --libs xv
Compile a program that uses Xv extension$ gcc -o video_player video_player.c $(pkg-config --cflags --libs xv)
Verify libxv library files are present$ find $(brew --prefix libxv) -name '*.dylib' -o -name '*.a'