Re: [PATCH] Fixed configure.g1 (was Re: pre31 + pause)
Dmitry Baryshkov <[email protected]>
| Newsgroups | gmane.comp.video.mplayer.g2.devel |
|---|---|
| Message-ID | <[email protected]> |
Hello! ц╥ ??, 29.05.2003, ц≈ 20:51, Dmitry Baryshkov ц░ц┴ц⌡ц┘ц■: > Hello! > ц╥ ??, 29.05.2003, ц≈ 21:10, Arpi ц░ц┴ц⌡ц┘ц■: > [skipped] > > send patch > attached Sorry, forgot to attach. > > i has no time nor interest to test & fix more this configure script, as > > it's a temporal solution for ppl. who are unable to copy config.* from g1, > > or hand-edit the files... > It's for such people:) > > > > > > A'rpi / Astral & ESP-team > > > > -- > > Developer of MPlayer G2, the Movie Framework for all - http://www.MPlayerHQ.hu > > > > _______________________________________________ > > MPlayer-G2-dev mailing list > > [email protected] > > http://mplayerhq.hu/mailman/listinfo/mplayer-g2-dev -- With best wishes Dmitry Baryshkov <[email protected]> _______________________________________________ MPlayer-G2-dev mailing list [email protected] http://mplayerhq.hu/mailman/listinfo/mplayer-g2-dev
configure.g1.patch
(application/octet-stream, 882 B)
--- configure.g1.old 2003-05-29 02:14:11.000000000 +0400 +++ configure.g1 2003-05-29 02:36:01.000000000 +0400 @@ -3669,7 +3669,7 @@ echores "not supported on this OS" fi -echocheck "DVD support (libmpdvdkit)" +echocheck "DVD support (mpdvdkit)" if test "$_dvdkit" = auto ; then _dvdkit=no if linux || freebsd || netbsd || darwin || cygwin || openbsd || sunos || hpux; then @@ -3770,15 +3770,15 @@ _noinputmodules="dvdread $_noinputmodules" echores "no" ;; - libmpdvdkit) + mpdvdkit) _largefiles=yes _def_dvdread='#define USE_DVDREAD 1' _ld_css='-Llibmpdvdkit -lmpdvdkit' _noinputmodules="dvdread $_noinputmodules" _def_mpdvdkit="#define USE_MPDVDKIT 1" - echores "disabled by libmpdvdkit" + echores "disabled by mpdvdkit" ;; - libmpdvdkit2) + mpdvdkit2) _largefiles=yes _def_dvdread='#define USE_DVDREAD 1' _ld_css='-Llibmpdvdkit2 -lmpdvdkit'