Skip to content
Snippets Groups Projects
Commit f010d377 authored by Ramiro Polla's avatar Ramiro Polla
Browse files

Add note about not including MinGW's include directory from within MSVC.

Originally committed as revision 13679 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent bb00536e
No related branches found
No related tags found
No related merge requests found
...@@ -442,6 +442,8 @@ affect both debug and release builds. In the tree view on the left hand ...@@ -442,6 +442,8 @@ affect both debug and release builds. In the tree view on the left hand
side, select "C/C++ / General", then edit the "Additional Include side, select "C/C++ / General", then edit the "Additional Include
Directories" setting to contain the path where the FFmpeg includes were Directories" setting to contain the path where the FFmpeg includes were
installed (i.e. @file{c:\msys\1.0\local\include}). installed (i.e. @file{c:\msys\1.0\local\include}).
Do not add MinGW's include directory here, or the include files will
conflict with MSVC's.
@item Still in the "Project / Properties" dialog box, select @item Still in the "Project / Properties" dialog box, select
"Linker / General" from the tree view and edit the "Linker / General" from the tree view and edit the
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment