Ask Your Question

Revision history [back]

building opencv on os x with ffmpeg

hi dears i am trying opencv 2.4.8 on mac os x with video support i am installed ffmpeg using brew command and my opencv build completed successfully using this commands: mkdir build cmake .. make -j 5 sudo make install but whenever i want to use opencv to play a file it breaks up my application my application work fine on linux but in mac os x it fails what should i do?