]> git.sesse.net Git - vlc/commit
* ./Makefile: fixed OS X vlc.app compilation dependencies.
authorSam Hocevar <sam@videolan.org>
Fri, 15 Mar 2002 04:41:54 +0000 (04:41 +0000)
committerSam Hocevar <sam@videolan.org>
Fri, 15 Mar 2002 04:41:54 +0000 (04:41 +0000)
commit0d972bf52f3108b77352f4953cefef8f2d945225
tree12f8a56a13f8201416beba4c13b7d50f0e034d6c
parent3dd67e8fd447550d983bfad7e7d925dcd874396f
  * ./Makefile: fixed OS X vlc.app compilation dependencies.
  * ./configure.in: fixed the endianness check under Solaris.

  * ./src/input/input.c: strings are now initialized to "" instead of NULL.

  * ./plugins/spudec/spu_decoder.c: we now properly support the subtitle
    palette information we get from the DVD. Subtitles rox !
  * ./src/video_output/vout_subpictures.c: removed all DVD-specific routines
    and put them into spu_decoder.c.
15 files changed:
Makefile
configure
configure.in
include/video.h
plugins/access/file.c
plugins/access/http.c
plugins/access/udp.c
plugins/dvd/dvd_access.c
plugins/network/ipv4.c
plugins/network/ipv6.c
plugins/spudec/spu_decoder.c
plugins/spudec/spu_decoder.h
src/input/input.c
src/video_output/video_output.c
src/video_output/vout_subpictures.c