From 97e5f304ce0e3693f72f44710e6d86e5f323bead Mon Sep 17 00:00:00 2001 From: rathann Date: Sat, 30 Aug 2008 12:22:21 +0000 Subject: Rename internal libdvdread fork from dvdread to libdvdread to avoid clashing with external libdvdread. (Sync with libdvdread r1122) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27498 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 997d5aa3be..6e344ebc96 100755 --- a/configure +++ b/configure @@ -5475,10 +5475,10 @@ elif test "$_dvdread" = auto ; then if test "$_dl" = yes; then cat > $TMPC << EOF #include -#include -#include -#include -#include +#include +#include +#include +#include int main(void) { return 0; } EOF fi -- cgit v1.2.3