[FFmpeg-devel] [PATCH 11/11] ffmpeg_opt: make use of recommended encoder configuration
Michael Niedermayer
michaelni at gmx.at
Mon Nov 17 15:15:54 CET 2014
On Mon, Nov 17, 2014 at 03:04:31AM +0100, Lukasz Marek wrote:
> On 17.11.2014 02:46, Lukasz Marek wrote:
> >So far ffmpeg used recommended configuration only for codec priv options.
> >ffmpeg will use now codec defaults and then apply recommended configuration
> >for all options. Recommended configuration possibly contains minimal
> >set of options to filful user configuration.
> >
> >Signed-off-by: Lukasz Marek <lukasz.m.luki2 at gmail.com>
> >---
> > ffmpeg_opt.c | 41 ++++++++++++-----------------------------
> > 1 file changed, 12 insertions(+), 29 deletions(-)
>
> whole patchset on my github, master branch
./configure && make -j12 alltools
LD tools/ffserver_config_test
gcc: error: ffserver_config.o: No such file or directory
gcc: error: cmdutils.o: No such file or directory
make: *** [tools/ffserver_config_test] Error 1
make -j12 && make -j12 alltools
LD tools/ffserver_config_test
libavformat/libavformat.a(swfdec.o): In function `swf_read_packet':
/home/michael/ffmpeg-git/ffmpeg/libavformat/swfdec.c:335: undefined reference to `uncompress'
libavformat/libavformat.a(swfdec.o): In function `swf_read_header':
/home/michael/ffmpeg-git/ffmpeg/libavformat/swfdec.c:124: undefined reference to `inflateInit_'
libavformat/libavformat.a(swfdec.o): In function `zlib_refill':
/home/michael/ffmpeg-git/ffmpeg/libavformat/swfdec.c:92: undefined reference to `inflate'
libavformat/libavformat.a(swfdec.o): In function `swf_read_close':
/home/michael/ffmpeg-git/ffmpeg/libavformat/swfdec.c:502: undefined reference to `inflateEnd'
...
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
Observe your enemies, for they first find out your faults. -- Antisthenes
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20141117/2f296066/attachment.asc>
More information about the ffmpeg-devel
mailing list