source: svn/newcon3bcm2_21bu/nexus/app/clean.sh

Last change on this file was 76, checked in by megakiss, 10 years ago

1W 대기전력을 만족시키기 위하여 POWEROFF시 튜너를 Standby 상태로 함

  • Property svn:executable set to *
File size: 922 bytes
Line 
1#!/bin/bash
2#plat 97405 B0
3export PLATFORM=97205
4export BCHP_VER=B0
5export LINUX=/opt/jfisher/7405/stblinux-2.6.18
6export LINUX_INC=$LINUX/include
7export 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
8# Enable Following Options Only if you have access to asf and avi source code.
9#export MEDIA_ASF_SUPPORT=y
10#export MEDIA_AVI_SUPPORT=y
11
12export RAP_AC3_SUPPORT=y
13export RAP_DDP_SUPPORT=y
14export RAP_MPEG_SUPPORT=y
15export RAP_DDP_TO_AC3_SUPPORT=y
16export RAP_AACSBR_SUPPORT=y
17export RAP_SRC_SUPPORT=y
18
19# LATEST won't build with PLAYBACK_IP_SUPPORT enabled
20export PLAYBACK_IP_SUPPORT=n
21
22#Following options will need 
23#export MEDIA_ASF_SUPPORT=y
24#export RAP_WMAPRO_SUPPORT=y
25#export RAP_WMA_SUPPORT=y
26
27export BUILD_SYSTEM=nexus
28
29#export SMP=y - Build for SMP kernel
30
31#cd BSEAV/app/brutus/build
32export DTA_CABLE=y
33make clean
34
35
Note: See TracBrowser for help on using the repository browser.