]> git.sesse.net Git - vlc/commitdiff
* fixed another compilation issue of python module
authorCyril Deguet <asmax@videolan.org>
Tue, 17 Jun 2003 20:56:59 +0000 (20:56 +0000)
committerCyril Deguet <asmax@videolan.org>
Tue, 17 Jun 2003 20:56:59 +0000 (20:56 +0000)
python/setup.py

index bb1c71d3f94c7cef989b9781a5480eda27010d81..e7198c07a8dde7867eefd8858e7a663f41eb583d 100644 (file)
@@ -4,6 +4,7 @@ FFMPEG_DIR = '/home/cyril/ffmpeg'
 
 vlc = Extension('vlc',
                 sources = ['vlcmodule.c'],
+                include_dirs = ['../include'],
                 libraries = ['vlc', 'rt', 'dl' , 'pthread', 'ffmpeg', 'm',
                              'memcpymmx','stream_out_transcode',
                              'i420_rgb_mmx','i420_yuy2_mmx','i420_ymga_mmx',