# HG changeset patch # User nicodvb # Date 1212305463 0 # Node ID 63f00298b35d05c789ad36c3217c03b866bca897 # Parent 91594145ec941518a782a3b8ea48f26c4d5d8d5a changed the code that checks the presence of the external dvdread to include the headers from libdvdread/ (as in current svn) diff -r 91594145ec94 -r 63f00298b35d configure --- a/configure Sun Jun 01 07:28:31 2008 +0000 +++ b/configure Sun Jun 01 07:31:03 2008 +0000 @@ -5367,14 +5367,13 @@ if test "$_dl" = yes; then cat > $TMPC << EOF #include -#include -#include -#include -#include +#include +#include +#include +#include int main(void) { return 0; } EOF fi - if test "$_dvdread" = no ; then _dvdreadconfig="dvdread-config" _dvdreadcflags=`$_dvdreadconfig --cflags` _dvdreadlibs=`$_dvdreadconfig --libs` @@ -5385,7 +5384,6 @@ _ld_extra="$_ld_extra $_dvdreadlibs" _res_comment="external" fi - fi fi if test "$_dvdread_internal" = yes; then