Henry Garcia | 7 Jun 2008 23:32
Picon

dvdnav fails to compile in MingW

Compiler is about to finish up and then the following appears as the error
message:

  /usr/lib/live/UsageEnvironment/libUsageEnvironment.a
> /usr/lib/live/BasicUsageEnvironment/libBasicUsageEnvironment.a
> -lwinmm -lws2_32 -liconv -lpng -lz -ljpeg -lungif -Ld:/msys/1.0.1/mingw/lib
> -lfreetype -lz -lmad -ltheora -logg -ladvapi32 -lole32  -lstdc++ -lxvidcore
> -lm -lole32 -luuid  -ldl  -static -lm
> mplayer.o:mplayer.c:(.text+0x1069): undefined reference to
> `mp_dvdnav_get_spu_clut'
> mplayer.o:mplayer.c:(.text+0x563e): undefined reference to
> `mp_dvdnav_number_of_subs'
>

etc.
bunch of dvdnav messages

using ./configure --prefix=/opt/mplayer --enable static

Environment:
 MingW, gcc 3.4.5, Windows 2000

Subversion:
 SVN 27025
turbos10 | 11 Jun 2008 11:51
Picon

Working environment

Who compiles windows version mplayer to official page http://www.mplayerhq.hu?
He/She use MSYS/minGW or some cross compilation tools?
I have some compilation errors. Can someone compress (7zip/win rar -
solid archive) all necessary directory (msys/mingw with iconv, libogg,
libvorbis, freetype ,x264…) and send me using rapidshare?
turbos10 | 26 Jun 2008 12:59
Picon

OpenGl – Windows and -wid

If I use player in slave mode on OpenGl drivers, with attach to an
existing window:
 -vo gl -fs  -wid 264312
I have problem to go to fullscreen. (f key or slave command). On
directx it works perfect but don't work on opengl.
If I send 'fullscreen' – movie is in window, only zoomed.
compn | 26 Jun 2008 17:36
Picon
Favicon

Re: OpenGl – Windows and -wid

On Thu, 26 Jun 2008 12:59:19 +0200, turbos10 <turbos11 <at> gmail.com> wrote:
>If I use player in slave mode on OpenGl drivers, with attach to an
>existing window:
> -vo gl -fs  -wid 264312
>I have problem to go to fullscreen. (f key or slave command). On
>directx it works perfect but don't work on opengl.
>If I send 'fullscreen' – movie is in window, only zoomed.

does vo gl fullscreen properly without wid/slave mode ?
if not, please post mplayer -v -vo gl -fs -frames 10 somefile.avi output.

-compn
_______________________________________________
MPlayer-cygwin mailing list
MPlayer-cygwin <at> mplayerhq.hu
https://lists.mplayerhq.hu/mailman/listinfo/mplayer-cygwin
compn | 26 Jun 2008 17:39
Picon
Favicon

Re: Working environment

On Wed, 11 Jun 2008 11:51:46 +0200, turbos10 wrote:
>Who compiles windows version mplayer to official page http://www.mplayerhq.hu?
>He/She use MSYS/minGW or some cross compilation tools?
>I have some compilation errors. Can someone compress (7zip/win rar -
>solid archive) all necessary directory (msys/mingw with iconv, libogg,
>libvorbis, freetype ,x264…) and send me using rapidshare?

http://oss.netfarm.it/mplayer-win32.php
has most/all of the libs built.

-compn
_______________________________________________
MPlayer-cygwin mailing list
MPlayer-cygwin <at> mplayerhq.hu
https://lists.mplayerhq.hu/mailman/listinfo/mplayer-cygwin
Reimar Döffinger | 26 Jun 2008 18:28
Picon
Picon

Re: OpenGl – Windows and -wid

On Thu, Jun 26, 2008 at 12:59:19PM +0200, turbos10 wrote:
> If I use player in slave mode on OpenGl drivers, with attach to an
> existing window:
>  -vo gl -fs  -wid 264312
> I have problem to go to fullscreen. (f key or slave command). On
> directx it works perfect but don't work on opengl.
> If I send 'fullscreen' – movie is in window, only zoomed.

As far as I am concerned, the bug is in -vo directx, -wid is supposed to
_always_ display in the window, resize your window to go into fullscreen
mode.

Greetings,
Reimar Döffinger
_______________________________________________
MPlayer-cygwin mailing list
MPlayer-cygwin <at> mplayerhq.hu
https://lists.mplayerhq.hu/mailman/listinfo/mplayer-cygwin
Henry Garcia | 27 Jun 2008 21:03
Picon

SVN 27139: rtsp.c WSAEINPROGRESS not declared

Make fails on compiling rtsp.c

stream/librtsp/rtsp.c: In function `write_stream':
stream/librtsp/rtsp.c:66: warning: implicit declaration of function `send'
stream/librtsp/rtsp.c:74: warning: implicit declaration of function
`WSAGetLastError'
stream/librtsp/rtsp.c:74: error: `WSAEINPROGRESS' undeclared (first
use in this function)
stream/librtsp/rtsp.c:74: error: (Each undeclared identifier is
reported only once
stream/librtsp/rtsp.c:74: error: for each function it appears in.)
stream/librtsp/rtsp.c: In function `read_stream':
stream/librtsp/rtsp.c:93: warning: implicit declaration of function `recv'
stream/librtsp/rtsp.c:97: error: `fd_set' undeclared (first use in
this function)
stream/librtsp/rtsp.c:97: error: syntax error before "rset"
stream/librtsp/rtsp.c:100: warning: implicit declaration of function `FD_ZERO'
stream/librtsp/rtsp.c:100: error: `rset' undeclared (first use in this function)
stream/librtsp/rtsp.c:101: warning: implicit declaration of function `FD_SET'
stream/librtsp/rtsp.c:106: warning: implicit declaration of function `select'
make: *** [stream/librtsp/rtsp.o] Error 1

--------------------------------------

gcc 3.4.5
Windows 2000
MingW
Erik Lunchpail | 28 Jun 2008 21:33
Picon
Favicon

Re: SVN 27139: rtsp.c WSAEINPROGRESS not declared


--- Henry Garcia <defsyn <at> gmail.com> wrote:

> Make fails on compiling rtsp.c
> 

Should be fixed now, try a fresh checkout.
Jirka Jakl | 28 Jun 2008 17:00
Picon

Re: SVN 27139: rtsp.c WSAEINPROGRESS not declared


> Make fails on compiling rtsp.c
>
> ....
> make: *** [stream/librtsp/rtsp.o] Error 1
>
> --------------------------------------
>
> gcc 3.4.5
> Windows 2000
> MingW
Adding #include <winsock2.h> to stream/librtsp/rtsp.h solves the problem.

Best regard,
jirja
Henry Garcia | 1 Jul 2008 02:30
Picon

MingW: building libdvdread SVN 1109

Trying to build libdvdread on MingW with the latest SVN
using:
 libtool version 1.5.26
 gcc 3.4.5
 MingW 1.0.1
 Windows 2000

Hacked the Makefile to allow it to continue, but then ended up with problems
with
 dlopen, dlxxx, etc.

I suppose dlopen and company don't exist for MingW?

But I wonder if this an exercise in futility for MingW? I've never have been
able to get libdvdnav to work on Windows, just Linux.

$ ./autogen.sh --prefix=/mingw
./autogen.sh: line 88: glibtool: command not found
./autogen.sh: line 89: test: : integer expression expected
./autogen.sh: line 89: test: : integer expression expected

**Error**: You must have `libtool' >= 1.4.0 installed to
           compile libdvdread. Download the appropriate package
           for your distribution or source from ftp.gnu.org.

Gmane