/x264

x264 Git mirror

Primary LanguageCGNU General Public License v2.0GPL-2.0

x264

Build

export C6X_C_DIR=/opt/ccstudio/ccs/tools/compiler/ti-cgt-c6000_8.3.12/include;
/opt/ccstudio/ccs/tools/compiler/ti-cgt-c6000_8.3.12/lib
export PATH=PATH:/opt/ccstudio/ccs/tools/compiler/ti-cgt-c6000_8.3.12/bin
./configure --disable-cli --enable-static --disable-bashcompletion --disable-opencl --disable-thread --disable-interlaced --bit-depth=8 --chroma-format=420 --enable-debug --disable-avs --disable-swscale --disable-lavf --disable-ffms --disable-gpac --disable-lsmash --host=tic6x-ti-none
make -j$(nproc) example

Refer