#!/bin/bash #plat 97405 B0 export PLATFORM=97205 export BCHP_VER=B0 export LINUX=/opt/jfisher/7405/stblinux-2.6.18 export LINUX_INC=$LINUX/include export PATH=/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:/opt/toolchains/crosstools_sf-linux-2.6.18.0_gcc-4.2-3ts_uclibc-nptl-0.9.29-20070423_20071102/bin # Enable Following Options Only if you have access to asf and avi source code. #export MEDIA_ASF_SUPPORT=y #export MEDIA_AVI_SUPPORT=y export RAP_AC3_SUPPORT=y export RAP_DDP_SUPPORT=y export RAP_MPEG_SUPPORT=y export RAP_DDP_TO_AC3_SUPPORT=y export RAP_AACSBR_SUPPORT=y export RAP_SRC_SUPPORT=y # LATEST won't build with PLAYBACK_IP_SUPPORT enabled export PLAYBACK_IP_SUPPORT=n #Following options will need #export MEDIA_ASF_SUPPORT=y #export RAP_WMAPRO_SUPPORT=y #export RAP_WMA_SUPPORT=y export BUILD_SYSTEM=nexus #export SMP=y - Build for SMP kernel #cd BSEAV/app/brutus/build export DTA_CABLE=y make clean