Announcement

Collapse
No announcement yet.

pts/x264 broken build

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • pts/x264 broken build

    Hi,

    pts/x264 won't build unless you add --disable-asm to ./configure, as in:

    Code:
    cd x264-snapshot-20130608-2245/
    ./configure --prefix=$HOME/x264_/ --disable-asm
    make -j $NUM_CPU_JOBS
    ---
    //_ Lazar Obradovic

  • #2
    Originally posted by lgnd33 View Post
    Hi,

    pts/x264 won't build unless you add --disable-asm to ./configure, as in:

    Code:
    cd x264-snapshot-20130608-2245/
    ./configure --prefix=$HOME/x264_/ --disable-asm
    make -j $NUM_CPU_JOBS
    ---
    //_ Lazar Obradovic
    On supported platforms, PTS automatically installs Yasm to provide an assembler. The performance is much better for x264 with ASM.
    Michael Larabel
    https://www.michaellarabel.com/

    Comment

    Working...
    X