[vlc-devel] [vlc-commits] Configure for android: disable more modules for smaller size

Rafaël Carré funman at videolan.org
Sat Jan 28 07:59:24 CET 2012


Le 2012-01-27 21:44, Rafaël Carré a écrit :

>> +                --enable-tremor --disable-vorbis \
> 
> Good catch

No audio output is created:
Bug reported by Edward, same file plays fine on desktop with both vorbis
and tremor.

Related to "ARM: detect VFP floating point unit" ?

Now HAVE_FPU is 0 since we use -mfloat-abi=softfp (and not =soft)

     `soft' and `hard' are equivalent to `-msoft-float' and
     `-mhard-float' respectively.  `softfp' allows the generation of
     floating point instructions, but still uses the soft-float calling
     conventions.


D/vlc     ( 2037): Creating an input for '01 - Overture.ogg'
D/vlc     ( 2037): using timeshift granularity of 50 MiB, in path '/tmp'
D/vlc     ( 2037): `file:///sdcard/mp3/01%20-%20Overture.ogg' gives
access `file' demux `' path `/sdcard/mp3/01%20-%20Overture.ogg'
D/vlc     ( 2037): creating demux: access='file' demux=''
location='/sdcard/mp3/01%20-%20Overture.ogg' file='/sdcard/mp3/01 -
Overture.ogg'
D/vlc     ( 2037): looking for access_demux module: 0 candidates
D/vlc     ( 2037): no access_demux module matched "file"
D/vlc     ( 2037): creating access 'file'
location='/sdcard/mp3/01%20-%20Overture.ogg', path='/sdcard/mp3/01 -
Overture.ogg'
D/vlc     ( 2037): looking for access module: 2 candidates
D/vlc     ( 2037): opening file `/sdcard/mp3/01 - Overture.ogg'
D/vlc     ( 2037): using access module "filesystem"
D/vlc     ( 2037): Using stream method for AStream*
D/vlc     ( 2037): starting pre-buffering
D/vlc     ( 2037): received first data after 0 ms
D/vlc     ( 2037): pre-buffering done 1024 bytes in 0s - 6802 KiB/s
D/vlc     ( 2037): looking for stream_filter module: 6 candidates
D/vlc     ( 2037): no stream_filter module matching "any" could be loaded
D/vlc     ( 2037): looking for stream_filter module: 1 candidate
D/vlc     ( 2037): using stream_filter module "stream_filter_record"
D/vlc     ( 2037): creating demux: access='file' demux=''
location='/sdcard/mp3/01%20-%20Overture.ogg' file='/sdcard/mp3/01 -
Overture.ogg'
D/vlc     ( 2037): looking for demux module: 50 candidates
D/vlc     ( 2037): using demux module "ogg"
D/vlc     ( 2037): looking for a subtitle file in /sdcard/mp3
D/vlc     ( 2037): looking for meta reader module: 1 candidate
D/vlc     ( 2037): using meta reader module "taglib"
D/vlc     ( 2037): removing module "taglib"
D/vlc     ( 2037): `file:///sdcard/mp3/01%20-%20Overture.ogg'
successfully opened
D/VLC/JNI/main( 2037): vlc_event_callback: failed to get JNI
environment, assuming native thread
D/vlc     ( 2037): File length is 4390309 bytes
D/vlc     ( 2037): found vorbis header
D/vlc     ( 2037): selecting program id=0

D/vlc     ( 2037): looking for decoder module: 24 candidates
D/vlc     ( 2037): using decoder module "tremor"
D/vlc     ( 2037): beginning of a group of logical streams
E/vlc     ( 2037): ES_OUT_RESET_PCR called
D/vlc     ( 2037): removing module "tremor"
D/vlc     ( 2037): killing decoder fourcc `vorb', 0 PES in FIFO

D/vlc     ( 2037): looking for decoder module: 24 candidates
D/vlc     ( 2037): using decoder module "tremor"
D/vlc     ( 2037): channels:2 samplerate:44100 bitrate:499821
D/vlc     ( 2037): Buffering 0%
D/vlc     ( 2037): Stream buffering done (901 ms in 0 ms)
D/vlc     ( 2037): Decoder buffering done in 7 ms



More information about the vlc-devel mailing list