If I make a small change to a source file, say I modify <vlc>/extras/contrib/src/<path>/<file.c> then what steps should I take to rebuild the vlc binary?!?
I've tried running "make" from <vlc>/extras/contrib but it claims there is nothing to make
I can get a library to rebuild if I run "make" from <vlc>/extras/contrib/<path> but then running "make" from <vlc> also claims there is nothing to make.
I'm missing something here about the source / library dependencies. Can anyone help please?
Thanks!