Skip to content
Snippets Groups Projects
Commit 03cb3ea1 authored by Alexandre's avatar Alexandre
Browse files

changed version to 1.1.0

parent 9ece237c
No related branches found
No related tags found
No related merge requests found
......@@ -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>
1.1.0
* Optimization of key schedule
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment