Changeset abf2dfd in mainline for uspace/lib/draw/codec/webp.c
- Timestamp:
- 2015-08-18T17:52:25Z (9 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6a8ce16
- Parents:
- b688fd8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/draw/codec/webp.c
rb688fd8 rabf2dfd 38 38 #include <align.h> 39 39 #include <stdbool.h> 40 #include <fourcc.h>41 40 #include <pixconv.h> 41 #include <sys/types.h> 42 #include <abi/fourcc.h> 42 43 #include "webp.h" 43 44
Note:
See TracChangeset
for help on using the changeset viewer.