Browse Source

libass: fix compilation with older versions of libass

pull/62/head
Jean-Baptiste Kempf 8 years ago
parent
commit
168f6f4fde
  1. 4
      modules/codec/libass.c

4
modules/codec/libass.c

@ -42,6 +42,10 @@
#include <ass/ass.h>
#if LIBASS_VERSION < 0x01300000
# define ASS_FONTPROVIDER_AUTODETECT 1
#endif
#if defined(_WIN32)
# include <vlc_charset.h>
#endif

Loading…
Cancel
Save