[MPlayer-dev-eng] [PATCH] Fix compilation of TOOLS/bmovl-test

voroshil at gmail.com voroshil at gmail.com
Thu Dec 7 19:20:34 CET 2006


Attached trivial patch fixes compilation of TOOLS/bmovl-test. 
It is needed due to moving SDL headers path from SDL_INC to
EXTRA_INC

-- 
Regards,
Vladimir Voroshilov mailto:voroshil at gmail.com
Omsk State University
JID: voroshil at jabber.ru
ICQ: 95587719
-------------- next part --------------
Index: TOOLS/bmovl-test/Makefile
===================================================================
--- TOOLS/bmovl-test/Makefile	(revision 21532)
+++ TOOLS/bmovl-test/Makefile	(working copy)
@@ -1,7 +1,7 @@
 include ../../config.mak
 
 bmovl-test$(EXESUF): bmovl-test.c
-	$(CC) -O3 $(SDL_INC) -lSDL_image -o $@ bmovl-test.c
+	$(CC) -O3 $(EXTRA_INC) -lSDL_image -o $@ bmovl-test.c
 
 clean:
 	rm -f bmovl-test


More information about the MPlayer-dev-eng mailing list