Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
libdvbpsi
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
libdvbpsi
Commits
cd657555
Commit
cd657555
authored
Dec 18, 2007
by
Jean-Paul Saman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump up version number
parent
4b86e23e
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
6 deletions
+9
-6
configure.ac
configure.ac
+1
-1
libdvbpsi.spec
libdvbpsi.spec
+5
-1
src/dvbpsi.h
src/dvbpsi.h
+2
-3
wince/config.h
wince/config.h
+1
-1
No files found.
configure.ac
View file @
cd657555
...
...
@@ -4,7 +4,7 @@ AC_PREREQ(2.50)
AC_CONFIG_AUX_DIR(autotools)
AC_CANONICAL_SYSTEM
AM_INIT_AUTOMAKE(libdvbpsi5, 0.1.
6
)
AM_INIT_AUTOMAKE(libdvbpsi5, 0.1.
7
)
AM_CONFIG_HEADER(config.h)
#AC_CANONICAL_HOST
...
...
libdvbpsi.spec
View file @
cd657555
%define name libdvbpsi
%define version 0.1.
6
%define version 0.1.
7
%define release 1
%define major 5
...
...
@@ -90,6 +90,10 @@ rm -rf %buildroot
%{_includedir}/*
%changelog
* Tue Dec, 18 2007 Jean-Paul Saman <jpsaman@videolan.org>
- New VBI data descriptor support
- 0.1.7 release
* Thu Oct, 22 2007 Jean-Paul Saman <jpsaman@videolan.org>
- New cat support
- Fix EIT discontinuities
...
...
src/dvbpsi.h
View file @
cd657555
...
...
@@ -33,8 +33,8 @@
#ifndef _DVBPSI_DVBPSI_H_
#define _DVBPSI_DVBPSI_H_
#define DVBPSI_VERSION 0.1.
6
#define DVBPSI_VERSION_INT ((0<<16)+(1<<8)+
6
)
#define DVBPSI_VERSION 0.1.
7
#define DVBPSI_VERSION_INT ((0<<16)+(1<<8)+
7
)
#ifdef __cplusplus
extern
"C"
{
...
...
@@ -136,4 +136,3 @@ typedef struct dvbpsi_decoder_s
#else
#error "Multiple inclusions of dvbpsi.h"
#endif
wince/config.h
View file @
cd657555
...
...
@@ -57,7 +57,7 @@
#define STDC_HEADERS 1
/* Version number of package */
#define VERSION "0.1.
6
"
#define VERSION "0.1.
7
"
/* C99 types */
typedef
unsigned
char
uint8_t
;
...
...
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