summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Adding waf support for mpv.Josh Driver2013-12-291-44/+0
|
* Add uninstall targetwm42013-10-251-1/+4
| | | | | | Patch by pfor on IRC, but with the uninstall target added to PHONY too. Untested.
* Disable building fribidi for nowwm42013-07-151-3/+3
| | | | | | | It completely breaks parallel builds. I couldn't find out how to get "make" not to build fribidi with parallel build enabled.
* Add support for building fribidi locallyTuncer Ayaz2013-07-061-2/+10
|
* Initial commitwm42012-10-131-0/+33
This is based on mplayer-git [1], except that it doesn't need Python. Some features, such as specifying custom options, are not available, but these should be considered out of the scope of the basic build wrapper. [1] http://repo.or.cz/w/mplayer-build.git