[MPlayer-users] Compiling fails with twinvq.c
rvm
rvm3000 at ya.com
Thu Sep 3 02:51:08 CEST 2009
El Jueves, 3 de Septiembre de 2009 01:37, Carl Eugen Hoyos escribió:
> rvm <rvm3000 <at> ya.com> writes:
> > twinvq.c: In function `twin_decode_frame':
> > twinvq.c:757: internal compiler error: in size_binop, at
> > fold-const.c:1664 Please submit a full bug report,
> > with preprocessed source if appropriate.
> > See <URL:http://www.suse.de/feedback> for instructions.
> > Preprocessed source stored into /tmp/ccERbnFz.out file, please attach
> > this to your bugreport.
> > make[1]: *** [twinvq.o] Error 1
> >
> > I guess this problem happens because my compiler is old (gcc version
> > 3.3.4) but I've been able to compile all mplayer versions until now.
>
> If you don't want to follow the instructions you posted, try configure
> --disable-decoder=twinvq (untested).
I'm afraid it doesn't work.
Anyway I managed to disable it with the following patch. That's enough for me.
I'll try to update the OS soon (I'm using in this computer a SuSE 9.2).
Index: libavcodec/allcodecs.c
===================================================================
--- libavcodec/allcodecs.c (revisión: 19754)
+++ libavcodec/allcodecs.c (copia de trabajo)
@@ -228,7 +228,6 @@
REGISTER_DECODER (TRUEHD, truehd);
REGISTER_DECODER (TRUESPEECH, truespeech);
REGISTER_DECODER (TTA, tta);
- REGISTER_DECODER (TWINVQ, twinvq);
REGISTER_DECODER (VMDAUDIO, vmdaudio);
REGISTER_ENCDEC (VORBIS, vorbis);
REGISTER_DECODER (WAVPACK, wavpack);
Index: libavcodec/Makefile
===================================================================
--- libavcodec/Makefile (revisión: 19754)
+++ libavcodec/Makefile (copia de trabajo)
@@ -228,7 +228,6 @@
OBJS-$(CONFIG_TRUESPEECH_DECODER) += truespeech.o
OBJS-$(CONFIG_TSCC_DECODER) += tscc.o msrledec.o
OBJS-$(CONFIG_TTA_DECODER) += tta.o
-OBJS-$(CONFIG_TWINVQ_DECODER) += twinvq.o
OBJS-$(CONFIG_TXD_DECODER) += txd.o s3tc.o
OBJS-$(CONFIG_ULTI_DECODER) += ulti.o
OBJS-$(CONFIG_V210_DECODER) += v210dec.o
--
rvm
More information about the MPlayer-users
mailing list