Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
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-1.1
Commits
3a76f14d
Commit
3a76f14d
authored
Feb 03, 2003
by
Sam Hocevar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* ./modules/visualization/xosd/xosd.c: Woody compilation fixed.
* ./debian/woody-buildpackage: sed syntax fixed.
parent
d252bd23
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
debian/woody-buildpackage
debian/woody-buildpackage
+3
-3
modules/visualization/xosd/xosd.c
modules/visualization/xosd/xosd.c
+2
-2
No files found.
debian/woody-buildpackage
View file @
3a76f14d
#! /bin/sh
# $Id: woody-buildpackage,v 1.
2 2003/02/02 18:57:01
sam Exp $
# $Id: woody-buildpackage,v 1.
3 2003/02/03 01:32:37
sam Exp $
# Build VLC for a Woody Debian system
if
test
!
-d
debian
...
...
@@ -25,8 +25,8 @@ sed -e 's/liba52-[^-]*-dev/a52dec-dev (>=0.7.3)/' \
# remove wxwindows stuff, change changelog path
sed
-e
'/# Package: wxvlc/,/^ *$/d'
\
-e
'/--enable-wxwindows/d'
\
-e
', debian/changelog , debian/changelog.woody ,'
\
-e
'
/dh_gencontrol[^#]*/& -- -ldebian/changelog.woody/
'
\
-e
'
s
, debian/changelog , debian/changelog.woody ,'
\
-e
'
s,dh_gencontrol[^#]*,& -- -ldebian/changelog.woody,
'
\
< debian/rules
>
debian/rules.woody
chmod
a+x debian/rules.woody
...
...
modules/visualization/xosd/xosd.c
View file @
3a76f14d
...
...
@@ -2,7 +2,7 @@
* xosd.c : X On Screen Display interface
*****************************************************************************
* Copyright (C) 2001 VideoLAN
* $Id: xosd.c,v 1.
6 2003/01/28 16:52:36
sam Exp $
* $Id: xosd.c,v 1.
7 2003/02/03 01:32:37
sam Exp $
*
* Authors: Loc Minier <lool@videolan.org>
*
...
...
@@ -108,7 +108,7 @@ static int Open( vlc_object_t *p_this )
/* Initialize library */
p_intf
->
p_sys
->
p_osd
=
#if
def HAVE_XOSD_VERSION_0
#if
defined(HAVE_XOSD_VERSION_0) || defined(HAVE_XOSD_VERSION_1)
xosd_init
(
config_GetPsz
(
p_intf
,
"xosd-font"
),
"LawnGreen"
,
3
,
XOSD_top
,
0
,
1
);
#else
...
...
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