[MPlayer-users] Fwd: Re: Problem compiling mPlayer from svn.
William Norfleet
wnor at midcoast.com
Sun Oct 14 16:03:19 CEST 2012
> 2012/10/13 Carl Eugen Hoyos <cehoyos at ag.or.at>:
>> Giorgio Vazzana <mywing81 <at> gmail.com> writes:
>>
>>> We have "-lvorbis -logg", but "-lvorbisenc" is missing
>>
>> Please test if exchanging '-lvorbis -logg' and
>> '-lvorbis -lvorbisenc -logg' in line 6308 of configure
>> helps (if yes, I will commit it).
>
> Yes, I can confirm that with this patch:
>
> Index: configure
> ===================================================================
> --- configure (revision 35246)
> +++ configure (working copy)
> @@ -6305,7 +6305,7 @@
> fi
> if test "$_libvorbis" = auto; then
> _libvorbis=no
> - for vorbislibs in '-lvorbis -logg' '-lvorbis -lvorbisenc -logg' ; do
> + for vorbislibs in '-lvorbis -lvorbisenc -logg' '-lvorbis -logg' ; do
> statement_check vorbis/vorbisenc.h 'vorbis_encode_ctl(0, 0, 0);
> ogg_stream_clear(0)' $vorbislibs && _libvorbis=yes && break
> done
> fi
>
> it works okay.
Newbie, here. With r35247 I'm still encountering:
libmpcodecs/ad_libvorbis.c:261: error: too few arguments to function
'vorbis_synthesis'
make: *** [libmpcodecs/ad_libvorbis.o] Error 1
make: *** Waiting for unfinished jobs....
As has been noted on this list recently, compiling with
--disable-libvorbis and --disable-tremor is successful. (I'm also
compiling with --disable-cdparanoia to get around the cdda:// playback
problems others have noted.)
Ubuntu 10.04 32- and 64-bit.
More information about the MPlayer-users
mailing list