Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
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-gpu
Commits
feac5bc6
Commit
feac5bc6
authored
Nov 03, 2009
by
Rafaël Carré
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update: make sure 1.1.0 > 1.1.0-git
Also remove unneeded prototypes
parent
ed769d22
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
10 deletions
+3
-10
src/misc/update.c
src/misc/update.c
+3
-10
No files found.
src/misc/update.c
View file @
feac5bc6
...
@@ -88,15 +88,6 @@
...
@@ -88,15 +88,6 @@
#endif
#endif
/*****************************************************************************
* Local Prototypes
*****************************************************************************/
static
void
EmptyRelease
(
update_t
*
p_update
);
static
bool
GetUpdateFile
(
update_t
*
p_update
);
static
char
*
size_str
(
long
int
l_size
);
/*****************************************************************************
/*****************************************************************************
* Update_t functions
* Update_t functions
*****************************************************************************/
*****************************************************************************/
...
@@ -451,7 +442,9 @@ bool update_NeedUpgrade( update_t *p_update )
...
@@ -451,7 +442,9 @@ bool update_NeedUpgrade( update_t *p_update )
*
PACKAGE_VERSION_MAJOR
-
'0'
,
*
PACKAGE_VERSION_MAJOR
-
'0'
,
*
PACKAGE_VERSION_MINOR
-
'0'
,
*
PACKAGE_VERSION_MINOR
-
'0'
,
*
PACKAGE_VERSION_REVISION
-
'0'
,
*
PACKAGE_VERSION_REVISION
-
'0'
,
*
PACKAGE_VERSION_EXTRA
/* extra string of development versions is "-git", "-rc" ..
* so make sure version a.b.c is newer than a.b.c-XXX */
(
*
PACKAGE_VERSION_EXTRA
==
'-'
)
?
-
1
:
*
PACKAGE_VERSION_EXTRA
};
};
int
latest_version
[]
=
{
int
latest_version
[]
=
{
p_update
->
release
.
i_major
,
p_update
->
release
.
i_major
,
...
...
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