diff options
author | Ramiro Polla <ramiro.polla@gmail.com> | 2008-06-06 21:41:09 +0000 |
---|---|---|
committer | Ramiro Polla <ramiro.polla@gmail.com> | 2008-06-06 21:41:09 +0000 |
commit | f010d3774e6de99a1d488de7e1888f1182b37375 (patch) | |
tree | 48e3e922520822eef8a598daeeef15862652f2be /doc/general.texi | |
parent | bb00536ea349d19b459a044798f9c834825b0175 (diff) | |
download | ffmpeg-f010d3774e6de99a1d488de7e1888f1182b37375.tar.gz |
Add note about not including MinGW's include directory from within MSVC.
Originally committed as revision 13679 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/general.texi')
-rw-r--r-- | doc/general.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/general.texi b/doc/general.texi index 7faa6c9f51..165d919548 100644 --- a/doc/general.texi +++ b/doc/general.texi @@ -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 |