Commit 4a5e3b56 authored by Sam Hocevar's avatar Sam Hocevar

  * All Debian packages are now lintian-clean.
  * Fixed XVideo plugin linking.
parent 79a45f72
...@@ -4,6 +4,8 @@ ...@@ -4,6 +4,8 @@
HEAD HEAD
* All Debian packages are now lintian-clean.
* Fixed XVideo plugin linking.
* Updated TODO list. * Updated TODO list.
* Built-in modules support almost finished. * Built-in modules support almost finished.
* A few Makefile fixes for BeOS. * A few Makefile fixes for BeOS.
......
...@@ -3628,7 +3628,7 @@ if test "${enable_xvideo+set}" = set; then ...@@ -3628,7 +3628,7 @@ if test "${enable_xvideo+set}" = set; then
enableval="$enable_xvideo" enableval="$enable_xvideo"
if test x$enable_xvideo = xyes; then if test x$enable_xvideo = xyes; then
PLUGINS=${PLUGINS}"xvideo " PLUGINS=${PLUGINS}"xvideo "
LIB_XVIDEO="-L/usr/X11R6/lib -lX11 -lXext" LIB_XVIDEO="-L/usr/X11R6/lib -lX11 -lXext -lXv"
fi fi
fi fi
......
...@@ -392,7 +392,7 @@ AC_ARG_ENABLE(xvideo, ...@@ -392,7 +392,7 @@ AC_ARG_ENABLE(xvideo,
[ --enable-xvideo XVideo interface support (default disabled)], [ --enable-xvideo XVideo interface support (default disabled)],
[if test x$enable_xvideo = xyes; then [if test x$enable_xvideo = xyes; then
PLUGINS=${PLUGINS}"xvideo " PLUGINS=${PLUGINS}"xvideo "
LIB_XVIDEO="-L/usr/X11R6/lib -lX11 -lXext" LIB_XVIDEO="-L/usr/X11R6/lib -lX11 -lXext -lXv"
fi]) fi])
dnl dnl
......
...@@ -49,9 +49,6 @@ install: build ...@@ -49,9 +49,6 @@ install: build
DESTDIR=`pwd`/debian/vlc/ $(MAKE) install prefix=/usr DESTDIR=`pwd`/debian/vlc/ $(MAKE) install prefix=/usr
# remove the yuvmmx plugin, it doesn't like -fPIC
rm debian/vlc/usr/lib/videolan/vlc/yuvmmx.so
# make symlinks for packages # make symlinks for packages
aliases="ggi gtk gnome esd sdl alsa qt" ; \ aliases="ggi gtk gnome esd sdl alsa qt" ; \
if [ $(DEB_BUILD_ARCH) = i386 ]; then aliases=$$aliases" glide" ; fi ; \ if [ $(DEB_BUILD_ARCH) = i386 ]; then aliases=$$aliases" glide" ; fi ; \
......
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