Update mpeg2dec plugin. Now depends on mpeg2dec 0.2.0.
authorDavid I. Lehn <dlehn@users.sourceforge.net>
Sun, 4 Mar 2001 22:22:37 +0000 (22:22 +0000)
committerDavid I. Lehn <dlehn@users.sourceforge.net>
Sun, 4 Mar 2001 22:22:37 +0000 (22:22 +0000)
Original commit message from CVS:
Update mpeg2dec plugin.  Now depends on mpeg2dec 0.2.0.

acconfig.h
configure.in
test/.gitignore

index b79e6091b6c6fe3829a209d0dadad298ecbd6270..e6bfe8c85232142f95c931e0dd0d60a1ac5df8e8 100644 (file)
@@ -30,6 +30,7 @@
 #undef HAVE_VORBIS
 #undef HAVE_LIBJPEG
 #undef HAVE_NASM
+#undef HAVE_MPEG2DEC
 
 #undef HAVE_ATOMIC_H
 
index 262f3a877bb97d1b811c3d47c5b57821791fd89b..0344b8583897b92068077147e7bcd6546f6da1a7 100644 (file)
@@ -360,6 +360,11 @@ AC_MSG_CHECKING(Shout library)
 AC_CHECK_LIB(shout, shout_init_connection, HAVE_LIBSHOUT=yes, HAVE_LIBSHOUT=no, )
 AC_CHECK_HEADER(shout/shout.h, :, HAVE_LIBSHOUT=no)
 
+dnl Check for mpeg2dec
+AC_MSG_CHECKING(mpeg2dec library)
+AC_CHECK_LIB(mpeg2, mpeg2_init, HAVE_MPEG2DEC=yes, HAVE_MPEG2DEC=no, )
+AC_CHECK_HEADER(mpeg2dec/mpeg2.h, :, HAVE_MPEG2DEC=no)
+
 
 dnl check if css-auth.c exists (FIXME)
 AC_MSG_CHECKING(DVD CSS code)
@@ -591,6 +596,7 @@ AM_CONDITIONAL(HAVE_LIBLAME,        test "x$HAVE_LIBLAME" = "xyes")
 AM_CONDITIONAL(HAVE_LIBSHOUT,       test "x$HAVE_LIBSHOUT" = "xyes")
 AM_CONDITIONAL(HAVE_LIBESD,         test "x$HAVE_LIBESD" = "xyes")
 AM_CONDITIONAL(HAVE_LIBASOUND,      test "x$HAVE_LIBASOUND" = "xyes")
+AM_CONDITIONAL(HAVE_MPEG2DEC,       test "x$HAVE_MPEG2DEC" = "xyes")
 
 
 
index 40244b01f8ce785c196aa9637f10ebd9f450336f..537f355523354e079208b96fcba90b59871a969d 100644 (file)
@@ -27,6 +27,7 @@ teardown
 buffer
 mp3parse
 mpeg2parse
+mpeg2parse2
 mp3play
 ac3parse
 ac3play