]> git.sesse.net Git - vlc/commit
* user-friendly(?) build system, based on linux Menuconfig script.
authorCyril Deguet <asmax@videolan.org>
Fri, 11 Apr 2003 20:45:48 +0000 (20:45 +0000)
committerCyril Deguet <asmax@videolan.org>
Fri, 11 Apr 2003 20:45:48 +0000 (20:45 +0000)
commitc31926a0489ced7523294ef7bd74c3bee9ea3ae0
treecb672b86a0836cecf05b6971ac856cc29d182d58
parent180462f5a050f0e39c9b3afefc0b5154fc298b3b
* user-friendly(?) build system, based on linux Menuconfig script.
  Just run ./menuconfig and ./build-vlc (or just ./build-vlc)
  It's actually a wrapper which calls configure, but only a small number
  of vlc functionalities has been implemented at the moment.
  Please try it however ;)
  (you must have libncurses-dev installed)
18 files changed:
build-vlc [new file with mode: 0755]
config.in [new file with mode: 0644]
defconfig [new file with mode: 0644]
doc/Configure.help [new file with mode: 0644]
lxdialog/BIG.FAT.WARNING [new file with mode: 0644]
lxdialog/Makefile [new file with mode: 0644]
lxdialog/checklist.c [new file with mode: 0644]
lxdialog/colors.h [new file with mode: 0644]
lxdialog/dialog.h [new file with mode: 0644]
lxdialog/inputbox.c [new file with mode: 0644]
lxdialog/lxdialog.c [new file with mode: 0644]
lxdialog/menubox.c [new file with mode: 0644]
lxdialog/msgbox.c [new file with mode: 0644]
lxdialog/textbox.c [new file with mode: 0644]
lxdialog/util.c [new file with mode: 0644]
lxdialog/yesno.c [new file with mode: 0644]
menuconfig [new file with mode: 0755]
python/Makefile