- GST_CHECK_MPEG2DEC macro - checks for mpeg2dec in /usr/lib.
authorWrobell <wrobell@ite.pl>
Fri, 18 Jan 2002 14:09:52 +0000 (14:09 +0000)
committerWrobell <wrobell@ite.pl>
Fri, 18 Jan 2002 14:09:52 +0000 (14:09 +0000)
commit4fde116853d93991435fda57a8f8d0384ed100df
tree8b551f7a5543e85a42745cf25283c017bfdd47fb
parent1fa123ed51a3d00f41ad877162792e23baef852e
- GST_CHECK_MPEG2DEC macro - checks for mpeg2dec in /usr/lib.

Original commit message from CVS:
- 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.

It depends on CHECK_LIBHEADER macro.
m4/gst-mpeg2dec.m4 [new file with mode: 0644]