view TOOLS/subfont-gimp/Makefile @ 10054:1342075f81f0

Added SIP (IP telephony) client support. (This was already supported in the LIVE.COM libraries, so updating the MPlayer code to support it required only relatively minor changes.)
author rsf
date Sat, 03 May 2003 06:13:11 +0000
parents 22996ab2d78f
children
line wrap: on
line source

install:
	gimptool --install-admin-bin mplayer_subfont || gimptool --install-bin mplayer_subfont

uninstall:
	gimptool --uninstall-admin-bin mplayer_subfont || true
	gimptool --uninstall-bin mplayer_subfont || true