On Fri, 26 Sep 2003, Thierry Salmon wrote:

> following Ronald advice, I will try to use lav
> so trying to compile mjpegtools 1.6.1.90 or 1.6.1
>                                                                                      
>                                                                       

> 
> ./configure --prefix=/usr/local/mjpegtools --with-quicktime
> make

        Do you have libquicktime installed?   

        DO NOT use quicktime4linux - if you have that installed then
        remove it.  The quicktime4linux is incompatible with libdv:

> -I/usr/lib/glib/include -I/usr/X11R6/include -mcpu=i686 -march=i686 -g 
> -O2 -Wall -Wunused -c lav_io.c -MT lav_io.lo -MD -MP -MF 
> .deps/lav_io.TPlo  -fPIC -DPIC -o .libs/lav_io.o
> lav_io.c:35:22: libdv/dv.h: No such file or directory
> lav_io.c: In function `check_DV2_input':
> lav_io.c:1379: `dv_decoder_t' undeclared (first use in this function)
> lav_io.c:1379: (Each undeclared identifier is reported only once
> lav_io.c:1379: for each function it appears in.)
> lav_io.c:1379: `decoder' undeclared (first use in this function)
> lav_io.c:1379: warning: implicit declaration of function `dv_decoder_new'

        ...

        It looks like there is quicktime4linux installed and that will
        not work (as the errors show) with libdv.

        mjpegtools-1.6.1.90 uses libquicktime for the Quicktime support.

        http://sourceforge.net/projects/libquicktime

        There is libquicktime-0.9.2 (a release made before heavy
        development/changes began in the CVS version).

> so I try to disable DV
>                                                                                      
>                                                                       
> ./configure --prefix=/usr/local/mjpegtools --with-quicktime --with-dv=no
> ./configure --prefix=/usr/local/mjpegtools --with-quicktime --without-dv
>                                                                                      
>                                                                       
>     - video4linux recording/playback: true
>     - software MJPEG playback       : true
>     - movtar playback/recording     : false
>     - Quicktime playback/recording  : false

> so any tips ?
        
        You can use both libdv and quicktime as long as you use
        libquicktime.

        Cheers,
        Steven Schultz



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Mjpeg-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mjpeg-users

Reply via email to