121
121
# AO output
122
122
if test ${enable_output_ao:=yes} = yes; then
123
123
XIPH_PATH_AO(AC_DEFINE ( DRIVER_AO ,1 ,[ Build AO output] )
124
- drivers=$drivers' ao.${OBJEXT}',
124
+ drivers=$drivers' ao.${OBJEXT}'
125
125
enable_output_ao=no
126
126
AC_MSG_RESULT ( [ *** AO (libao) not installed ***] ) )
127
127
fi
141
141
if test ${enable_output_esound:=yes} = yes; then
142
142
AM_PATH_ESD(0.2.8,
143
143
AC_DEFINE ( DRIVER_ESOUND ,1 ,[ Build EsounD output] )
144
- drivers=$drivers' esound.$(OBJEXT)',
144
+ drivers=$drivers' esound.$(OBJEXT)'
145
145
enable_output_esound=no
146
146
AC_MSG_RESULT ( [ *** EsounD (libesd) >= 0.2.8 not installed ***] ) )
147
147
fi
@@ -177,7 +177,7 @@ if test ${enable_output_sdl:=yes} = yes; then
177
177
AM_PATH_SDL2([ "2.0.0"] ,
178
178
AC_DEFINE ( HAVE_SDL_H , 1 , [ Define to 1 if you have the "SDL.h" header file] )
179
179
AC_DEFINE ( DRIVER_SDL , 1 , [ Build SDL2 output] )
180
- drivers=$drivers' sdl.$(OBJEXT)',
180
+ drivers=$drivers' sdl.$(OBJEXT)'
181
181
try_sdl12=yes
182
182
AC_MSG_RESULT ( [ *** SDL libsdl2 >= 2.0.0 not installed ***] )
183
183
)
@@ -190,7 +190,7 @@ if test ${enable_output_sdl:=yes} = yes; then
190
190
AM_PATH_SDL([ "1.2.0"] ,
191
191
AC_DEFINE ( HAVE_SDL_H , 1 , [ Define to 1 if you have the "SDL.h" header file] )
192
192
AC_DEFINE ( DRIVER_SDL , 1 , [ Build SDL1.x output] )
193
- drivers=$drivers' sdl.$(OBJEXT)',
193
+ drivers=$drivers' sdl.$(OBJEXT)'
194
194
enable_output_sdl=no
195
195
AC_MSG_RESULT ( [ *** SDL libsdl >= 1.2.0 not installed ***] )
196
196
)
202
202
if test ${enable_output_alsa:=yes} = yes; then
203
203
AM_PATH_ALSA(0.9.1,
204
204
AC_DEFINE ( DRIVER_ALSA ,1 ,[ Build ALSA output] )
205
- drivers=$drivers' alsa.${OBJEXT}',
205
+ drivers=$drivers' alsa.${OBJEXT}'
206
206
enable_output_alsa=no
207
207
AC_MSG_RESULT ( [ *** ALSA (libasound) >= 0.9.1 not installed ***] ) )
208
208
fi
0 commit comments