[gst-devel] Re: [gst-cvs] CVS: gst-plugins/m4 gst-mpeg2dec.m4,NONE,1.1

wrobell wrobell at ite.pl
Fri Jan 18 10:24:03 CET 2002


On Fri, Jan 18, 2002 at 11:04:37AM -0500, David I. Lehn wrote:
> * wrobell <wrobell at users.sourceforge.net> [20020118 10:46]:
> > Update of /cvsroot/gstreamer/gst-plugins/m4
> > In directory usw-pr-cvs1:/tmp/cvs-serv16284
> > 
> > Added Files:
> > 	gst-mpeg2dec.m4 
> > Log Message:
> > - GST_CHECK_MPEG2DEC macro - checks for mpeg2dec in /usr/lib.
> >   If not found then checks for mpeg2dec in /usr/X11R6/lib.
> > 
> >   This macro is needed because mpeg2dec depends on X11R6 libraries
> >   and as FHS states, it should be placed in /usr/X11R6 tree but
> >   some distros do not care and put mpeg2dec into /usr/lib.
> > 
> 
> Uh... the libs have no X deps at all:
> 
> $ ldd /usr/lib/libmpeg2.so /usr/lib/libmpeg2dec.so
> /usr/lib/libmpeg2.so:
>     libc.so.6 => /lib/libc.so.6 (0x40022000)
>     /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000)
> /usr/lib/libmpeg2dec.so:
>     libc.so.6 => /lib/libc.so.6 (0x40011000)
>     /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000)
Hmmm... you are right. My mistake.

I have made some investigation...
There is also built libvo library with mpeg2dec on my system.
That's the reason why mpeg2dec could be installed in /usr/X11R6/lib.

Because GST_CHECK_MPEG2DEC macro does not hurt my proposal is not
to kill the beast...

    wrobell <wrobell at ite.pl>








More information about the gstreamer-devel mailing list