Registry / other / libxv
library1.0.13vcpkgunverified

Xlib-based library for the X Video (Xv) extension to the X Window System

vcpkg install libxv
INSTALL
IMPORT
SIG · LIBXV
L
libxv
othercppv1.0.13
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

X11/extensions/Xvlib.h
#include <X11/extensions/Xvlib.h>

Check if XVideo extension is available

#include <X11/extensions/Xvlib.h> #include <X11/Xlib.h> #include <iostream> int main() { Display* dpy = XOpenDisplay(nullptr); if (!dpy) return 1; int event_base, error_base; if (XvQueryExtension(dpy, &event_base, &error_base)) { std::cout << "XVideo extension available" << std::endl; } XCloseDisplay(dpy); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.13latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources

No resource links recorded.

libxv — pip install libxv · libregistry