summaryrefslogtreecommitdiffstats
path: root/player/main_fn.c
Commit message (Collapse)AuthorAgeFilesLines
* build: add option to build a librarywm42014-02-101-0/+15
This library will export the client API functions. Note that this doesn't allow compiling the command line player to link against this library yet. The reason is that there's lots of weird stuff required to setup the execution environment (mostly Windows and OSX specifics), as well as things which are out of scope of the client API and every application has to do on its own. However, since the mpv command line player basically reuses functions from the mpv core to implement these things, it's not very easy to separate the command line player form the mpv core.