]> git.sesse.net Git - vlc/commitdiff
Overlay - Basic test/demonstration program
authorSøren Bøg <avacore@videolan.org>
Mon, 30 Jul 2007 21:20:09 +0000 (23:20 +0200)
committerJean-Paul Saman <jean-paul.saman@m2x.nl>
Wed, 9 Apr 2008 08:41:41 +0000 (10:41 +0200)
Overlay - Basic test/demonstration program

extras/misc/Makefile [new file with mode: 0644]

diff --git a/extras/misc/Makefile b/extras/misc/Makefile
new file mode 100644 (file)
index 0000000..1f10f4c
--- /dev/null
@@ -0,0 +1,4 @@
+all: zsh overlay-test
+
+overlay-test: overlay-test.c
+       gcc -g2 --std=c99 -D_XOPEN_SOURCE=500 overlay-test.c -lm -o overlay-test