From 1852a1dbbc3a8671319921daa2331d99609287e9 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Wed, 5 Nov 2003 11:09:19 +0000 Subject: [PATCH] - 1.0.0 version - change against PCM API switch --- Makefile | 2 +- ac3dec/output.c | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 624ad57..7b33d06 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION = 0.9.8 +VERSION = 1.0.0 TOP = . SUBDIRS = ac3dec as10k1 envy24control hdsploader hdspconf hdspmixer \ mixartloader rmedigicontrol sb16_csp seq sscape_ctl us428control \ diff --git a/ac3dec/output.c b/ac3dec/output.c index 9ca1bd1..a3ed21a 100644 --- a/ac3dec/output.c +++ b/ac3dec/output.c @@ -24,8 +24,6 @@ #include #include #include -#define ALSA_PCM_NEW_HW_PARAMS_API -#define ALSA_PCM_NEW_SW_PARAMS_API #include typedef signed short sint_16; -- 2.47.1