From a3e355babf48e2c86652883cdb20e8fee5529276 Mon Sep 17 00:00:00 2001 From: reimar Date: Thu, 24 Dec 2009 10:56:25 +0000 Subject: Revert renaming of process_force_style to restore compilation against Ubuntu's libass. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30108 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libass/ass_mp.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libass/ass_mp.h') diff --git a/libass/ass_mp.h b/libass/ass_mp.h index 47c683c5fd..74fc869c2e 100644 --- a/libass/ass_mp.h +++ b/libass/ass_mp.h @@ -37,6 +37,9 @@ #define ass_image_t ASS_Image #define ass_style_t ASS_Style #define ass_event_t ASS_Event +#define process_force_style(t) ass_process_force_style(t) +#else +void process_force_style(ass_track_t* track); #endif extern ass_library_t* ass_library; -- cgit v1.2.3