Back to home page

DOS ain't dead

Forum index page

Log in | Register

Back to the forum
Board view  Mix view

New DJGPP Mplayer build from SVN (Announce)

posted by dalmudlee, 01.02.2012, 16:28

RE: SVN-r34600
Hi,
Referenced build only plays mono w/stereo audio file.
Video is DOA.
THX
Mr. Lee
~~~~~~~~~~~~~
Khusran SVN-r34600 error LOG w/VESA 2.0 emulation:
SolVBE VDD DLL Version 1.3b, September 15, 2004
Copyright 2004 Jari Komppa
http://sourceforge.net/projects/solvbe/

Setting video interrupt..
Setting mouse interrupt..
Setting irq12 interrupt (0x74)..
Going resident..
Starting cache process/thread failed: Not enough memory (ENOMEM).
[flv @ 363a30]max_analyze_duration 5000000 reached at 5044000
Requested audio codec family [mpg123] (afm=mpg123) not available.
Enable it at compilation.
DVB card number must be between 1 and 4

MPlayer interrupted by signal 291 in module: decode video
- MPlayer crashed by bad usage of CPU/FPU/RAM.
Recompile MPlayer with --enable-debug and make a 'gdb' backtrace and
disassembly. Details in DOCS/HTML/en/bugreports_what.html#bugreports_crash.
- MPlayer crashed. This shouldn't happen.
It can be a bug in the MPlayer code _or_ in your drivers _or_ in your
gcc version. If you think it's MPlayer's fault, please read
DOCS/HTML/en/bugreports.html and follow the instructions there. We can't and
won't help unless you provide this information when reporting a possible bug.
~~~~~~~~~~~~~~~
HARDWARE:
00:14.5 Multimedia audio controller [0401]: ATI Technologies Inc IXP SB400 AC'97 Audio
00:18.0 Host bridge [0600]: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron]
HyperTransport Technology Configuration [1022:1100]
01:05.0 VGA compatible controller [0300]: ATI Technologies Inc Radeon XPRESS 200M 5955
(PCIE) [1002:5955]
(rev 10)
~~~~~~~~~~
OS: Windows XP
~~~~~~~~~~~
GRX248 scan w/VESA graphics device:
*47 VESA modes, e.g.,non-interlaced, BGI emulation, etc.
*16 available colours
http://grx.gnu.de/
DJGPP build:
MainWindow( "Status report after InitGraph" );
settextjustify( LEFT_TEXT, TOP_TEXT );
driver = getdrivername();
mode = getmodename(GraphMode); /* get current setting */
gprintf( &x, &y, "Graphics device : %-20s (%d)", driver, GraphDriver );
gprintf( &x, &y, "Graphics mode : %-20s (%d)", mode, GraphMode );
#ifdef __GNUC__
gprintf( &x, &y, "Available pages : %d", get_BGI_mode_pages() );
#endif
gprintf( &x, &y, "Screen resolution : ( 0, 0, %d, %d )", getmaxx(), getmaxy() );
gprintf( &x, &y, "Current view port : ( %d, %d, %d, %d )",
viewinfo.left, viewinfo.top, viewinfo.right, viewinfo.bottom );
gprintf( &x, &y, "Clipping : %s", viewinfo.clip ? "ON" : "OFF" );
gprintf( &x, &y, "Current position : ( %d, %d )", getx(), gety() );
gprintf( &x, &y, "Colors available : %d", MaxColors );
gprintf( &x, &y, "Current color : %d", getcolor() );
gprintf( &x, &y, "Line style : %s", LineStyles[ lineinfo.linestyle ] );
gprintf( &x, &y, "Line thickness : %d", lineinfo.thickness );
gprintf( &x, &y, "Current fill style : %s", FillStyles[ fillinfo.pattern ] );
gprintf( &x, &y, "Current fill color : %d", fillinfo.color );
gprintf( &x, &y, "Current font : %s", Fonts[ textinfo.font ] );
gprintf( &x, &y, "Text direction : %s", TextDirect[ textinfo.direction ] );
gprintf( &x, &y, "Character size : %d", textinfo.charsize );
gprintf( &x, &y, "Horizontal justify : %s", HorizJust[ textinfo.horiz ] );
gprintf( &x, &y, "Vertical justify : %s", VertJust[ textinfo.vert ] );
gprintf( &x, &y, "Aspect ratio : %lf", AspectRatio);
getviewsettings( &viewinfo );
{
int ybase;
setfillstyle(SOLID_FILL, BLACK);
if (MaxY<350-1) {
x = 400;
y = 4;
fmt = "#%-3d: %s";
} else {
y += 5;
fmt = " Mode #%-3d : %s";
}
gprintf( &x, &y, "Available modes :");
y += 5;
ybase = y;
for (mno = 0; mno <= getmaxmode(); ++mno) {
char sp[100];
sprintf(sp, fmt, mno, getmodename(mno));
bar(x-4, y + textheight(sp), x+textwidth(sp)+4, y);
gprintf( &x, &y, "%s", sp);
if (y+viewinfo.top>viewinfo.bottom-8) {
y = ybase;
x += (viewinfo.right-viewinfo.left) / 2;
}
}
}
Pause(); /* Pause for user to read screen*/
}
~~~~~~~~~~~~~~~

 

Complete thread:

Back to the forum
Board view  Mix view
22632 Postings in 2109 Threads, 402 registered users, 423 users online (0 registered, 423 guests)
DOS ain't dead | Admin contact
RSS Feed
powered by my little forum