X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=stinger%2FMakefile;fp=stinger%2FMakefile;h=963df2f1aee6cc9e2c89abd44767fe78e869cf2a;hb=780f5f18be8d28389a6ac9433aa6d8e5d5b80338;hp=0000000000000000000000000000000000000000;hpb=e5ca9f8c9d6277669bbb8ae244172cfe547e56a4;p=ultimatescore diff --git a/stinger/Makefile b/stinger/Makefile new file mode 100644 index 0000000..963df2f --- /dev/null +++ b/stinger/Makefile @@ -0,0 +1,2 @@ +blur: blur.cpp + g++ -O2 -o blur blur.cpp -lpng `pkg-config --cflags --libs movit` -lSDL2 -lSDL2_image -g