From 2e9bd8c28d1c41ac95ef6cd23bff6042ef760e1f Mon Sep 17 00:00:00 2001 From: arpi Date: Wed, 23 Oct 2002 00:28:27 +0000 Subject: 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 --- TOOLS/bmovl-test/Makefile | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 TOOLS/bmovl-test/Makefile (limited to 'TOOLS/bmovl-test/Makefile') 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 -- cgit v1.2.3