Skip to content

blinkseb/libass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is libass for XBMC (Windows edition)

In order to build, you need the following dependecies:

You need to extract these dependencies in the folder deps (create it if it does not exist). You must follow this structure:

  • deps/
    • lib/
      • libiconv.lib
      • libfribidi.lib
      • libenca.lib
      • harfbuzz.lib
      • freetype246MT.lib
      • fontconfig.lib
    • include
      • iconv.h
      • hb-*.h
      • fribidi*.h
      • enca.h
      • freetype/*
      • fontconfig/*

Open the VS solution, and build!