[vlc-devel] commit: Overlay - Basic test/demonstration program ( Søren Bøg )

git version control git at videolan.org
Wed Apr 9 12:44:48 CEST 2008


vlc | branch: master | Søren Bøg <avacore at videolan.org> | Mon Jul 30 23:20:09 2007 +0200| [16d46a1bb4697b72700508a0a21f8c022bcba982]

Overlay - Basic test/demonstration program

Overlay - Basic test/demonstration program

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=16d46a1bb4697b72700508a0a21f8c022bcba982
---

 extras/misc/Makefile |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/extras/misc/Makefile b/extras/misc/Makefile
new file mode 100644
index 0000000..1f10f4c
--- /dev/null
+++ b/extras/misc/Makefile
@@ -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




More information about the vlc-devel mailing list