2012/8/23 Ritu choudhary <span dir="ltr"><<a href="mailto:ritu.itzme@gmail.com" target="_blank">ritu.itzme@gmail.com</a>></span><br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
hi all,<div> I am quite new to vlc source code. My application needs to make some changes to vlc interface, basically removing some controls from the menu at first. Kindly help how to proceed.</div><div>Thanks in advance</div>
</blockquote><div><br></div><div>First build VLC. After that step is complete, you can edit the code of the module you want to edit, then run make again + build to see if it works.</div><div><a href="http://git.videolan.org/?p=vlc.git;a=tree;f=modules/gui">http://git.videolan.org/?p=vlc.git;a=tree;f=modules/gui</a> for graphical interfaces. <a href="http://git.videolan.org/?p=vlc.git;a=tree;f=modules/control">http://git.videolan.org/?p=vlc.git;a=tree;f=modules/control</a> for text based ones.</div>
<div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>_______________________________________________<br>
vlc-devel mailing list<br>
To unsubscribe or modify your subscription options:<br>
<a href="http://mailman.videolan.org/listinfo/vlc-devel" target="_blank">http://mailman.videolan.org/listinfo/vlc-devel</a><br>
<br></blockquote></div><br>