]> git.sesse.net Git - vlc/blobdiff - test/dynamicoverlay/Makefile
Move overlay-test application to test/dynamicoverlay
[vlc] / test / dynamicoverlay / Makefile
diff --git a/test/dynamicoverlay/Makefile b/test/dynamicoverlay/Makefile
new file mode 100644 (file)
index 0000000..18876ca
--- /dev/null
@@ -0,0 +1,4 @@
+all: overlay-test
+
+overlay-test: overlay-test.c
+       gcc -g2 --std=c99 -D_XOPEN_SOURCE=500 overlay-test.c -lm -o overlay-test