Message ID | 20190207193605.25676-2-crosa@redhat.com |
---|---|
State | New |
Headers | show |
Series | Trivial fixes for configure and Python scripts | expand |
On 07/02/2019 20:36, Cleber Rosa wrote: > This looks like a leftover that was never implemented. > > Signed-off-by: Cleber Rosa <crosa@redhat.com> > --- > configure | 4 ---- > 1 file changed, 4 deletions(-) > > diff --git a/configure b/configure > index fbd0825488..ff55e2273e 100755 > --- a/configure > +++ b/configure > @@ -3350,10 +3350,6 @@ for drv in $audio_drv_list; do > oss_libs="$oss_lib" > ;; > > - wav) > - # XXX: Probes for CoreAudio, DirectSound > - ;; > - > *) > echo "$audio_possible_drivers" | grep -q "\<$drv\>" || { > error_exit "Unknown driver '$drv' selected" \ > Reviewed-by: Laurent Vivier <laurent@vivier.eu>
On 2/7/19 8:36 PM, Cleber Rosa wrote: > This looks like a leftover that was never implemented. > > Signed-off-by: Cleber Rosa <crosa@redhat.com> > --- > configure | 4 ---- > 1 file changed, 4 deletions(-) > > diff --git a/configure b/configure > index fbd0825488..ff55e2273e 100755 > --- a/configure > +++ b/configure > @@ -3350,10 +3350,6 @@ for drv in $audio_drv_list; do > oss_libs="$oss_lib" > ;; > > - wav) > - # XXX: Probes for CoreAudio, DirectSound > - ;; > - > *) > echo "$audio_possible_drivers" | grep -q "\<$drv\>" || { > error_exit "Unknown driver '$drv' selected" \ > Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
On 07/02/2019 20:36, Cleber Rosa wrote: > This looks like a leftover that was never implemented. > > Signed-off-by: Cleber Rosa <crosa@redhat.com> > --- > configure | 4 ---- > 1 file changed, 4 deletions(-) > > diff --git a/configure b/configure > index fbd0825488..ff55e2273e 100755 > --- a/configure > +++ b/configure > @@ -3350,10 +3350,6 @@ for drv in $audio_drv_list; do > oss_libs="$oss_lib" > ;; > > - wav) > - # XXX: Probes for CoreAudio, DirectSound > - ;; > - > *) > echo "$audio_possible_drivers" | grep -q "\<$drv\>" || { > error_exit "Unknown driver '$drv' selected" \ > Applied to my trivial-patches branch. Thanks, Laurent
diff --git a/configure b/configure index fbd0825488..ff55e2273e 100755 --- a/configure +++ b/configure @@ -3350,10 +3350,6 @@ for drv in $audio_drv_list; do oss_libs="$oss_lib" ;; - wav) - # XXX: Probes for CoreAudio, DirectSound - ;; - *) echo "$audio_possible_drivers" | grep -q "\<$drv\>" || { error_exit "Unknown driver '$drv' selected" \
This looks like a leftover that was never implemented. Signed-off-by: Cleber Rosa <crosa@redhat.com> --- configure | 4 ---- 1 file changed, 4 deletions(-)