[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gnash] Gstreamer dependency checking.
From: |
Tomas Groth |
Subject: |
Re: [Gnash] Gstreamer dependency checking. |
Date: |
Tue, 28 Mar 2006 21:10:27 +0200 (CEST) |
hi,
> Hi, I'm not sure why but the "configure" script does not detect
> correctly the gstreamer dependency on my Debian (*).
>
> The script does:
> line: 23774
> for j in `ls -dr $i/gstreamer-[0-9].[0-9][0-9] 2>/dev/null`; do
>
> i my system I need:
> for j in `ls -dr $i/gstreamer-[0-9].[0-9] 2>/dev/null`; do
>
> in order to work because my gstreamer gets installed under:
> /usr/include/gstreamer-0.8
>
This is probably because the gstreamer version needed (once the new sound
system is ready) is 0.10.
cheers,
Tomas