I checked out avifile 0.6, and this morning this is what I got.

./autogen.sh OK
./configure    OK
make
-----------------
In file included from asf_guids.cpp:1:
asf_guids.h: In function `int operator== (const GUID &, const GUID &)':
asf_guids.h:33: `memcmp' undeclared (first use this function)
asf_guids.h:33: (Each undeclared identifier is reported only once for 
each function it appears in.)
In file included from asf_guids.cpp:2:
/usr/include/string.h: At top level:
/usr/include/string.h:59: `int memcmp (const void *, const void *, 
unsigned int)' used prior to declaration
make[2]: *** [asf_guids.lo] Error 1
make[1]: *** [install-recursive] Error 1
make: *** [install-recursive] Error 1

I'm running RH 7.1


I added
-------------------------------
file: asf_guids.h
#include <string.h>
-------------------------------

It went passed it and complained about memcpy in SubtitleLine.cpp

I added
-------------------------------
file: SubtitleLine.cpp
#include <string.h>
-------------------------------

That fixes it.
make install  OK

I really like the scroller now.  You can search through the keyframes a lot
better.
Also, the video is in sync with the audio now.  Thanks
One other problem I'm having is some files play twice as fast as they
should.  
I've looked at the ones that do play fast and they are encoded at 22050Hz
mono.
I can give a breakdown if you want.

> Thanks,
> Russ
> 

_______________________________________________
Avifile mailing list
[EMAIL PROTECTED]
http://prak.org/mailman/listinfo/avifile

Reply via email to