Skip to content

Commit

Permalink
update README.md, recommend install prefix to be /usr
Browse files Browse the repository at this point in the history
libvdpau tries number of locations, /usr/lib/vdpau is amongst them, while
/usr/local/lib/vdpau is not.
  • Loading branch information
i-rinat committed Sep 21, 2013
1 parent 8064eac commit ced21fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Install
=======
1. `sudo apt-get install cmake libvdpau-dev libva-dev libglib2.0-dev libswscale-dev libgl1-mesa-dev libglu1-mesa-dev`
2. `mkdir build; cd build`
3. `cmake -DCMAKE_BUILD_TYPE=Release ..`
3. `cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr ..`
4. `sudo make install`
5. Add `VDPAU_DRIVER=va_gl` to your environment

Expand Down

0 comments on commit ced21fd

Please sign in to comment.