Whenever I try to open videos with VLC, Video doesn't play.
The audio plays fine. My other video players can play them.
I've tried going into >preferences>output modules> advanced and trying different modes starting with X11 and trying others.
I tried removing vlc and ffmpeg
Code:
dpkg --force-depends --purge vlc ffmpeg
and
and reinstalling to no success.
I've also tried
Code:
apt-get source -b ffmpeg vlc
And VLC fails with the error messsage:
Code:
Your FFmpeg library doesn't have the needed img_resample() function. You should rebuild it with software scaler disabled
(another suggestion?)
So I try to install ffmpeg from subversion with dhmake:
(should I choose single/multiple/ or library?)
Code:
#dh_make --create-orig
#dpkg-buildpakage -rfakeroot
make[1]: *** No rule to make target `libavutil/../config.mak'. Stop.