[MPlayer-G2-dev] CVS: g2 configure.g2.diff,NONE,1.1

Alex Beregszaszi syncmail at mplayerhq.hu
Fri Sep 23 00:33:09 CEST 2005


CVS change done by Alex Beregszaszi

Update of /cvsroot/mplayer/g2
In directory mail:/var2/tmp/cvs-serv24040

Added Files:
	configure.g2.diff 
Log Message:
have a patch of differences between stock configure

--- NEW FILE ---
This is the difference to stock configure.

--- configure	2005-09-23 00:31:14.000000000 +0200
+++ configure.g1	2005-09-23 00:34:02.000000000 +0200
@@ -1703,7 +1712,7 @@
 done
 echores "using $_language (man pages: $LANGUAGES)"
 _mp_help="help/help_mp-${_language}.h"
-test -f $_mp_help || die "$_mp_help not found"
+# test -f $_mp_help || die "$_mp_help not found"
 
 echocheck "enable sighandler"
 if test "$_sighandler" = yes ; then
@@ -3673,20 +3711,20 @@
 if test "$_dvdkit" = auto ; then
  _dvdkit=no
  if linux || freebsd || netbsd || darwin || cygwin || openbsd || sunos || hpux; then
-  test -f "./libmpdvdkit2/Makefile" && _dvdkit=yes
-  test -f "./libmpdvdkit/Makefile" && _dvdkit=yes
+  test -f "./stream/mpdvdkit2/Makefile" && _dvdkit=yes
+  test -f "./stream/mpdvdkit/Makefile" && _dvdkit=yes
  fi
 fi
 if test "$_dvdkit" = yes ; then
   if test "$_dvd" = yes || test "$_cdrom" = yes || test "$_cdio" = yes || test "$_dvdio" = yes || test "$_bsdi_dvd" = yes || test "$_hpux_scsi_h" = yes || darwin || cygwin ; then
-   if test -f "./libmpdvdkit2/Makefile" ; then
+   if test -f "./stream/mpdvdkit2/Makefile" ; then
     _inputmodules="mpdvdkit2 $_inputmodules"
-    _dvdread=libmpdvdkit2
+    _dvdread=mpdvdkit2
     _dvdkit2=yes
     _dvdkit=no
    else
     _inputmodules="mpdvdkit $_inputmodules"
-    _dvdread=libmpdvdkit
+    _dvdread=mpdvdkit
    fi
   else
     _noinputmodules="mpdvdkit $_noinputmodules"
@@ -5857,6 +5915,8 @@
 
 #############################################################################
 
+if false; then
+
 echo "Creating help_mp.h"
 cat > help_mp.h << EOF
 //
@@ -5872,6 +5932,8 @@
   help/help_diff.sh $_mp_help <help/help_mp-en.h >> help_mp.h
 fi
 
+fi
+
 #############################################################################
 
 cat << EOF




More information about the MPlayer-G2-dev mailing list