Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: Missing headers? (Read 3197 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Missing headers?

Hi.

I'm new to the forum, so i wanted to say "Hi everybody!"

My problem is, I wanted to build the foo_input_std.dll, but there are many headers missing. I downloaded the OGG Vorbis headers, but I don't know where I can find the neaacdec.h or mp4ff.h for example.

Please help me with that.

Thanks
--alien

Missing headers?

Reply #1
They're in FAAD2.

Missing headers?

Reply #2
Ok, I found the mp4ff headers in FAAD2. But where to get 'neaacdec.h' and 'ksmedia.h'?

Missing headers?

Reply #3
Do you have the latest FAAD2 snapshot? neaacdec.h is in there.

ksmedia.h is in the Windows Platform SDK (free), or is included with MSVC .NET 2003 (commercial).

(Yes, rebuilding foo_input_std is trickier than one would expect!)

 

Missing headers?

Reply #4
Ok.
I will download the latest CVS and reinstall the Platform SDK...

thanks so far