Re: [Libav-user] FFmpeg components needed to extract audio/video metadata

2012-10-22 Thread William Seemann
Thanks Carl, that was a very helpful response. I ended up using the following compiler flags: FLAGS=$FLAGS --enable-shared --disable-symver FLAGS=$FLAGS --enable-small --optimization-flags=-O2 FLAGS=$FLAGS --disable-doc FLAGS=$FLAGS --disable-ffmpeg FLAGS=$FLAGS --disable-ffplay FLAGS=$FLAGS

Re: [Libav-user] FFmpeg components needed to extract audio/video metadata

2012-10-11 Thread Carl Eugen Hoyos
William Seemann wseemann@... writes: FLAGS=$FLAGS --enable-shared --disable-symver (You could add --disable-debug although it is not default for shared anyway iirc.) FLAGS=$FLAGS --enable-small --optimization-flags=-O2 There are two possibilities: Either -O2 is good (be it for all