[vlc-devel] Re: Problems making vlc-0.8.6b

Toni Menendez Lopez tonimenen at gmail.com
Wed May 30 00:25:55 CEST 2007


Yes, I have installed faad2 :  faad2-2.0.tar.gz

In fact, this files were installed after installation of faad2

./usr/local/enctools/lib/libfaad.a
./usr/local/enctools/lib/libfaad.so.0.0.0
./usr/local/enctools/lib/libfaad.la
./usr/local/enctools/lib/libfaad.so
./usr/local/enctools/lib/libfaad.so.0
./usr/local/enctools/include/faad.h
./usr/local/enctools/bin/faad

Look :


faad
 *********** Ahead Software MPEG-4 AAC Decoder V2.0      ******************

 Build: May 25 2007
 Copyright 2002-2004: Ahead Software AG
 http://www.audiocoding.com
 Floating point version

 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 2 of the License, or
 (at your option) any later version.

 You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.

 **************************************************************************


Usage:
faad [options] infile.aac
Options:
 -h    Shows this help screen.
 -i    Shows info about the input file.
 -a X  Write MPEG-4 AAC ADTS output file.
 -t    Assume old ADTS format.
 -o X  Set output filename.
 -f X  Set output format. Valid values for X are:
        1:  Microsoft WAV format (default).
        2:  RAW PCM data.
 -b X  Set output sample format. Valid values for X are:
        1:  16 bit PCM data (default).
        2:  24 bit PCM data.
        3:  32 bit PCM data.
        4:  32 bit floating point data.
        5:  64 bit floating point data.
 -s X  Force the samplerate to X (for RAW files).
 -l X  Set object type. Supported object types:
        1:  Main object type.
        2:  LC (Low Complexity) object type.
        4:  LTP (Long Term Prediction) object type.
        23: LD (Low Delay) object type.
 -d    Down matrix 5.1 to 2 channels
 -w    Write output to stdio instead of a file.
 -g    Disable gapless decoding.
Example:
       faad infile.aac
       faad infile.mp4
       faad -o outfile.wav infile.aac
       faad -w infile.aac > outfile.wav
       faad -a outfile.aac infile.aac



2007/5/29, Jean-Paul Saman <jean-paul.saman at planet.nl>:
>
> Toni Menendez Lopez wrote:
> > I am trying to make this version of VLC : vlc-0.8.6b
> >
> > I am using following configure options.-
> >
> > ./configure  --prefix=/usr/local/enctools \
> > --enable-dv \
> > --enable-livedotcom --with-livedotcom-tree=../live \
> > --enable-v4l \
> > --enable-ogg --enable-mad --enable-faad --enable-a52 --enable-flac \
> > --enable-libmpeg2 --enable-vorbis --enable-speex --enable-theora \
> > --enable-png --enable-x264 \
> > --enable-freetype --enable-fribidi --enable-libxml2 \
> > --enable-ffmpeg --with-ffmpeg-mp3lame --with-ffmpeg-faac \
> > --with-ffmpeg-vorbis --with-ffmpeg-theora --with-ffmpeg-ogg
> >
> > Configure runs OK, but when I try to execute make I get following error
> :
> >
> > faad.c: In function āDecodeBlockā:
> > faad.c:319: error: āfaacDecFrameInfoā it has not a member called āpsā
> > faad.c:323: error: āfaacDecFrameInfoā has not a member called āpsā
> > faad.c:337: error: āfaacDecFrameInfoā has not a member called āpsā
> > make[4]: *** [libfaad_plugin_a-faad.o] Error 1
> >
> You miss the faad2 package on your system, so either use --disable-faad
> or install the missing package.
>
> >
> >
> > x264 has been download using svn, and installed fine.
> > ffmpeg has download using svn, and installed fine.
> >
> >
> > Thanks,
> >
> > Toni.
> >
>
> --
> This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
> To unsubscribe, please read http://developers.videolan.org/lists.html
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20070530/fc089cb0/attachment.html>


More information about the vlc-devel mailing list