]> git.sesse.net Git - vlc/commit
BSD port, including :
authorChristophe Massiot <massiot@videolan.org>
Fri, 5 Jan 2001 18:46:45 +0000 (18:46 +0000)
committerChristophe Massiot <massiot@videolan.org>
Fri, 5 Jan 2001 18:46:45 +0000 (18:46 +0000)
commit454454b5542b7cc8ba40623078e2c16f35d2a6c3
treec5fdc12ebe93a9bb57276bc6381ee5945cf2cc9e
parent6eb6044c0b7663994ccf1ffde3b32dc4e3a003c7
BSD port, including :
* --enable-sdl and some others are now --with-sdl[=name] to supply an
optional library name ;
* deleted all unnecessary #include <sys/uio.h> ;
* /usr/include is now searched when looking for libraries and headers.

It seems to compile and run on BSD. Under Linux Sam's latest commit makes
vlc crash on startup, so I can't really tell, but hey it compiles.
38 files changed:
Makefile.in
configure
configure.in
include/common.h
include/debug.h
include/defs.h.in
include/interface.h
plugins/beos/aout_beos.cpp
plugins/beos/intf_beos.cpp
plugins/fb/intf_fb.c
plugins/ggi/intf_ggi.c
plugins/glide/intf_glide.c
plugins/gnome/intf_gnome.c
plugins/mga/intf_mga.c
plugins/sdl/intf_sdl.c
plugins/x11/intf_x11.c
plugins/x11/vout_x11.c
src/ac3_decoder/ac3_decoder_thread.c
src/audio_decoder/audio_decoder.c
src/generic_decoder/generic_decoder.c
src/input/input_netlist.c
src/input/input_ps.c
src/input/input_ts.c
src/input/mpeg_system.c
src/interface/intf_ctrl.c
src/interface/main.c
src/lpcm_decoder/lpcm_decoder_thread.c
src/misc/netutils.c
src/spu_decoder/spu_decoder.c
src/video_decoder/vdec_idct.c
src/video_decoder/vdec_motion.c
src/video_decoder/vdec_motion_inner.c
src/video_decoder/vdec_motion_inner_mmx.c
src/video_decoder/video_decoder.c
src/video_parser/video_fifo.c
src/video_parser/video_parser.c
src/video_parser/vpar_blocks.c
src/video_parser/vpar_headers.c