I'm currently working on a AAC Decoder on Windows using Microsoft Media Foundation. I'm using the Source Reader and it's method MFCreateSourceReaderFromByteStream. When I compile I get following error: undefined reference to `MFCreateSourceReaderFromByteStream@12'
- This is how my Makefile looks like under LIBS: LIBS = -lpthread -lFLAC-8 -lFLAC++-6 -lOpenAl32 -lm -lcurl-4 -lole32 -lmfplat
What other libs do I need to include?
Compiler used: mingw32 gcc
Thanks