Log in

View Full Version : Configure x264 with custom path to yasm?


Ecan
1st March 2010, 13:03
Hi!

I´m trying to configure x264 with yasm. I have installed yasm succesfully but to a custom path since my clustered system requires programs to be installed to a special path. The problem is that i cant find any way to point out a custom path to yasm? Is this possible? I have tried some with the --extra-asflags but guess that i´m missing something.

Anyone have the correct configure options for custom paths to yasm?

Regards
Eric

J_Darnley
1st March 2010, 13:15
If programs must be installed in this special location, why is it not on the PATH? You can give the full path to yasm by editing config.mak

kemuri-_9
1st March 2010, 14:07
If programs must be installed in this special location, why is it not on the PATH? You can give the full path to yasm by editing config.mak

this doesn't quite work as if yasm is not able to found in configure the configuration fails unless --disable-asm is supplied.

what you can do is try and give the configure script a custom path that has yasm in it, e.g.

PATH=$PATH:/path/to/yasm ./configure [opts]

that is unless you do decide to permanently add this path to yasm to PATH