Update README.md

This commit is contained in:
SolindekDev
2023-03-28 20:56:03 +02:00
committed by GitHub
parent fbd8547a06
commit ae44ece4a7

View File

@@ -1,2 +1,8 @@
# ivafl # IVAFL
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 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
# Build
```
make # Should create libivafl.a
make clean # Will delete libivafl.a and all .o files
```