summaryrefslogtreecommitdiffstats
path: root/TOOLS/bmovl-test/Makefile
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-10-23 00:28:27 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-10-23 00:28:27 +0000
commit2e9bd8c28d1c41ac95ef6cd23bff6042ef760e1f (patch)
tree23b27c021d1c42aa1e4f8aaa792513888de98c4e /TOOLS/bmovl-test/Makefile
parenta80ed8913a1eedecab0757194eacbefd7f1f081d (diff)
downloadmpv-2e9bd8c28d1c41ac95ef6cd23bff6042ef760e1f.tar.bz2
mpv-2e9bd8c28d1c41ac95ef6cd23bff6042ef760e1f.tar.xz
sample client for -vop bmovl -- loads and alphablend any PNG file
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7857 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'TOOLS/bmovl-test/Makefile')
-rw-r--r--TOOLS/bmovl-test/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/TOOLS/bmovl-test/Makefile b/TOOLS/bmovl-test/Makefile
new file mode 100644
index 0000000000..0f0e148486
--- /dev/null
+++ b/TOOLS/bmovl-test/Makefile
@@ -0,0 +1,2 @@
+bmovl-test: bmovl-test.c
+ gcc -O3 -I/usr/local/include/SDL -L/usr/local/lib -lSDL_image -o bmovl-test bmovl-test.c