Commit ced4c0f6 authored by Sam Hocevar's avatar Sam Hocevar

  * ./BUGS: updated bug list.
  * ./configure.in: ./configure --help should be a lot clearer now.
parent 4c8afc76
List of known vlc bugs List of known vlc bugs
$Id: BUGS,v 1.6 2002/01/28 16:51:22 sam Exp $ $Id: BUGS,v 1.7 2002/03/17 21:59:52 sam Exp $
Please try to keep this file up to date. Also, grep for FIXME in the Please try to keep this file up to date. Also, grep for FIXME in the
source files for more and more bugs to fix. source files for more and more bugs to fix.
...@@ -17,6 +17,8 @@ Input: ...@@ -17,6 +17,8 @@ Input:
* DVD raw device support doesn't seem to work. * DVD raw device support doesn't seem to work.
* HTTP input seems to lose packets during pre-parsing.
Audio output: Audio output:
...@@ -28,12 +30,6 @@ Video output: ...@@ -28,12 +30,6 @@ Video output:
* We don't render subtitles on RGB surfaces. * We don't render subtitles on RGB surfaces.
* Subtitle colors are just plain wrong.
* The DirectX video output plugin is broken because of vout4.
* The BeOS video output plugin is broken because of vout4.
* The QNX video output plugin is broken because of vout4. * The QNX video output plugin is broken because of vout4.
* The MGA video output plugin makes the picture stutter when MGA_NUM_FRAMES * The MGA video output plugin makes the picture stutter when MGA_NUM_FRAMES
...@@ -42,10 +38,10 @@ Video output: ...@@ -42,10 +38,10 @@ Video output:
* The SPU decoder doesn't detect when the video output failed to launch * The SPU decoder doesn't detect when the video output failed to launch
itself, and we segfault. itself, and we segfault.
Chroma transformations: * On-the-fly resizing doesn't work when using a chroma transformation.
* The only working YUV2RGB transformation function is the MMX version Chroma transformations:
of the 4:2:0 to RGB16 function.
* Most chroma transformation modules completely ignore margins. * Most chroma transformation modules completely ignore margins.
...@@ -63,8 +59,6 @@ Gtk interface: ...@@ -63,8 +59,6 @@ Gtk interface:
* Playing like a madman with the `Playlist' button makes the interface * Playing like a madman with the `Playlist' button makes the interface
crash. crash.
* Saving preferences does not work at all.
Misc: Misc:
......
...@@ -52,7 +52,7 @@ Configuring mad plugin ...@@ -52,7 +52,7 @@ Configuring mad plugin
========================= =========================
If libmad is installed in /usr (ie. you have /usr/include/mad.h and /usr/lib/libmad.a), If libmad is installed in /usr (ie. you have /usr/include/mad.h and /usr/lib/libmad.a),
then you just need --with-mad=/usr. then you just need --enable-mad --with-mad=/usr.
make distclean; ./configure --prefix=/usr --enable-fb --enable-dsp --disable-sdl \ make distclean; ./configure --prefix=/usr --enable-fb --enable-dsp --disable-sdl \
--enable-x11 --disable-xvideo --enable-mad --with-mad=/usr --enable-x11 --disable-xvideo --enable-mad --with-mad=/usr
......
This diff is collapsed.
This diff is collapsed.
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
export DH_COMPAT=3 export DH_COMPAT=3
# Compilation options # Compilation options
export CONFIG_FLAGS="--enable-release --prefix=/usr --enable-gnome --enable-gtk --enable-fb --with-ggi --enable-sdl --enable-esd --enable-qt --with-mad --enable-arts --enable-alsa --enable-lirc --enable-a52" export CONFIG_FLAGS="--enable-release --prefix=/usr --enable-gnome --enable-gtk --enable-fb --enable-ggi --enable-sdl --enable-esd --enable-qt --enable-mad --enable-arts --enable-alsa --enable-lirc --enable-a52"
export LIBDVDCSS_FLAGS="--with-dvdcss=local-shared" export LIBDVDCSS_FLAGS="--with-dvdcss=local-shared"
export VIDDIR="usr/share/videolan" export VIDDIR="usr/share/videolan"
export PIXDIR="usr/share/pixmaps" export PIXDIR="usr/share/pixmaps"
...@@ -25,7 +25,7 @@ build-stamp: ...@@ -25,7 +25,7 @@ build-stamp:
case $(DEB_BUILD_ARCH) in \ case $(DEB_BUILD_ARCH) in \
i386) \ i386) \
ARCH_FLAGS="--with-glide" ;; \ ARCH_FLAGS="--enable-glide" ;; \
*) \ *) \
ARCH_FLAGS="" ;; \ ARCH_FLAGS="" ;; \
esac ;\ esac ;\
......
...@@ -350,9 +350,6 @@ ...@@ -350,9 +350,6 @@
/* Define if the GNU gettext() function is already present or preinstalled. */ /* Define if the GNU gettext() function is already present or preinstalled. */
#undef HAVE_GETTEXT #undef HAVE_GETTEXT
/* big endian system */
#undef WORDS_BIGENDIAN
/* long getopt support */ /* long getopt support */
#undef HAVE_GETOPT_LONG #undef HAVE_GETOPT_LONG
...@@ -425,12 +422,15 @@ ...@@ -425,12 +422,15 @@
/* Define if FreeBSD-like dvd_struct is defined. */ /* Define if FreeBSD-like dvd_struct is defined. */
#undef HAVE_BSD_DVD_STRUCT #undef HAVE_BSD_DVD_STRUCT
/* Indicate whether we should use SDL/SDL.h or SDL11/SDL.h */
#undef SDL_INCLUDE_FILE
/* big endian system */
#undef WORDS_BIGENDIAN
/* Define if <pth.h> defines pth_init */ /* Define if <pth.h> defines pth_init */
#undef PTH_INIT_IN_PTH_H #undef PTH_INIT_IN_PTH_H
/* Define if <st.h> defines st_init */ /* Define if <st.h> defines st_init */
#undef ST_INIT_IN_ST_H #undef ST_INIT_IN_ST_H
/* Indicate whether we should use SDL/SDL.h or SDL11/SDL.h */
#undef SDL_INCLUDE_FILE
...@@ -205,7 +205,7 @@ perl -pi -e "s|#CFLAGS \+= -mcpu=750|CFLAGS \+= -mcpu=750 -mtune=750|" Makefile ...@@ -205,7 +205,7 @@ perl -pi -e "s|#CFLAGS \+= -mcpu=750|CFLAGS \+= -mcpu=750 -mtune=750|" Makefile
--enable-esd --enable-alsa \ --enable-esd --enable-alsa \
--enable-fb --enable-mga \ --enable-fb --enable-mga \
--enable-xvideo \ --enable-xvideo \
--with-ggi \ --enable-ggi \
--enable-sdl --enable-sdl
%endif %endif
# thier configure check if /dev/dsp exists... # thier configure check if /dev/dsp exists...
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment