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

David I. Lehn dlehn at vt.edu
Fri Jan 18 08:05:04 CET 2002


* 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)

-dave
-- 
David I. Lehn <dlehn at vt.edu>  | http://www.lehn.org/~dlehn/
Computer Engineering Graduate @ Virginia Tech in sunny Blacksburg, VA




More information about the gstreamer-devel mailing list