Displaying 1 result from an estimated 1 matches for "theoradecoderdllstuff".
2007 Feb 28
0
Newbie theora questions
...'d like to ask if anyone else has
encountered and successfully defeated.
First, I've managed to successfully build libOOTheora and libtheora by
finding and building all the libraries they depend on. Now I'm trying to
build the decoder filter, dsfTheoraDecoder.
First question. In theoradecoderdllstuff.h there are two include files,
streams.h and pullpin.h that aren't in standard Visual Studio 2005. I have
included Samples\Multimedia\DirectShow\BaseClasses from the SDK for those
include files. Are those the correct versions of the files to include?
Second question. Having done them I'...