Displaying 1 result from an estimated 1 matches for "opus_dir".
Did you mean:
op_dir
2015 Mar 04
0
[RFC PATCHv3] Encode optimize using libNe10
...ath.puttagunta/Ne10.git
$ cd $NE10_DIR
$ mkdir build
$ cd build
$ cmake -DGNULINUX_PLATFORM=on -DNE10_LINUX_TARGET_ARCH=armv7 \
-DNE10_BUILD_SHARED=on ..
$ make
Checkout rfcv3_final_opus_fft_ne10 from git://git.linaro.org/people/viswanath.puttagunta/opus.git
$ cd $OPUS_DIR
$ ./autogen.sh
$ ./configure --host=arm-linux-gnueabihf --enable-intrinsics \
--with-NE10-libraries=$NE10_DIR/build/modules \
--with-NE10-includes=$NE10_DIR/inc
$ make
I have also tried
$ ./configure --host=arm-linux-gnueabihf --enable-intrinsics
It works fine...