File configure_allow_newer_xvid.diff of Package xdtv
--- xdtv-2.4.1cvs15.old/configure 2009-03-22 16:02:06.000000000 +0100
+++ xdtv-2.4.1cvs15/configure 2011-09-21 12:22:54.000000000 +0200
@@ -32005,7 +32005,7 @@
{ $as_echo "$as_me:$LINENO: checking if XviD API version is 2.1 or 4.0 or 4.1" >&5
-$as_echo_n "checking if XviD API version is 2.1 or 4.0 or 4.1... " >&6; }
+$as_echo_n "checking if XviD API version is 2.1 or 4.0 or 4.1 or 4.3... " >&6; }
if test "$cross_compiling" = yes; then
{ { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
@@ -32031,7 +32031,7 @@
return 1;
#endif
#elif defined(XVID_API)
- #if XVID_API == XVID_MAKE_API(4, 0) || XVID_API == XVID_MAKE_API(4, 1)
+ #if XVID_API == XVID_MAKE_API(4, 0) || XVID_API == XVID_MAKE_API(4, 1) || XVID_API == XVID_MAKE_API(4, 3)
return 0;
#else
return 1;
@@ -32085,7 +32085,7 @@
{ $as_echo "$as_me:$LINENO: result: $xvid_api_version" >&5
$as_echo "$xvid_api_version" >&6; }
if test "$xvid_api_version" = "no"; then
- echo "*** XviD API version is not 2.1 or 4.0: feature is disabled ***"
+ echo "*** XviD API version is not 2.1 or 4.0 or 4.1 or 4.3: feature is disabled ***"
fi