Click here to Skip to main content
15,892,072 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Libav at libav.org is an Open source audio and video processing tools.
The question is how can I use it with Visual C++ 2013?
Thanks.
Posted
Comments
Sergey Alexandrovich Kryukov 2-Mar-15 19:40pm    
And what's the problem? What have you tried so far?
You have complete open source of libav, so what's wrong with using it?
—SA
[no name] 2-Mar-15 19:42pm    
What's wrong with reading the documentation?
https://libav.org/platform.html#toc-Microsoft-Visual-C_002b_002b-or-Intel-C_002b_002b-Compiler-for-Windows

1 solution

There's a good start here https://libav.org/platform.html#Microsoft-Visual-C_002b_002b-or-Intel-C_002b_002b-Compiler-for-Windows[^]

if you don't like 'MSYS' etc, then your option (at a very quick look) appears to be create a dll project and import all the source you need into it (study the makefiles), compile and build, use that for linking - you would probably need custom build steps for YASM unless you can figure out a way of doing this is a native MS way
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900