build error!
Posted: 22 Sep 2015 13:56
Hi,all:
I download vlc2.2.1 source code and try to build it using belowing command:
./configure
make
During the make step, one error occured:
"codec/avcodec/video.c:438:9: error: implicit declaration of function 'avcodec_free_frame' [-Werror=implicit-function-declaration]"
My os is ubuntu tls 12.04 .4 LTS and yesterday i successfully built VLC2.1.1 in this machine.
Can anyone kindly tell me how to fix the error?
I ever guessed maybe this error is due to that i have installed vlc2.1.1, so i try to remvoe vlc2.1.1 using following command referring http://askubuntu.com/questions/572865/h ... vlc-player:
sudo apt-get remove vlc
sudo apt-get remove browser-plugin-vlc
sudo apt-get purge vlc
The above command executed successfully but the vlc application still exists and can be opened.
Can anyone kindly tell me how to remove vlc2.1.1?
In summary, I have two question:
1,How to remvoe vlc2.1.1?
2,How to build vlc2.2.1?
I download vlc2.2.1 source code and try to build it using belowing command:
./configure
make
During the make step, one error occured:
"codec/avcodec/video.c:438:9: error: implicit declaration of function 'avcodec_free_frame' [-Werror=implicit-function-declaration]"
My os is ubuntu tls 12.04 .4 LTS and yesterday i successfully built VLC2.1.1 in this machine.
Can anyone kindly tell me how to fix the error?
I ever guessed maybe this error is due to that i have installed vlc2.1.1, so i try to remvoe vlc2.1.1 using following command referring http://askubuntu.com/questions/572865/h ... vlc-player:
sudo apt-get remove vlc
sudo apt-get remove browser-plugin-vlc
sudo apt-get purge vlc
The above command executed successfully but the vlc application still exists and can be opened.
Can anyone kindly tell me how to remove vlc2.1.1?
In summary, I have two question:
1,How to remvoe vlc2.1.1?
2,How to build vlc2.2.1?