Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
libdvbcsa
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
François Cartegnie
libdvbcsa
Commits
03cb3ea1
Commit
03cb3ea1
authored
13 years ago
by
Alexandre
Browse files
Options
Downloads
Patches
Plain Diff
changed version to 1.1.0
parent
9ece237c
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
AUTHORS
+2
-0
2 additions, 0 deletions
AUTHORS
ChangeLog
+2
-0
2 additions, 0 deletions
ChangeLog
configure.ac
+2
-2
2 additions, 2 deletions
configure.ac
with
6 additions
and
2 deletions
AUTHORS
+
2
−
0
View file @
03cb3ea1
...
...
@@ -8,3 +8,5 @@ Alexandre Becoulet <alexandre.becoulet@free.fr>.
PowerPC Altivec support by Nicolas Pouillon <nipo@ssji.net>.
Key schedule optimization by Erik Tews <e_tews at cdc.informatik.tu-darmstadt.de>
This diff is collapsed.
Click to expand it.
ChangeLog
+
2
−
0
View file @
03cb3ea1
1.1.0
* Optimization of key schedule
This diff is collapsed.
Click to expand it.
configure.ac
+
2
−
2
View file @
03cb3ea1
AC_INIT(libdvbcsa, 1.
0.1
)
AC_INIT(libdvbcsa, 1.
1.0
)
AC_PREREQ(2.50)
AC_ARG_ENABLE(debug, AC_HELP_STRING(--enable-debug, [Enable debug]), enable_debug=$enableval, enable_debug=no)
...
...
@@ -15,7 +15,7 @@ AC_ARG_ENABLE(mmx, AC_HELP_STRING(--enable-mmx, [Use MMX for bitslice]), mmx_deb
AC_ARG_ENABLE(sse2, AC_HELP_STRING(--enable-sse2, [Use SSE2 for bitslice]), sse2_debug=$enableval, enable_sse2=no)
AC_ARG_ENABLE(altivec, AC_HELP_STRING(--enable-altivec, [Use AltiVec for bitslice]), altivec_debug=$enableval, enable_altivec=no)
AM_INIT_AUTOMAKE(libdvbcsa, 1.
0.1
)
AM_INIT_AUTOMAKE(libdvbcsa, 1.
1.0
)
AM_CONFIG_HEADER(config.h)
AC_PROG_CC
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment