On Sun, Aug 31, 2008 at 5:46 PM, Xwang <[EMAIL PROTECTED]> wrote:

<snip>


>
> gcc -DHAVE_CONFIG_H -I. -I..    `/usr/bin/freetype-config --cflags`  -Wall
> -pedantic -I. -DDATADIR="\"/usr/share/tvtime\""
> -DCONFDIR="\"/usr/etc/tvtime\"" -DFIFODIR="\"/tmp\"" -D_LARGEFILE64_SOURCE
> -DLOCALEDIR="\"/usr/share/locale\"" -I../plugins  -I/usr/include/libxml2
> -g  -O3 -fomit-frame-pointer -std=gnu99 -MT tvtime-x11output.o -MD -MP -MF
> .deps/tvtime-x11output.Tpo -c -o tvtime-x11output.o `test -f 'x11output.c'
> || echo './'`x11output.c
> x11output.c:24:28: error: ffmpeg/swscale.h: Nessun file o directory

------------------------------------^^^^^^^^^^^^^^^^^^^^^----------------------------------

<snip>

> What can I do?


It's easy :-) Just issue the command:
$ sudo apt-get install libswscale-dev

How do you know which package has the needed file (swscale.h) ?
$sudo apt-get install apt-file
...
$sudo apt-file update
...
$apt-file search swscale.h
libswscale-dev: /usr/include/ffmpeg/swscale.h

Regards
Vincenzo

-- 
2.6.24.12 won't boot with em28xx device
https://bugs.launchpad.net/bugs/204578
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to