⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 rules.make

📁 ti达芬奇开发板H.264视频解码的完整demo程序
💻 MAKE
字号:
# The installation directory of the DVEVM dvevm_1_10.DVEVM_INSTALL_DIR=/opt/dvevm_1_10# Where the Codec Engine package is installed.CE_INSTALL_DIR=$(DVEVM_INSTALL_DIR)/codec_engine_1_02# Where the XDAIS package is installed.XDAIS_INSTALL_DIR=$(DVEVM_INSTALL_DIR)/xdais_5_00# Where the DSP Link package is installed.LINK_INSTALL_DIR=$(DVEVM_INSTALL_DIR)/dsplink_1_30_08_02# Where the CMEM (contiguous memory allocator) package is installed.CMEM_INSTALL_DIR=$(DVEVM_INSTALL_DIR)/cmem_1_01# Where the codec servers are installedCODEC_INSTALL_DIR=$(DVEVM_INSTALL_DIR)/codec_servers_1_00# Where the RTSC tools package is installed.XDC_INSTALL_DIR=$(DVEVM_INSTALL_DIR)/xdctools_1_21# Where Framework Components product is installedFC_INSTALL_DIR=$(DVEVM_INSTALL_DIR)/framework_components_1_00_03# Where DSP/BIOS is installedBIOS_INSTALL_DIR=$(DVEVM_INSTALL_DIR)/bios_5_30# The directory that points to your kernel source directory.LINUXKERNEL_INSTALL_DIR=/opt/mv_pro_4.0/montavista/pro/devkit/lsp/ti-davinci# The prefix to be added before the GNU compiler tools (optionally including# path), i.e. "arm_v5t_le-" or "/opt/bin/arm_v5t_le-".MVTOOL_PREFIX=/opt/mv_pro_4.0/montavista/pro/devkit/arm/v5t_le/bin/arm_v5t_le-# Where to copy the resulting executables and data to (when executing 'make# install') in a proper file structure. This EXEC_DIR should either be visible# from the target, or you will have to copy this (whole) directory onto the# target filesystem.EXEC_DIR=/home/sailor/rootfs/opt/dvevm

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -