[MPlayer-users] error while compiling Mplayer-1.0rc2

houdiney houdiney at 126.com
Sat Dec 13 04:49:01 CET 2008


You should make sure that  libsdl had been installed on your system.


2008-12-13 



houdiney 



发件人: mplayer-users-request at mplayerhq.hu 
发送时间: 2008-12-11  19:00:21 
收件人: mplayer-users at mplayerhq.hu 
抄送: 
主题: MPlayer-users Digest, Vol 60, Issue 14 
 
Send MPlayer-users mailing list submissions to
mplayer-users at mplayerhq.hu
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.mplayerhq.hu/mailman/listinfo/mplayer-users
or, via email, send a message with subject or body 'help' to
mplayer-users-request at mplayerhq.hu
You can reach the person managing the list at
mplayer-users-owner at mplayerhq.hu
When replying, please edit your Subject line so it is more specific
than "Re: Contents of MPlayer-users digest..."
Today's Topics:
   1. Re: Unable to resize the video screen
      (Dominik 'Rathann' Mierzejewski)
   2. Unfiltered scaling (Max Zorloff)
   3. A question with mencoder (Rodolfo Medina)
   4. error while compiling Mplayer-1.0rc2 (Pavel.Pokorny at vscht.cz)
   5. removing wmv on amd 64 (Jerry Geis)
   6. Re: removing wmv on amd 64 (Guillaume POIRIER)
   7. Re: error while compiling Mplayer-1.0rc2
      (Dominik 'Rathann' Mierzejewski)
   8. Re: AAC to AC3 to digital out on the fly on Mac OS X (Ulion)
----------------------------------------------------------------------
Message: 1
Date: Wed, 10 Dec 2008 12:08:20 +0100
From: Dominik 'Rathann' Mierzejewski <dominik at rangers.eu.org>
Subject: Re: [MPlayer-users] Unable to resize the video screen
To: "MPlayer usage questions, feature requests, bug reports"
<mplayer-users at mplayerhq.hu>
Message-ID: <20081210110820.GA1299 at mokona.greysector.net>
Content-Type: text/plain; charset=us-ascii
On Wednesday, 10 December 2008 at 03:02, JD wrote:
> cbreak wrote:
> > On 09.12.2008, at 22:01, JD wrote:
> >
> >   
> >> I built mplayer from export snapshot source.
> >>
> >> For some reason, I am not able to resize the video.
> >> What info should I provide in order for a developer to
> >> tel me what I need to do to fix this?
> >>     
> >
> > Do you use -vo x11? (The VO should be written in the terminal output  
> > of mplayer). If so, try using -vo xv or add -zoom.
> >
> I do  not have the xv driver, so I cannot use it.
> Does this mean that the x11 driver does not support resizing?
Not on its own. As cbreak wrote, you need to enable software scaling
usin -zoom to achieve that with -vo x11.
> Where can I get these other drivers from:
>         xv      X11/Xv
>         gl      X11 (OpenGL)
>         gl2     X11 (OpenGL) - multiple textures version
>         xvidix  X11 (VIDIX)
> 
> I already have sdl driver lib and it seems to support resizing.
If you had paid attention to MPlayer's configure script output,
you'd have noticed that it didn't detect the presence of the necessary
development libraries and headers. You can also check that by inspecting
the configure.log file. Install the missing lib*-devel packages and
re-run configure and make.
Regards,
R.
PS. Please stop top-replying.
-- 
MPlayer http://mplayerhq.hu | RPMFusion http://rpmfusion.org
There should be a science of discontent. People need hard times and
oppression to develop psychic muscles.
-- from "Collected Sayings of Muad'Dib" by the Princess Irulan
------------------------------
Message: 2
Date: Wed, 10 Dec 2008 15:28:08 +0400
From: "Max Zorloff" <zorloff at gmail.com>
Subject: [MPlayer-users] Unfiltered scaling
To: mplayer-users at mplayerhq.hu
Message-ID:
<1466fcd10812100328q5335af7ch1e93fc082446c9ce at mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1
Hi.
I'm trying to find out how do I view scaled video without any
filtering, bilinear, cubic etc.
There's an option -sws 4, use nearest neighbour, but it doe not seem
to work. The only way I can do unfiltered scaling is running second
mplayer on my windows machine - the second one is by default
unfiltered. So is there any option do to this by default?
Thanks.
------------------------------
Message: 3
Date: Wed, 10 Dec 2008 14:29:04 +0000
From: Rodolfo Medina <rodolfo.medina at gmail.com>
Subject: [MPlayer-users] A question with mencoder
To: mplayer-users at mplayerhq.hu
Message-ID: <87bpvkcde7.fsf at gmail.com>
Content-Type: text/plain; charset=us-ascii
I want to add a simple text presentation at the beginning of some video files,
and was told that Kino can do that.  The problem is that Kino seems to handle
only dv files, whereas I want to deal with mpeg, vob, mp4, wmv, etc.
One possible way could be to convert, say, the mpeg file to dv using Mencoder,
edit it with Kino and then convert it back again to mpeg.
Can anyone please suggest the right syntax to do so?  I saw that mencoder
commands are quite complicated.
Thanks for any help
Rodolfo
------------------------------
Message: 4
Date: Wed, 10 Dec 2008 16:59:21 +0100 (MET)
From: Pavel.Pokorny at vscht.cz
Subject: [MPlayer-users] error while compiling Mplayer-1.0rc2
To: mplayer-users at mplayerhq.hu
Message-ID: <200812101559.QAA01834 at math.vscht.cz>
Content-Type: text/plain; charset=US-ASCII
  Dear Mplayer friends
I get the following error while compiling MPlayer-1.0rc2:
./cofigure
make
vo_ivtv.c: In function 'ivtv_reset':
vo_ivtv.c:79: error: storage size of 'sd' isn't known
vo_ivtv.c:80: error: storage size of 'sd1' isn't known
vo_ivtv.c:84: error: 'IVTV_STOP_FL_HIDE_FRAME' undeclared (first use in this function)
vo_ivtv.c:84: error: (Each undeclared identifier is reported only once
vo_ivtv.c:84: error: for each function it appears in.)
vo_ivtv.c:87: error: 'IVTV_IOC_STOP_DECODE' undeclared (first use in this function)
vo_ivtv.c:97: error: 'IVTV_IOC_START_DECODE' undeclared (first use in this function)
vo_ivtv.c:80: warning: unused variable 'sd1'
vo_ivtv.c:79: warning: unused variable 'sd'
make[1]: *** [vo_ivtv.o] Error 1
make[1]: Leaving directory `/home/pokornp/Desktop/depots/sw/mplayer/w/MPlayer-1.0rc2/libvo'
make: *** [libvo/libvo.a] Error 2
My hw: Acer Aspire 5112 with AMD Turion 64 2X 1.6GHz processor (64bit)
My OS: Fedora 10
My gcc: 4.3.2
My kernel: 2.6.27
What am I doing wrong?
Thanks for any help
Pavel.Pokorny at vscht.cz
------------------------------
Message: 5
Date: Wed, 10 Dec 2008 15:21:15 -0500
From: Jerry Geis <geisj at pagestation.com>
Subject: [MPlayer-users] removing wmv on amd 64
To: mplayer-users at mplayerhq.hu
Message-ID: <494024BB.3020200 at pagestation.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Is there a way to remove wmv support completely from mplayer amd 64 
compile version on linux?
Perhaps removing a codec file or compile option to not support wmv?
Thanks,
Jerry
------------------------------
Message: 6
Date: Wed, 10 Dec 2008 21:28:31 +0100
From: "Guillaume POIRIER" <poirierg at gmail.com>
Subject: Re: [MPlayer-users] removing wmv on amd 64
To: "MPlayer usage questions, feature requests, bug reports"
<mplayer-users at mplayerhq.hu>
Message-ID:
<4e03026a0812101228k7d61b41bj13f0c118239bab57 at mail.gmail.com>
Content-Type: text/plain; charset=UTF-8
Hello,
On Wed, Dec 10, 2008 at 9:21 PM, Jerry Geis <geisj at pagestation.com> wrote:
> Is there a way to remove wmv support completely from mplayer amd 64
> compile version on linux?
>
> Perhaps removing a codec file or compile option to not support wmv?
Fiddle with these configure options:
  --disable-decoder=DECODER disable specified FFmpeg decoder
  --enable-decoder=DECODER  enable specified FFmpeg decoder
  --disable-encoder=ENCODER disable specified FFmpeg encoder
  --enable-encoder=ENCODER  enable specified FFmpeg encoder
  --disable-parser=PARSER   disable specified FFmpeg parser
  --enable-parser=PARSER    enable specified FFmpeg parser
  --disable-demuxer=DEMUXER disable specified FFmpeg demuxer
  --enable-demuxer=DEMUXER  enable specified FFmpeg demuxer
  --disable-muxer=MUXER     disable specified FFmpeg muxer
  --enable-muxer=MUXER      enable specified FFmpeg muxer
Guillaume
-- 
Only a very small fraction of our DNA does anything; the rest is all
comments and ifdefs.
Marie von Ebner-Eschenbach  - "Even a stopped clock is right twice a day."
------------------------------
Message: 7
Date: Wed, 10 Dec 2008 22:48:41 +0100
From: Dominik 'Rathann' Mierzejewski <dominik at rangers.eu.org>
Subject: Re: [MPlayer-users] error while compiling Mplayer-1.0rc2
To: mplayer-users at mplayerhq.hu
Message-ID: <20081210214841.GC5197 at mokona.greysector.net>
Content-Type: text/plain; charset=us-ascii
On Wednesday, 10 December 2008 at 16:59, Pavel.Pokorny at vscht.cz wrote:
> 
>   Dear Mplayer friends
> 
> I get the following error while compiling MPlayer-1.0rc2:
> 
> ./cofigure
> make
> vo_ivtv.c: In function 'ivtv_reset':
> vo_ivtv.c:79: error: storage size of 'sd' isn't known
> vo_ivtv.c:80: error: storage size of 'sd1' isn't known
> vo_ivtv.c:84: error: 'IVTV_STOP_FL_HIDE_FRAME' undeclared (first use in this function)
> vo_ivtv.c:84: error: (Each undeclared identifier is reported only once
> vo_ivtv.c:84: error: for each function it appears in.)
> vo_ivtv.c:87: error: 'IVTV_IOC_STOP_DECODE' undeclared (first use in this function)
> vo_ivtv.c:97: error: 'IVTV_IOC_START_DECODE' undeclared (first use in this function)
> vo_ivtv.c:80: warning: unused variable 'sd1'
> vo_ivtv.c:79: warning: unused variable 'sd'
> make[1]: *** [vo_ivtv.o] Error 1
> make[1]: Leaving directory `/home/pokornp/Desktop/depots/sw/mplayer/w/MPlayer-1.0rc2/libvo'
> make: *** [libvo/libvo.a] Error 2
> 
> My hw: Acer Aspire 5112 with AMD Turion 64 2X 1.6GHz processor (64bit)
> My OS: Fedora 10
> My gcc: 4.3.2
> My kernel: 2.6.27
> 
> What am I doing wrong?
Just use the official Fedora package from RPMFusion and save yourself
the trouble.
Regards,
R.
-- 
MPlayer http://mplayerhq.hu | RPMFusion http://rpmfusion.org
There should be a science of discontent. People need hard times and
oppression to develop psychic muscles.
-- from "Collected Sayings of Muad'Dib" by the Princess Irulan
------------------------------
Message: 8
Date: Thu, 11 Dec 2008 13:44:09 +0800
From: Ulion <ulion2002 at gmail.com>
Subject: Re: [MPlayer-users] AAC to AC3 to digital out on the fly on
Mac OS X
To: "MPlayer usage questions, feature requests, bug reports"
<mplayer-users at mplayerhq.hu>
Message-ID:
<81b02f020812102144g6abc9d04i8072f84789243f14 at mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1
2008/10/29 Mauro Bieg <mauro.bieg at gmx.net>:
> My goal is to play a multi-channel AAC file (as most trailers on apple.com/trailers are), convert it to AC3 on the fly and output it through the digital optical output of my MacBook Pro in order for the receiver to decode it. (the receiver can only handle AC3 Dolby Digital or DTS)
>
> Right now my problem is even simple AC3 pass through. From http://www.avsforum.com/avs-vb/showthread.php?t=1024580 I got:
>>>mplayer -channels 6 -ac hwac3 file.ac3
>
> With the file from http://www.lynnepublishing.com/surround/www_lynnemusic_com_surround_test.ac3 (yes, 48kHz) the receiver doesn't recognize this as AC3, tries to play it back as PCM, the result being loud noise.
> The fun thing is that even mplayer seems to think of it as stereo:
>
> Forced audio codec: hwac3
> Opening audio decoder: [hwac3] AC3/DTS pass-through S/PDIF
> No accelerated IMDCT transform found
> hwac3: switched to AC3, 448000 bps, 48000 Hz
> AUDIO: 48000 Hz, 2 ch, ac3, 448.0 kbit/29.17% (ratio: 56000->192000)
> Selected audio codec: [hwac3] afm: hwac3 (AC3 through S/PDIF)
> ==========================================================================
> AO: [macosx] 48000Hz 2ch ac3 (1 bytes per sample)
>
> My mplayer build is from macports version 1.0rc2-4.0.1 and I'm on Mac OS X Leopard 10.5.5
> Has anyone else got this to work on Leopard? Maybe with a self-compiled mplayer?
>
attach your mplayer's full output log, maybe some other audio filter
caused problem, the same file play well on my osx.
>
>
> When I get simple AC3 passthrough to work, the next step would be to convert multi-channel AAC to AC3 on the fly. On this I found http://ubuntuforums.org/showthread.php?t=934833 but my mplayer doesn't have the lavc3enc audio filter (it doesn't show up in the list >>mplayer -af help). Does anyone know if this filter is available on Mac OS X, too?
then you need compile mplayer from svn.
-- 
Ulion
------------------------------
_______________________________________________
MPlayer-users mailing list
MPlayer-users at mplayerhq.hu
https://lists.mplayerhq.hu/mailman/listinfo/mplayer-users
End of MPlayer-users Digest, Vol 60, Issue 14
*********************************************
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: image/gif
Size: 1536 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-users/attachments/20081213/4622a354/attachment.gif>


More information about the MPlayer-users mailing list