diff libass/ass_mp.h @ 30066:a2e4fd61dc4a

Revert renaming of process_force_style to restore compilation against Ubuntu's libass.
author reimar
date Thu, 24 Dec 2009 10:56:25 +0000
parents d5d20b8256b7
children 248d9886d0b0
line wrap: on
line diff
--- a/libass/ass_mp.h	Thu Dec 24 10:51:24 2009 +0000
+++ b/libass/ass_mp.h	Thu Dec 24 10:56:25 2009 +0000
@@ -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;