]> git.sesse.net Git - vlc/commitdiff
python-ctypes: one more TODO item
authorOlivier Aubert <olivier.aubert@liris.cnrs.fr>
Thu, 30 Jul 2009 09:03:35 +0000 (11:03 +0200)
committerOlivier Aubert <olivier.aubert@liris.cnrs.fr>
Thu, 30 Jul 2009 09:03:35 +0000 (11:03 +0200)
bindings/python-ctypes/TODO

index f6e137f475f0e495baff851d1715e3cc1cdf4c82..79398f1f096933c53ec228328faac2b15632504e 100644 (file)
@@ -1,5 +1,3 @@
-* Check cross-platform (win32, MacOSX) support
-
 * Investigate memory management
 
 * Find how to properly define enums
@@ -9,3 +7,6 @@
 * Implement event callbacks
 
 * Write a test suite
+
+* Support multiple VLC versions: define a front-end module which will
+   load the appropriate versionned module from a subdirectory.