[MPlayer-dev-eng] Re: [PATCH] codecs.conf AMR change

adland123 adland123 at yahoo.com
Tue Apr 26 01:27:09 CEST 2005


Roberto Togni <r_togni <at> tiscali.it> writes:


> I still have the problem, even with a clean cvs. I also recompiled
> without debug, but it's still the same. This is getting quite
> mysterious.
>
> I'm on P4, Linux 2.6.10 i686 GNU/Linux, gcc (GCC) 3.3.5 (Debian
> 1:3.3.5-12), Debian unstable.
> 

We both use the same unstable Debian sid and have the same compile tools.

New test results:
Tried a rebuild again today. Mystery solved.

found only if I used the -v option was there any EOF info printed. 
However entire audio track seems to have been played in either case.

ds_fill_buffer: EOF reached (stream: audio)
ds_fill_buffer: EOF reached (stream: audio)
EOF code: 1  3)  0.4% 0%

this was true for both sets of configure arguments in the build.

Another mystery to me is how you  compiled without using this option
--disable-internal-tremor.

It will not build on my system without doing this. (never has since feature was
added)

cc -c -I../libvo -I../../libvo -I/usr/X11R6/include -fno-PIC -W -Wall
-Wno-unused-parameter -O2 -march=athlon-xp -mcpu=athlon-xp -g3  -D_REENTRANT
 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  -I.. -I../loader   -I../libavcodec 
-I../libavformat    -o demux_ogg.o demux_ogg.c
demux_ogg.c:22:24: tremor/ogg.h: No such file or directory
demux_ogg.c:23:33: tremor/ivorbiscodec.h: No such file or directory

I dont have any tremor header files installed on this system.
could configure detect this and auto disable internal tremor if missing 
required build header files.

thanks





More information about the MPlayer-dev-eng mailing list