building opencv on os x with ffmpeg

asked 2014-04-30 08:51:56 -0600

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?

edit retag flag offensive close merge delete