view TOOLS/subfont-gimp/Makefile @ 18745:19cd9e0f8ac4

prevent buffer overflow in the STD; simplified fill_packet() (moving part of the code to get_packet_stats())
author nicodvb
date Sun, 18 Jun 2006 10:39:09 +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