1 Star 0 Fork 15

armer/MP4v2-H265-study

forked from mazcpnt/MP4v2-H265-study 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build-uclibc.sh 296 Bytes
一键复制 编辑 原始数据 按行查看 历史
Armer song 提交于 2024-05-29 11:36 . [Update]
#!/bin/bash
export CC=arm-ts-linux-uclibcgnueabihf-gcc
export CXX=arm-ts-linux-uclibcgnueabihf-g++
export CFLAGS="-Os -ffunction-sections -fdata-sections -Wl,-gc-sections"
export CXXFLAGS="-Os -ffunction-sections -fdata-sections -Wl,-gc-sections"
./configure --host=arm-ts-linux-uclibcgnueabihf
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/armer/mp4v2-h265-study.git
git@gitee.com:armer/mp4v2-h265-study.git
armer
mp4v2-h265-study
MP4v2-H265-study
master

搜索帮助