[FFmpeg-user] libquvi

Moritz Barsnick barsnick at gmx.net
Thu Jan 8 23:37:48 CET 2015


Hi Frans,

> I tried the quvi 0.4 as well as the 0.9 versions, both with bad results. 
> However, you got it compiled so I will have another look at it.

0.9 won't work. Please include your complete config.log from your 0.4
attempt.

FYI, here's what the relevant section looks like for me:

check_pkg_config libquvi quvi/quvi.h quvi_init
pkg-config --exists --print-errors libquvi
check_func_headers quvi/quvi.h quvi_init -lquvi
check_ld cc -lquvi
check_cc
BEGIN /tmp/ffconf.MdjdUcAZ.c
    1   #include <quvi/quvi.h>
    2   long check_quvi_init(void) { return (long) quvi_init; }
    3   int main(void) { return 0; }
END /tmp/ffconf.MdjdUcAZ.c
icc -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -I/usr/new/tools/video/install/x264/current/include -I/usr/new/tools/video/install/fdk-aac/current/include -std=c99 -fomit-frame-pointer -pthread -I/usr/include/fribidi -I/usr/include/freetype2 -I/usr/include/freetype2 -c -o /tmp/ffconf.ZuFagPS0.o /tmp/ffconf.MdjdUcAZ.c
icc -L/usr/new/tools/video/install/x264/current/lib -L/usr/new/tools/video/install/fdk-aac/current/lib -Wl,--as-needed -Wl,-z,noexecstack -o /tmp/ffconf.6cEQ3vvQ /tmp/ffconf.ZuFagPS0.o -lquvi -lopenjpeg -DOPJ_STATIC -lopencore-amrwb -lopencore-amrnb -lmp3lame -lfreetype -lfdk-aac -lass -lgnutls -lm -llzma -lbz2 -lz -pthread -lrt

What you could also try to show us the output from:

$ pkg-config --modversion libquvi
$ pkg-config --variable=includedir libquvi
$ ls -l `pkg-config --variable=includedir libquvi`/quvi/quvi.h
$ ls -l `pkg-config --variable=libdir libquvi`/libquvi*

> As I recall from some time ago, vlc needed this to be able to play some 
> files of the net. Maybe I am wrong, but will check that too.

I don't think vlc uses the ffmpeg binary, it uses the libav* libaries
(possibly a bundled version of them).

Moritz


More information about the ffmpeg-user mailing list