ShiftMediaProject / fribidi

Unofficial Fribidi with added custom native Visual Studio project build tools. Fribidi: GNU FriBidi is an implementation of the Unicode Bidirectional Algorithm.

Home Page:http://fribidi.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FRIBIDI_MAJOR_VERSION in fribidi-config.h shouldn't be set "v1"

Masaiki opened this issue · comments

Context

I'm using libass of SMP, and found USE_FRIBIDI_EX_API is not defined. So ass_shaper_set_bidi_brackets is available.

Expected Behavior

libass can use fribidi ex api

Actual Behavior

#if FRIBIDI_MAJOR_VERSION >= 1 in ass_shaper.h doesn't work in libass, so that libass could not use fribidi ex api

Possible Fix

#define FRIBIDI_VERSION "1.0.12"
#define FRIBIDI_MAJOR_VERSION 1