I let you know that I am aware of the completion process of the VLC. Well it is very simple to achieve you have to use the following code to compile VLC.
Code:
/bin/bash ./config.status --file=vlc-config
config.status: creating vlc-config
chmod 0755 vlc-config
touch vlc-config
make all-recursive
make[1]: Entering directory `vlc-source'
Making all in po
make[2]: Entering directory `vlc-source/po'
make[2]: Leaving directory `vlc-source/po'
Making all in compat
make[2]: Entering directory `vlc-source/compat'
rm -f dummy.c
echo '/* Automatically generated */' > dummy.c
make all-am
make[3]: Entering directory `vlc-source/compat'
CC dummy.lo
CC strlcpy.lo
CCLD libcompat.la
You should simply copy and paste the above mentioned code to get the requirement of yours. if you are getting any issue feel free to ask the same.
Bookmarks