summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorWrobell <wrobell@ite.pl>2002-01-18 14:11:31 +0000
committerWrobell <wrobell@ite.pl>2002-01-18 14:11:31 +0000
commit36e0484f31afea6651cfc87a0861aba2e32c7a26 (patch)
treeb5029e39d6a34b586ed07b610407c92f393016c4 /configure.ac
parent53d7efadf571fd9b58d26caf9baaff70a5181f47 (diff)
- use GST_CHECK_MPEG2DEC macro when mpeg2dec detecting
Original commit message from CVS: - use GST_CHECK_MPEG2DEC macro when mpeg2dec detecting
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 1 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index ce22a073..60a0e1ef 100644
--- a/configure.ac
+++ b/configure.ac
@@ -559,10 +559,7 @@ GST_CHECK_FEATURE(MJPEGTOOLS, [mjpegtools], jpegmmxenc jpegmmxdec, [
dnl *** mpeg2dec ***
translit(dnm, m, l) AM_CONDITIONAL(USE_MPEG2DEC, true)
-GST_CHECK_FEATURE(MPEG2DEC, [mpeg2dec], mpeg2dec, [
- GST_CHECK_LIBHEADER(MPEG2DEC, mpeg2, mpeg2_init,, mpeg2dec/mpeg2.h, MPEG2DEC_LIBS="-lmpeg2 -lmpeg2dec")
- AC_SUBST(MPEG2DEC_LIBS)
-])
+GST_CHECK_FEATURE(MPEG2DEC, [mpeg2dec], mpeg2dec, [ GST_CHECK_MPEG2DEC() ])
dnl *** openquicktime ***
translit(dnm, m, l) AM_CONDITIONAL(USE_OPENQUICKTIME, true)