1
mirror of https://github.com/mpv-player/mpv synced 2025-01-01 04:36:24 +01:00

Fix compilation with internal ASS when no ass header is installed system-wide.

Patch by Erik Auerswald [auerswal unix-ag.uni-kl.de]


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30073 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2009-12-19 20:59:58 +00:00
parent 300d40bed3
commit 8b6dca72c6

View File

@ -24,7 +24,7 @@
#define LIBASS_MP_H
#include "subreader.h"
#ifdef CONFIG_LIBASS_INTERNAL
#ifdef CONFIG_ASS_INTERNAL
#include "ass.h"
#else
#include <ass/ass.h>