summaryrefslogtreecommitdiffstats
path: root/libass/ass_mp.h
diff options
context:
space:
mode:
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;