[vlc-devel] commit: Mozilla: untested compile fix ( Rémi Denis-Courmont )
git version control
git at videolan.org
Sat Feb 20 13:08:54 CET 2010
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sat Feb 20 14:08:44 2010 +0200| [8fa0ec3cb331c2127da8d7354b4767f2cc923c36] | committer: Rémi Denis-Courmont
Mozilla: untested compile fix
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8fa0ec3cb331c2127da8d7354b4767f2cc923c36
---
projects/mozilla/vlcplugin.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/projects/mozilla/vlcplugin.h b/projects/mozilla/vlcplugin.h
index bb32917..3e85840 100644
--- a/projects/mozilla/vlcplugin.h
+++ b/projects/mozilla/vlcplugin.h
@@ -107,7 +107,7 @@ public:
}
};
-typedef bitmap<libvlc_num_event_types> eventtypes_bitmap_t;
+typedef bitmap<libvlc_VlmMediaInstanceStatusError+1> eventtypes_bitmap_t;
class EventObj: private eventtypes_bitmap_t
More information about the vlc-devel
mailing list