Browse Source

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

Originally committed as revision 13679 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Ramiro Polla 17 years ago
parent
commit
f010d3774e
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      doc/general.texi

+ 2
- 0
doc/general.texi View File

@@ -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
Directories" setting to contain the path where the FFmpeg includes were
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
"Linker / General" from the tree view and edit the


Loading…
Cancel
Save