* at last the python module works again !

(so stupid: the flag -lavcodec had to be at the *end* of the line !)
This commit is contained in:
Cyril Deguet 2003-05-22 20:06:19 +00:00
parent 2c2871fb1f
commit 47fb0a1bae
1 changed files with 3 additions and 3 deletions

View File

@ -5,11 +5,11 @@ 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'],
library_dirs = [ '../lib',
'encoder_ffmpeg','avcodec'],
library_dirs = [ '../lib',
'../modules/stream_out', '../modules/encoder/ffmpeg',
'../modules/misc/memcpy','../modules/video_chroma',
'../modules/codec/ffmpeg', FFMPEG_DIR + '/libavcodec'])