artclarke / humble-video

Humble Video: Demuxing, Decoding, Filtering, Encoding and Muxing of 100's of video and audio formats and Codecs from the JVM
GNU Affero General Public License v3.0
551 stars 113 forks source link

New build failed from mvn install or mvn package #108

Open idoor88 opened 7 years ago

idoor88 commented 7 years ago

Hi All, I downloaded the whole humble-video project to Mac and under humble-video-master folder, I did mvn install, it started to build, but when it was building humble-video-captive, I got problem "Could not configure library: "humble-video-master/humble-video-captive/src/main/gnu/libvpx"; as the following:

d csrc && sh ../incarcerate Creating release version of libvpx: Configuring VPX with these options: --target=x86-darwin10-gcc --disable-shared --enable-runtime-cpu-detect disabling shared enabling runtime_cpu_detect enabling vp8_encoder enabling vp8_decoder enabling vp9_encoder enabling vp9_decoder Configuring for target 'x86-darwin10-gcc' enabling x86 enabling mmx enabling sse enabling sse2 enabling sse3 enabling ssse3 enabling sse4_1 enabling avx enabling avx2 Unsupported version of nasm: NASM version 0.98.40 (Apple Computer, Inc. build 11) compiled on Feb 10 2016 Neither yasm nor nasm have been found. See the prerequisites section in the README for more info.

Configuration failed. This could reflect a misconfiguration of your toolchains, improper options selected, or another problem. If you don't see any useful error messages above, the next step is to look at the configure error log file (config.log) to determine what configure was trying to do when it died. Could not configure library: "humble-video-master/humble-video-captive/src/main/gnu/libvpx"; you may want to try disabling it or installing your own version