Re: Adaptive quantization help--variance masking
"Jason Garrett-Glaser" <[email protected]>
| Newsgroups | gmane.comp.video.xvid.devel |
|---|---|
| Message-ID | <[email protected]> |
Blegh, can't fix it--how would you suggest I try to test out this patch? Any chance you could try it yourself and see how well it works? Or perhaps I can get instructions for compiling VfW on Windows? Dark Shikari On Thu, Feb 21, 2008 at 12:05 PM, Dark Sylinc <[email protected]> wrote: > Hi, > see below > > > Trying to compile encraw yields: > > > > /home/Jason/xvid/examples/xvid_encraw.c:1413: > > undefined reference to > > `_AVIStreamRelease@4' > > /home/Jason/xvid/examples/xvid_encraw.c:1414: > > undefined reference to > > `_AVIFileRelease@4' > > /home/Jason/xvid/examples/xvid_encraw.c:1415: > > undefined reference to > > `_AVIFileExit@0' > > you need Vfw32.lib for AVI support (although I don't > even know if Cygwin supports MSVC libs), or you can > just simple avoid defining XVID_AVI_INPUT in line 51. > > > xvid_encraw.o: In function `usage': > > /home/Jason/xvid/examples/xvid_encraw.c:1511: > > undefined reference to > > `__imp___iob' > > /home/Jason/xvid/examples/xvid_encraw.c:1512: > > undefined reference to > > `__imp___iob' > > /home/Jason/xvid/examples/xvid_encraw.c:1513: > > undefined reference to > > `__imp___iob' > > /home/Jason/xvid/examples/xvid_encraw.c:1514: > > undefined reference to > > `__imp___iob' > > /home/Jason/xvid/examples/xvid_encraw.c:1516: > > undefined reference to > > `__imp___iob' > > > > (etc etc etc) > > That function has only fprintf. > If you don't know how to link that function with your > compiler, then I can't help. Also you may want to > replace it with a similar function you know it works. > > Dark Sylinc > > > Yahoo! Encuentros. > > Ahora encontrar pareja es mucho más fácil, probá el nuevo Yahoo! > Encuentros http://yahoo.cupidovirtual.com/servlet/NewRegistration > _______________________________________________ > XviD-devel mailing list > [email protected] > http://list.xvid.org/mailman/listinfo/xvid-devel >