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
9f7848e1
Commit
9f7848e1
authored
May 28, 2008
by
Pierre d'Herbemont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: Fix vlc_update header when UPDATE_CHECK is disabled.
parent
e73624fd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
include/vlc_update.h
include/vlc_update.h
+6
-5
No files found.
include/vlc_update.h
View file @
9f7848e1
...
@@ -26,8 +26,6 @@
...
@@ -26,8 +26,6 @@
#error You are not libvlc or one of its plugins. You cannot include this file
#error You are not libvlc or one of its plugins. You cannot include this file
#endif
#endif
#ifdef UPDATE_CHECK
#ifndef _VLC_UPDATE_H
#ifndef _VLC_UPDATE_H
#define _VLC_UPDATE_H
#define _VLC_UPDATE_H
...
@@ -39,6 +37,8 @@
...
@@ -39,6 +37,8 @@
* @{
* @{
*/
*/
#ifdef UPDATE_CHECK
/**
/**
* Describes an update VLC release number
* Describes an update VLC release number
*/
*/
...
@@ -52,6 +52,9 @@ struct update_release_t
...
@@ -52,6 +52,9 @@ struct update_release_t
char
*
psz_desc
;
///< Release description
char
*
psz_desc
;
///< Release description
};
};
#endif
/* UPDATE_CHECK */
typedef
struct
update_release_t
update_release_t
;
typedef
struct
update_release_t
update_release_t
;
#define update_New( a ) __update_New( VLC_OBJECT( a ) )
#define update_New( a ) __update_New( VLC_OBJECT( a ) )
...
@@ -67,6 +70,4 @@ VLC_EXPORT( update_release_t*, update_GetRelease, ( update_t * ) );
...
@@ -67,6 +70,4 @@ VLC_EXPORT( update_release_t*, update_GetRelease, ( update_t * ) );
* @}
* @}
*/
*/
#endif
#endif
/* _VLC_UPDATE_H */
#endif
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