Package: motion
Severity: important

The configure script of motion doesn't detect ffmpeg any longer:

checking for jpeg_set_defaults in -ljpeg... yes
checking for ffmpeg autodetecting... not found

**********************************************
* libavcodec.a or libavcodec.so or           *
* libavformat.a or libavformat.so not found: *
*    ALL FFMPEG FEATURES DISABLED            *
*                                            *
* Please read the Motion Guide for help:     *
* http://motion.sourceforge.net              *
**********************************************

The reason is that libav has been converted to multiarch in the
mean time:

        elif test -f /usr/lib/libavcodec.a -o -f /usr/lib/libavcodec.so && test 
-f /usr/lib/libavformat.a -o -f /usr/lib/libavformat.so ; then
                { $as_echo "$as_me:${as_lineno-$LINENO}: result: found in 
/usr/lib" >&5
$as_echo "found in /usr/lib" >&6; }
                FFMPEG_OK="found"
                FFMPEG_LIB="/usr/lib"
                FFMPEG_DIR="/usr"

However, which the current multiarch libav the files are at a different place:

/usr/lib/x86_64-linux-gnu
/usr/lib/x86_64-linux-gnu/pkgconfig
/usr/lib/x86_64-linux-gnu/pkgconfig/libavcodec.pc
/usr/lib/x86_64-linux-gnu/libavcodec.a
/usr/lib/x86_64-linux-gnu/libavcodec.so

See http://wiki.debian.org/Multiarch/Implementation for more information.

Cheers,
        Moritz

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.0.0-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to