On Wed, 21 Jul 2004, Anne Wilson wrote:

> OK, thanks.  Now I've installed it, but I'm still stuck with the libquicktime 
> installation.  So far I've not tracked down libavcodec or librom1394 - I'll 
> look again for these.

> Some packages, though, it reports as Missing when I know I have them installed
> - - they are
> 
> libdv (I have libdv2), libraw1394 and libavc1394.  Is this another case of 
> specific version being needed?
> 
> Do I need to have *all* these packages right before I can install 
> libquicktime?

        You do not need the libavcodec library (it's a special version of
        ffmpeg's libavcodec).   

        libdv is a Real Good Thing to have - and libquicktime requires 
        version the 0.102 version of libdv (in libquicktime's configure.ac
        file I see LIBDV_REQUIRED="0.102").   If that is the version you have
        installed then it will take looking at configure.log to see why
        the detection is failing.

        libdv is a pkg-config package so

                pkg-config --modversion libdv

        will give version number of libdv that's installed.

        librom1394 is not a separate package but is part of another 1394
        package - either libraw1394, libdc1394 or libavc1394 (I forget which
        one of those provides librom1394).

        Good place to check for those packages is at the Kino website:

           http://kino.schirmacher.de/article/static/3

        If all you're working with is MJPEG data then I think none of the 1394
        packages are strictly required.  All I work with is DV so naturally
        all of those 1394 packages are installed ;)

        Cheers,
        Steven Schultz



-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
_______________________________________________
Mjpeg-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mjpeg-users

Reply via email to