On Tue, Nov 18, 2008 at 11:45:54PM +0100, Gerard Robin wrote:
From: Gerard Robin <[EMAIL PROTECTED]>
To: debian-laptop <[email protected]>
Subject: Re: in which package debian is ffmpeg-dev ?
X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on liszt.debian.org
X-Spam-Level:
X-Spam-Status: No, score=-10.0 required=4.0 tests=GMAIL,LDOSUBSCRIBER,
LDO_WHITELIST autolearn=failed version=3.2.3
MTA: Postfix Version: 2.5.5-1.1
EDITOR: vim or gvim
On Tue, Nov 18, 2008 at 10:32:16AM +0100, Alexandre Rossi wrote:
From: Alexandre Rossi <[EMAIL PROTECTED]>
To: debian-laptop <[email protected]>
Subject: Re: in which package debian is ffmpeg-dev ?
checking ffmpeg/avcodec.h usability... no
checking ffmpeg/avcodec.h presence... no
checking for ffmpeg/avcodec.h... no
configure: error: ffmpeg-devel is required to build LiveCam
My problem is that the package ffmpeg-dev doesn't exist in debian.
I would like to know What package debian contains ffmpeg-dev.
Because it is splitted in Debian.
Try libavcodec-dev.
You can get a list of the -dev packages built from the ffmpeg library
at the following address:
http://packages.debian.org/source/sid/ffmpeg-debian
You can also use the apt-file tool :
$ apt-file search ffmpeg/avcodec.h
libavcodec-dev: /usr/include/ffmpeg/avcodec.h
Ok, I installed libavcodec-dev apt-file search ffmpeg/avcodec.h gives:
libavcodec-dev: /usr/include/ffmpeg/avcodec.h
libavcodeccvs-dev: /usr/include/ffmpeg/avcodec.h
libmyth-dev: /usr/include/mythtv/ffmpeg/avcodec.h
./configure always failed with the same result I think it's not a
problem caused by debian packages.
Problem solved:
in debian avcodec.h is in /usr/include/ffmpeg/libavcodec/avcodec.h
I copied the file avcodec.h in /usr/include/ffmpeg/ and ./configure
worked fine i.e.:
checking ffmpeg/avcodec.h usability... yes
checking ffmpeg/avcodec.h presence... yes
checking for ffmpeg/avcodec.h... yes
But configure request qt-mt too and I had to install the package libqt3-mt-dev
And make worked fine and finally my webcam works fine ...
--
Gérard
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]