zhaoJian's Tech Notes

Mplayer Error Fix in Ubuntu Linux

Technology ~339 words · 1 min read - views

Environment: Ubuntu 8.10

Error message: ERROR: Could not open required DirectShow codec drvc.so. or ERROR: Could not open required DirectShow codec drvc.dll. or other related errors you can also try this

Solution steps: Open terminal and enter

sudo apt-get install libstdc++5

Problem solved, at least this is how I solved mine.

Share:

Comments