Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
4a5e3b56
Commit
4a5e3b56
authored
Apr 15, 2001
by
Sam Hocevar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* All Debian packages are now lintian-clean. * Fixed XVideo plugin linking.
parent
79a45f72
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
5 deletions
+4
-5
ChangeLog
ChangeLog
+2
-0
configure
configure
+1
-1
configure.in
configure.in
+1
-1
debian/rules
debian/rules
+0
-3
No files found.
ChangeLog
View file @
4a5e3b56
...
...
@@ -4,6 +4,8 @@
HEAD
*
All
Debian
packages
are
now
lintian
-
clean
.
*
Fixed
XVideo
plugin
linking
.
*
Updated
TODO
list
.
*
Built
-
in
modules
support
almost
finished
.
*
A
few
Makefile
fixes
for
BeOS
.
...
...
configure
View file @
4a5e3b56
...
...
@@ -3628,7 +3628,7 @@ if test "${enable_xvideo+set}" = set; then
enableval
=
"
$enable_xvideo
"
if
test
x
$enable_xvideo
=
xyes
;
then
PLUGINS
=
${
PLUGINS
}
"xvideo "
LIB_XVIDEO
=
"-L/usr/X11R6/lib -lX11 -lXext"
LIB_XVIDEO
=
"-L/usr/X11R6/lib -lX11 -lXext
-lXv
"
fi
fi
...
...
configure.in
View file @
4a5e3b56
...
...
@@ -392,7 +392,7 @@ AC_ARG_ENABLE(xvideo,
[ --enable-xvideo XVideo interface support (default disabled)],
[if test x$enable_xvideo = xyes; then
PLUGINS=${PLUGINS}"xvideo "
LIB_XVIDEO="-L/usr/X11R6/lib -lX11 -lXext"
LIB_XVIDEO="-L/usr/X11R6/lib -lX11 -lXext
-lXv
"
fi])
dnl
...
...
debian/rules
View file @
4a5e3b56
...
...
@@ -49,9 +49,6 @@ install: build
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
aliases="ggi gtk gnome esd sdl alsa qt" ; \
if [ $(DEB_BUILD_ARCH) = i386 ]; then aliases=$$aliases" glide" ; fi ; \
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment