Commit 47fb0a1b authored by Cyril Deguet's avatar Cyril Deguet

* at last the python module works again !

 (so stupid: the flag -lavcodec had to be at the *end* of the line !)
parent 2c2871fb
......@@ -5,10 +5,10 @@ FFMPEG_DIR = '/home/cyril/ffmpeg'
vlc = Extension('vlc',
sources = ['vlcmodule.c'],
libraries = ['vlc', 'rt', 'dl' , 'pthread', 'ffmpeg', 'm',
'avcodec','memcpymmx','stream_out_transcode',
'memcpymmx','stream_out_transcode',
'i420_rgb_mmx','i420_yuy2_mmx','i420_ymga_mmx',
'i422_yuy2_mmx','memcpymmxext','memcpy3dn',
'encoder_ffmpeg'],
'encoder_ffmpeg','avcodec'],
library_dirs = [ '../lib',
'../modules/stream_out', '../modules/encoder/ffmpeg',
'../modules/misc/memcpy','../modules/video_chroma',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment