#!/bin/bash # # HTS configure script for PS3 with PSL1GHT toolchain # # Copyright (c) 2011 Andreas Ă–man # # Based on FFmpeg's configure script: # # Copyright (c) 2000-2002 Fabrice Bellard # Copyright (c) 2005-2008 Diego Biurrun # Copyright (c) 2005-2008 Mans Rullgard # PLATFORM="ps3" OSENV="ps3" DEFAULT_UI="glw" source support/configure.inc GLW_DEFAULT_THEME="mono" TOOLCHAIN="${PS3DEV}/host/ppu/bin/ppu-" FFMPEG="${TOPDIR}/ps3support/ffmpeg" enable psl1ght enable embedded_resources show_help(){ common_help echo " --logtarget=HOST:PORT Log to HOST:PORT via UDP [disabled]" exit 1 } for opt do optval="${opt#*=}" case "$opt" in --help) show_help ;; --logtarget=*) DEFAULT_LOGTARGET="$optval" ;; *) common_opt $opt $optval esac done setup_env "$@" enable libfreetype enable spidermonkey enable trex enable emu_thread_specifics enable glw_frontend_ps3 enable glw_backend_rsx enable glw enable polarssl enable librtmp enable httpserver enable dvd enable ps3_vdec cat >> ${CONFIG_MAK} <> ${CONFIG_MAK} <