summaryrefslogtreecommitdiffstats
path: root/m4/gst-mpeg2dec.m4
AgeCommit message (Collapse)AuthorFilesLines
2002-01-18- my mistake... mpeg2dec libs does not depend on X11 libraries (vo library ↵Wrobell1-16/+11
distributed with mpeg2dec depends on X11 l... Original commit message from CVS: - my mistake... mpeg2dec libs does not depend on X11 libraries (vo library distributed with mpeg2dec depends on X11 libs). Add configure option so user can specify where mpeg2dec library is installed. This way we do not guess where is mpeg2dec. If it is not in standard location (prefix==/usr), then leave it to the user. Changes inspired by AM_PATH_LIBMIKMOD.
2002-01-18- GST_CHECK_MPEG2DEC macro - checks for mpeg2dec in /usr/lib.Wrobell1-0/+24
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.