System Information: Mac OSX 10.7.3
I am trying to execute basic opencv example. The program is getting compiled but when I try to execute I receive this error msg:
dyld: Library not loaded: /opt/local/lib/libx264.118.dylib
Referenced from: /opt/local/lib/libavcodec.dylib
Reason: image not found
Trace/BPT trap: 5
Before it was working fine. But yesterday I just reinstalled my Xcode 4.3 version and I don't know why suddenly I get this error for this example.
Can someone please help me with that? Thanks!