openjpeg/tests/include_openjpeg.c

10 lines
98 B
C

#include <openjpeg.h>
int main(int argc, char **argv)
{
(void)argc;
(void)argv;
return 0;
}