FFMPEG headers from Fink not found in OS X (Bug #626)
Description
When installing OpenCV rev 3804 in OS X with FFMPEG which has been installed via fink, the build fails when compiling 'cap_ffmpeg' in highgui even though libavcodec, libavformat, and libswscale are found. The default include paths are:
libavformat/avformat.h
libavcodec/avcodec.h
libswscale/swscale.h
But the headers files are all installed in /sw/include/ffmpeg if the libraries are installed via fink. These files should be included as:
ffmpeg/avformat.h
ffmpeg/avcodec.h
ffmpeg/swscale.h
History
Updated by Alexander Shishkov about 13 years ago
- Description changed from When installing [[OpenCV]] rev 3804 in OS X with FFMPEG which has been instal... to When installing OpenCV rev 3804 in OS X with FFMPEG which has been installed ... More
Updated by Alexander Shishkov almost 13 years ago
- Target version deleted ()
Updated by Alexander Shishkov almost 13 years ago
- Priority changed from Normal to Low
Updated by Alexander Shishkov almost 13 years ago
- Target version deleted ()
Updated by Kirill Kornyakov almost 12 years ago
Please reopen if the issue still exist
- Affected version set to pre 2.4 (deprecated)
- Status changed from Open to Cancelled