mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 10:35:17 +03:00
7544424d66
* new file: projects/videolan.org/libplacebo/package.yml new file: projects/videolan.org/libplacebo/test.c * linux fix * gcc for test
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;
|
|
} |