Registry / other / smpeg2

smpeg2

JSON →
library2.0.0vcpkgunverified

SDL MPEG Player Library

vcpkg install smpeg2
INSTALL
IMPORT
SIG · SMPEG2
S
smpeg2
othercppv2.0.0
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.

smpeg.h
#include <smpeg.h>

Open and close an MPEG file using SMPEG

#include <smpeg.h> int main() { SMPEG* mpeg = SMPEG_new("video.mpg", nullptr, 0); if (mpeg) { SMPEG_delete(mpeg); return 0; } return 1; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.0.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources

No resource links recorded.

smpeg2 — pip install smpeg2 · libregistry