ivafl/README.md

9 lines
263 B
Markdown
Raw Normal View History

2023-03-28 20:56:03 +02:00
# IVAFL
2023-03-28 20:54:56 +02:00
Ivafl (Image, Video, Aufio formats library) it's an easy library that have utility function for encoding and decoding avi, bmp, jpeg, mp3, mp4, png, wav
2023-03-28 20:56:03 +02:00
# Build
```
make # Should create libivafl.a
make clean # Will delete libivafl.a and all .o files
```