diff -Naur gst-plugins-bad-0.10.4.orig/configure gst-plugins-bad-0.10.4/configure --- gst-plugins-bad-0.10.4.orig/configure 2006-12-21 18:11:48 +0300 +++ gst-plugins-bad-0.10.4/configure 2007-04-28 15:27:22 +0400 @@ -41104,12 +41104,12 @@ if test -n "$PKG_CONFIG"; then if test -n "$PKG_CONFIG" && \ - { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"swfdec-0.3 >= 0.3.6\"") >&5 - ($PKG_CONFIG --exists --print-errors "swfdec-0.3 >= 0.3.6") 2>&5 + { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"swfdec-0.4 >= 0.4.0\"") >&5 + ($PKG_CONFIG --exists --print-errors "swfdec-0.4 >= 0.4.0") 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then - pkg_cv_SWFDEC_CFLAGS=`$PKG_CONFIG --cflags "swfdec-0.3 >= 0.3.6" 2>/dev/null` + pkg_cv_SWFDEC_CFLAGS=`$PKG_CONFIG --cflags "swfdec-0.4 >= 0.4.0" 2>/dev/null` else pkg_failed=yes fi @@ -41118,12 +41118,12 @@ fi if test -n "$PKG_CONFIG"; then if test -n "$PKG_CONFIG" && \ - { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"swfdec-0.3 >= 0.3.6\"") >&5 - ($PKG_CONFIG --exists --print-errors "swfdec-0.3 >= 0.3.6") 2>&5 + { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"swfdec-0.4 >= 0.4.0\"") >&5 + ($PKG_CONFIG --exists --print-errors "swfdec-0.4 >= 0.4.0") 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then - pkg_cv_SWFDEC_LIBS=`$PKG_CONFIG --libs "swfdec-0.3 >= 0.3.6" 2>/dev/null` + pkg_cv_SWFDEC_LIBS=`$PKG_CONFIG --libs "swfdec-0.4 >= 0.4.0" 2>/dev/null` else pkg_failed=yes fi @@ -41132,7 +41132,7 @@ fi if test $pkg_failed = yes; then - SWFDEC_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "swfdec-0.3 >= 0.3.6"` + SWFDEC_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "swfdec-0.4 >= 0.4.0"` # Put the nasty error message in config.log where it belongs echo "$SWFDEC_PKG_ERRORS" 1>&5 diff -Naur gst-plugins-bad-0.10.4.orig/configure.ac gst-plugins-bad-0.10.4/configure.ac --- gst-plugins-bad-0.10.4.orig/configure.ac 2006-12-21 18:10:47 +0300 +++ gst-plugins-bad-0.10.4/configure.ac 2007-04-28 15:26:04 +0400 @@ -665,7 +665,7 @@ dnl *** swfdec *** translit(dnm, m, l) AM_CONDITIONAL(USE_SWFDEC, true) GST_CHECK_FEATURE(SWFDEC, [swfdec plug-in], swfdec, [ - PKG_CHECK_MODULES(SWFDEC, swfdec-0.3 >= 0.3.6, HAVE_SWFDEC=yes, [ + PKG_CHECK_MODULES(SWFDEC, swfdec-0.4 >= 0.4.0, HAVE_SWFDEC=yes, [ HAVE_SWFDEC=no AC_MSG_RESULT(no) ])