Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 934 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 934 Bytes

libvlc-zig

Zig bindings for libVLC media framework.

Requirements

How to use

Example

$> zig build run -DExample="print-version" -Drelease-safe
$> zig build run -DExample="cli-player" -Drelease-safe -- -i /path/multimedia_file

License

BSD 2-Clause License

Copyright (c) 2022, Matheus Catarino França

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

1. Redistributions of source code must retain the above copyright notice, this
   list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright notice,
   this list of conditions and the following disclaimer in the documentation
   and/or other materials provided with the distribution.