# x264 **Repository Path**: OpenWrt-X/x264 ## Basic Information - **Project Name**: x264 - **Description**: 可以直接放到package目录下,编译进去openwrt - **Primary Language**: Scala - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2014-12-26 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 1.x264不支持mips芯片汇编级优化 2.--disable-asm 关闭汇编级优化 3.编译安装 ./confgure --enable-shared (可以指定目录安装) make make install (sudo make install)