]> git.sesse.net Git - vlc/commit
* Updated TODO list with Henri's Apr 6th post.
authorSam Hocevar <sam@videolan.org>
Sun, 15 Apr 2001 10:54:46 +0000 (10:54 +0000)
committerSam Hocevar <sam@videolan.org>
Sun, 15 Apr 2001 10:54:46 +0000 (10:54 +0000)
commit79a45f72ac0e4bda8f2796bf7ffed7ef7fc7f3f8
tree33c43937e5847f20b3d7c2a1b684c386650cfaa8
parent5b51669f92bf457a6c0199fce15e2149c1ae9b00
  * Updated TODO list with Henri's Apr 6th post.
  * Built-in modules support almost finished.

    Now you can compile any module within vlc, even the Gnome, Qt, SDL
  and GGI modules at the same time, resulting in an awful extra fat
  vlc binary with gazillons of library dependecies.

    The only exception is that the Gnome and Gtk+ modules can't be
  compiled together into vlc. But you can have one compiled built-in
  and the other as a plugin.

    Another consequence is that libdl should no longer be needed under
  MacOS X. I'll check this as soon as possible.
24 files changed:
ChangeLog
Makefile
Makefile.modules.in
Makefile.opts.in
TODO
configure
configure.in
plugins/alsa/Makefile
plugins/beos/Makefile
plugins/darwin/Makefile
plugins/esd/Makefile
plugins/gnome/Makefile
plugins/gtk/Makefile
plugins/idct/Makefile
plugins/macosx/Makefile
plugins/motion/Makefile
plugins/mpeg/Makefile
plugins/qt/Makefile
plugins/qt/intf_qt.cpp
plugins/sdl/Makefile
plugins/text/Makefile
plugins/x11/Makefile
plugins/yuv/Makefile
src/misc/modules.c