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: Linker errors while compiling FAAD (Read 3562 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Linker errors while compiling FAAD

Hello, I have downloaded code for FAAD decoder, but when i trying to build project i got following linker errors
Linking...
main.obj : error LNK2001: unresolved external symbol _mp4ff_get_decoder_config
main.obj : error LNK2001: unresolved external symbol _mp4ff_total_tracks
main.obj : error LNK2001: unresolved external symbol _mp4ff_read_sample
main.obj : error LNK2001: unresolved external symbol _mp4ff_get_sample_duration
main.obj : error LNK2001: unresolved external symbol _mp4ff_meta_get_by_index
main.obj : error LNK2001: unresolved external symbol _mp4ff_meta_get_num_items
main.obj : error LNK2001: unresolved external symbol _mp4ff_num_samples
main.obj : error LNK2001: unresolved external symbol _mp4ff_time_scale
main.obj : error LNK2001: unresolved external symbol _mp4ff_close
main.obj : error LNK2001: unresolved external symbol _mp4ff_open_read
Debug/faad.exe : fatal error LNK1120: 10 unresolved externals
can any one tell me how to tackle for this