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
0f0e2498
Commit
0f0e2498
authored
Sep 25, 2007
by
Christophe Mutricy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change the version in a way requiring less maintenance
parent
92ba24e7
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
17 deletions
+3
-17
extras/contrib/src/Makefile
extras/contrib/src/Makefile
+3
-0
extras/contrib/src/Patches/live-starttime.patch
extras/contrib/src/Patches/live-starttime.patch
+0
-17
No files found.
extras/contrib/src/Makefile
View file @
0f0e2498
...
...
@@ -1155,6 +1155,9 @@ ifdef HAVE_DARWIN_OS
patch
-p0
< Patches/live-osx.patch
endif
patch
-p0
< Patches/live-starttime.patch
(
cd
live/liveMedia/include
;
\
mv
liveMedia_version.hh liveMedia_version.hh.bak
;
\
sed
-e
's/.*LIVEMEDIA_LIBRARY_VERSION_INT.*/#define LIVEMEDIA_LIBRARY_VERSION_INT 9999999999/'
liveMedia_version.hh.bak
>
liveMedia_version.hh
)
patch
-Np0
< Patches/live-config.patch
ifdef
HAVE_UCLIBC
patch
-p0
< Patches/live-noapps.patch
...
...
extras/contrib/src/Patches/live-starttime.patch
View file @
0f0e2498
...
...
@@ -158,20 +158,3 @@ diff -ruN live.orig/liveMedia/include/RTSPClient.hh live/liveMedia/include/RTSPC
Boolean parseGetParameterHeader(char const* line,
const char* param,
char*& value);
***
hhhh Wed Sep 5 15:42:26 2007
--- live/liveMedia/include/liveMedia_version.hh Sat Aug 4 02:38:58 2007
***************
*** 5,10 ****
#define _LIVEMEDIA_VERSION_HH
#define LIVEMEDIA_LIBRARY_VERSION_STRING "2007.08.03"
! #define LIVEMEDIA_LIBRARY_VERSION_INT 1186099200
#endif
--- 5,10 ----
#define _LIVEMEDIA_VERSION_HH
#define LIVEMEDIA_LIBRARY_VERSION_STRING "2007.08.03"
! #define LIVEMEDIA_LIBRARY_VERSION_INT 9999999999
#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