summaryrefslogtreecommitdiffstats
path: root/libass/ass_mp.h
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-12-24 10:56:25 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-12-24 10:56:25 +0000
commita3e355babf48e2c86652883cdb20e8fee5529276 (patch)
tree34dbe071370bddf8802f6e87c65219965d98ffbb /libass/ass_mp.h
parent6023874828599e37e14056e5fc10325adfdba50c (diff)
downloadmpv-a3e355babf48e2c86652883cdb20e8fee5529276.tar.bz2
mpv-a3e355babf48e2c86652883cdb20e8fee5529276.tar.xz
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
Diffstat (limited to 'libass/ass_mp.h')
-rw-r--r--libass/ass_mp.h3
1 files changed, 3 insertions, 0 deletions
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;