Browse Source

Fix ofxOMXPlayer opt.h directory path

master
Krisjanis Rijnieks 11 years ago
parent
commit
42f42ff31c
  1. 2
      README.md

2
README.md

@ -138,7 +138,7 @@ sudo rpi-update
fatal error: libavcodec/opt.h: No such file or directory
```
To fix that, create a file `opt.h` in `addons/ofxOMXPlayer/libs/ffmpeg/libavcodec/` with the following contents:
To fix that, create a file `opt.h` in `addons/ofxOMXPlayer/libs/ffmpeg/include/libavcodec/` with the following contents:
**opt.h**

Loading…
Cancel
Save