[DO-983][DO-985] add tiff and zstd packages (!14)
Co-authored-by: aleksandr.vodyanov <aleksandr.vodyanov@avroid.tech> Reviewed-on: https://git.avroid.tech/Conan/conan_build/pulls/14
This commit is contained in:
13
recipes/jbig/all/test_package/test_package.c
Normal file
13
recipes/jbig/all/test_package/test_package.c
Normal file
@@ -0,0 +1,13 @@
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "jbig.h"
|
||||
|
||||
int main() {
|
||||
struct jbg_dec_state state;
|
||||
|
||||
jbg_dec_init(&state);
|
||||
jbg_dec_getplanes(&state);
|
||||
jbg_dec_free(&state);
|
||||
|
||||
return EXIT_SUCCESS;
|
||||
}
|
||||
Reference in New Issue
Block a user