]> git.sesse.net Git - vlc/blobdiff - bindings/python/setup.py
Merge fixes to the python binding from my branch
[vlc] / bindings / python / setup.py
index 66bdf3107f0fbc79bcf4b86e761635840a377a34..9904c72064e4252ad5d85331981a41dcef576eb5 100644 (file)
@@ -34,7 +34,8 @@ def get_ldflags():
 
 # To compile in a local vlc tree
 vlclocal = Extension('vlc',
-                sources = ['vlcglue.c', '../../src/control/init.c'],
+                sources = ['vlcglue.c',
+                           '../../src/control/init.c'],
                 include_dirs = ['../../include', '../../', '/usr/win32/include' ],
                 extra_objects = [ '../../lib/libvlc.a' ],
                 extra_compile_args = get_cflags(),