Page 1 of 1

Help, Still failed to compile VLC under x86_64

Posted: 11 Jan 2006 08:52
by ddnt
For some reason, yasm can't work with -fPIC option and libx264.a failed to be compiled for shared object. Anybody can help me?

Re: Help, Still failed to compile VLC under x86_64

Posted: 11 Jan 2006 10:35
by xtophe
For some reason, yasm can't work with -fPIC option and libx264.a failed to be compiled for shared object. Anybody can help me?
Ask the yasm or x264 guys then

Posted: 11 Jan 2006 10:43
by ddnt
The problem is I can get X264 compiled and it works well if I don't want to compile VLC.
When I compile VLC or FFMPEG with X264, it failed. I think YASM men can add -fPIC support on their compiler and maybe somebody know how to change VLC's makefile to compile static lib rather than shared object.