mirror of
https://github.com/ivabus/pantry
synced 2024-11-14 20:45:09 +03:00
5 lines
108 B
C
5 lines
108 B
C
|
#include <libplacebo/config.h>
|
||
|
#include <stdlib.h>
|
||
|
int main() {
|
||
|
return (pl_version() != NULL) ? 0 : 1;
|
||
|
}
|