ustc-ivclab / x264

x264 Git mirror. maintainers: @ustc-ivclab/x264-transplant

Home Page:https://code.videolan.org/videolan/x264/-/merge_requests/128

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

x264 Git mirror. maintainers: @ustc-ivclab/x264-transplant

https://code.videolan.org/videolan/x264/-/merge_requests/128

License:GNU General Public License v2.0


Languages

Language:C 73.6%Language:Assembly 24.2%Language:Python 0.9%Language:Perl 0.9%Language:Makefile 0.3%Language:Shell 0.1%