]> git.sesse.net Git - vlc/blob - configure.ac
* configure.ac:
[vlc] / configure.ac
1 dnl Autoconf settings for vlc
2 dnl $Id: configure.ac,v 1.82 2003/10/04 11:17:04 sam Exp $
3
4 AC_INIT(vlc,0.6.3-cvs)
5
6 CONFIGURE_LINE="$0 $*"
7 CODENAME="Trevelyan"
8
9 AC_PREREQ(2.50)
10 AC_CONFIG_SRCDIR(src/libvlc.c)
11 AC_CONFIG_AUX_DIR(autotools)
12 AC_CANONICAL_SYSTEM
13
14 dnl XXX: we don't put any flags here, because automake 1.5 doesn't support
15 dnl them. And we need the comma otherwize automake will choke on it.
16 AM_INIT_AUTOMAKE(vlc,0.6.3-cvs)
17 AM_CONFIG_HEADER(config.h)
18
19 dnl
20 dnl  Save *FLAGS
21 dnl
22 AX_SAVE_FLAGS
23
24 dnl
25 dnl Check for tools
26 dnl
27 AC_PROG_CC
28 AM_PROG_CC_C_O
29 AC_PROG_CPP
30 AC_PROG_CXX
31 AC_PROG_MAKE_SET
32 AC_PROG_INSTALL
33
34 dnl AC_PROG_EGREP only exists in autoconf 2.54+, so we use AC_EGREP_CPP right
35 dnl now otherwise it might be set in an obscure if statement.
36 AC_EGREP_CPP(foo,foo)
37
38 dnl AC_PROG_OBJC doesn't seem to exist, this is the KDE workaround
39 AC_MSG_CHECKING(for an Objective-C compiler)
40 OBJC="${CXX}"
41 AC_SUBST(OBJC)
42 OBJCFLAGS="${CXXFLAGS} -fgnu-runtime -fconstant-string-class=NSConstantString"
43 AC_SUBST(OBJCFLAGS)
44 dnl _AM_DEPENDENCIES(OBJC) doesn't work, so hard code OBJCDEPMODE here
45 #OBJCDEPMODE="depmode=gcc3"
46 #AC_SUBST(OBJCDEPMODE)
47 _AM_DEPENDENCIES(OBJC)
48 AC_MSG_RESULT(not implemented yet)
49
50 dnl Find the right ranlib, even when cross-compiling
51 AC_CHECK_TOOL(RANLIB, ranlib, :)
52 AC_CHECK_TOOL(STRIP, strip, :)
53 AC_CHECK_TOOL(AR, ar, :)
54 AC_CHECK_TOOL(LD, ld, :)
55
56 dnl AM_PROG_LIBTOOL
57 AC_PROG_INSTALL
58
59 dnl Check for compiler properties
60 AC_C_CONST
61 AC_C_INLINE
62
63 dnl
64 dnl  Set default values
65 dnl
66 LDFLAGS_vlc="${LDFLAGS}"
67 LIBEXT=".so"
68
69 dnl
70 dnl  Check the operating system
71 dnl
72 case "${target_os}" in
73   "")
74     SYS=unknown
75     ;;
76   linux*)
77     SYS=linux
78     ;;
79   bsdi*)
80     SYS=bsdi
81     CFLAGS_save="${CFLAGS_save} -pthread"; CFLAGS="${CFLAGS_save}"
82     AX_ADD_LDFLAGS([dvd dvdcss vcd cdda],[-ldvd])
83     ;;
84   *bsd*)
85     SYS="${target_os}"
86     CFLAGS_save="${CFLAGS_save} -pthread"; CFLAGS="${CFLAGS_save}"
87     ;;
88   darwin*)
89     SYS=darwin
90     CFLAGS_save="${CFLAGS_save} -no-cpp-precomp -D_INTL_REDIRECT_MACROS"; CFLAGS="${CFLAGS_save}"
91     CXXFLAGS_save="${CXXFLAGS_save} -no-cpp-precomp -D_INTL_REDIRECT_MACROS"; CXXFLAGS="${CXXFLAGS_save}"
92     OBJCFLAGS_save="${OBJCFLAGS_save} -no-cpp-precomp -D_INTL_REDIRECT_MACROS"; OBJCFLAGS="${OBJCFLAGS_save}"
93     AX_ADD_LDFLAGS([vlc ffmpeg],[-all_load])
94     AX_ADD_LDFLAGS([vlc],[-Wl,-multiply_defined,suppress])
95     LIBEXT=".dylib"
96     ;;
97   *mingw32* | *cygwin*)
98     AC_CHECK_TOOL(WINDRES, windres, :)
99     LIBEXT=".dll"
100
101     case "${target_os}" in
102       *mingw32*)
103         SYS=mingw32
104         ;;
105       *cygwin*)
106         dnl Check if we are using the mno-cygwin mode in which case we are
107         dnl actually dealing with a mingw32 compiler.
108         AC_EGREP_CPP(yes,
109             [#ifdef WIN32
110              yes
111              #endif],
112             SYS=mingw32, SYS=cygwin)
113         ;;
114     esac
115
116     if test "${SYS}" = "mingw32"; then
117         # add ws2_32 for closesocket, select, recv
118         CPPFLAGS_save="${CPPFLAGS_save} -D_OFF_T_ -D_off_t=long"; CPPFLAGS="${CPPFLAGS_save}"
119         AX_ADD_LDFLAGS([vlc],[-lws2_32 -lnetapi32 -lwinmm -mwindows])
120         AX_ADD_LDFLAGS([ipv4 ipv6 access_http access_mms access_udp access_ftp access_output_udp sap slp http httpd stream_out_standard],[-lws2_32])
121     fi
122     ;;
123   *nto*)
124     SYS=nto
125     AX_ADD_LDFLAGS([x11 xvideo],[-lsocket])
126     ;;
127   solaris*)
128     SYS=solaris
129     ;;
130   hpux*)
131     SYS=hpux
132     LIBEXT=".sl"
133     ;;
134   beos)
135     SYS=beos
136     CFLAGS_save="${CFLAGS_save} -Wno-multichar"; CFLAGS="${CFLAGS_save}"
137     CXXFLAGS_save="${CXXFLAGS_save} -Wno-multichar"; CXXFLAGS="${CXXFLAGS_save}"
138     AX_ADD_LDFLAGS([vlc beos],[-lbe])
139     AX_ADD_LDFLAGS([beos],[-lmedia -ltranslation -ltracker -lgame])
140
141     dnl Check for BONE presence
142     AC_CHECK_LIB(socket, connect,
143         AX_ADD_LDFLAGS([vlc access_mms ipv4 httpd],[-lsocket -lbind]))
144
145     dnl Kludgy check for Zeta
146     if test -f /boot/beos/system/lib/libzeta.so; then
147         AX_ADD_LDFLAGS([beos],[-lzeta])
148     fi
149     ;;
150   *)
151     SYS="${target_os}"
152     ;;
153 esac
154 AM_CONDITIONAL(HAVE_BEOS, test "${SYS}" = "beos")
155 AM_CONDITIONAL(HAVE_DARWIN, test "${SYS}" = "darwin")
156 AM_CONDITIONAL(HAVE_WIN32, test "${SYS}" = "mingw32")
157
158 dnl
159 dnl Gettext stuff
160 dnl
161 ALL_LINGUAS="de en_GB es fr it ja nl no pl pt_BR ru sv"
162 AM_GNU_GETTEXT_VERSION(0.11.5)
163 AM_GNU_GETTEXT
164 if test "${nls_cv_force_use_gnu_gettext}" = "yes"; then
165   AC_DEFINE(HAVE_INCLUDED_GETTEXT, 1, Define if we use the local libintl)
166   INCLUDES="${INCLUDES} -I\$(top_builddir)/intl"
167 else
168   AC_CHECK_FUNCS(textdomain,,[
169     AC_CHECK_LIB(intl,textdomain,
170       AX_ADD_LDFLAGS([vlc],[${LIBINTL}]),,
171       ${LIBINTL}
172     )
173   ])
174 fi
175 AM_CONDITIONAL(BUILD_INTL, test "${nls_cv_force_use_gnu_gettext}" = "yes")
176 XGETTEXT="${XGETTEXT} --keyword=_NS --keyword=_ANS"
177
178 AC_MSG_CHECKING(for suffix of libraries)
179 AC_MSG_RESULT(${LIBEXT})
180
181 dnl Check for the need to include the mingwex lib for mingw32
182 if test "${SYS}" = "mingw32"
183 then
184     AC_CHECK_LIB(mingwex,opendir,
185         AC_CHECK_LIB(mingw32,opendir,AX_ADD_LDFLAGS([vlc],[]),
186             [AX_ADD_LDFLAGS([vlc gtk],[-lmingwex])])
187     )
188 fi
189
190 dnl Check for fnative-struct or mms-bitfields support for mingw32
191 if test "${SYS}" = "mingw32"
192 then
193     AC_CACHE_CHECK([if \$CC accepts -mms-bitfields],
194         [ac_cv_c_mms_bitfields],
195         [CFLAGS="${CFLAGS_save} -mms-bitfields"
196          AC_TRY_COMPILE([],,ac_cv_c_mms_bitfields=yes, ac_cv_c_mms_bitfields=no)])
197     if test "${ac_cv_c_mms_bitfields}" != "no"; then
198         CFLAGS_save="${CFLAGS_save} -mms-bitfields";
199         CXXFLAGS_save="${CXXFLAGS_save} -mms-bitfields";
200     else
201         AC_CACHE_CHECK([if \$CC accepts -fnative-struct],
202             [ac_cv_c_fnative_struct],
203             [CFLAGS="${CFLAGS_save} -fnative-struct"
204              AC_TRY_COMPILE([],,ac_cv_c_fnative_struct=yes, ac_cv_c_fnative_struct=no)])
205         if test "${ac_cv_c_fnative_struct}" != "no"; then
206             CFLAGS_save="${CFLAGS_save} -fnative-struct";
207             CXXFLAGS_save="${CXXFLAGS_save} -fnative-struct";
208         fi
209     fi
210
211     CFLAGS="${CFLAGS_save}"; CXXFLAGS="${CXXFLAGS_save}"
212 fi
213
214 dnl Check for fvtable-thunks support for mingw32
215 if test "${SYS}" = "mingw32"
216 then
217 AC_LANG_PUSH(C++)
218     AC_CACHE_CHECK([if \$CXX accepts -fvtable-thunks],
219         [ac_cv_cxx_fvtable_thunks],
220         [CXXFLAGS="${CXXFLAGS_save} -Wall -Werror -fvtable-thunks"
221          AC_TRY_COMPILE([],,ac_cv_cxx_fvtable_thunks=yes,
222                         ac_cv_cxx_fvtable_thunks=no)])
223     if test "${ac_cv_cxx_fvtable_thunks}" = "yes"; then
224         CXXFLAGS_mingw32_special="-fvtable-thunks"
225     fi
226
227     CXXFLAGS_save="${CXXFLAGS_save} ${CXXFLAGS_mingw32_special}"; CXXFLAGS="${CXXFLAGS_save}"
228 AC_LANG_POP(C++)
229 fi
230
231 dnl Flags for plugin compilation
232 case "${SYS}" in
233   mingw32|cygwin)
234     AX_ADD_CFLAGS([pic plugin mozilla],[${CFLAGS_mingw32_special}])
235     AX_ADD_CXXFLAGS([pic plugin mozilla],[${CFLAGS_mingw32_special} ${CXXFLAGS_mingw32_special}])
236     AX_ADD_OBJCFLAGS([pic plugin mozilla],[${CFLAGS_mingw32_special}])
237     ;;
238   *)
239     AX_ADD_CFLAGS([pic plugin mozilla],[-fpic -fPIC])
240     AX_ADD_CXXFLAGS([pic plugin mozilla],[-fpic -fPIC])
241     AX_ADD_OBJCFLAGS([pic plugin mozilla],[-fpic -fPIC])
242     AX_ADD_LDFLAGS([plugin mozilla],[-fpic -fPIC])
243     ;;
244 esac
245
246 dnl The -DSYS_FOO flag
247 CPPFLAGS_save="${CPPFLAGS_save} -DSYS_`echo ${SYS} | sed -e 's/-.*//' | tr 'abcdefghijklmnopqrstuvwxyz.' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'`"; CPPFLAGS="${CPPFLAGS_save}"
248
249 dnl Check for system libs needed
250 need_libc=false
251
252 AC_CHECK_FUNCS(gettimeofday select strerror strtod strtol isatty vasprintf swab sigrelse getpwuid memalign posix_memalign gethostbyname2 if_nametoindex atoll getenv putenv setenv gmtime_r ctime_r)
253
254 dnl Check for usual libc functions
255 AC_CHECK_FUNCS(strdup strndup atof lseek)
256 AC_CHECK_FUNCS(strcasecmp,,[AC_CHECK_FUNCS(stricmp)])
257 AC_CHECK_FUNCS(strncasecmp,,[AC_CHECK_FUNCS(strnicmp)])
258
259 dnl Check for setlocal and langinfo
260 AC_CHECK_FUNCS(setlocale)
261 AC_CHECK_HEADERS(langinfo.h)
262 AC_CHECK_FUNCS(nl_langinfo)
263
264 AC_CACHE_CHECK([for nl_langinfo and CODESET], ac_cv_langinfo_codeset,
265   [AC_TRY_LINK([#include <langinfo.h>],
266     [char* cs = nl_langinfo(CODESET);],
267     ac_cv_langinfo_codeset=yes,
268     ac_cv_langinfo_codeset=no)
269   ])
270 if test ${ac_cv_langinfo_codeset} = yes; then
271   AC_DEFINE(HAVE_LANGINFO_CODESET, 1,
272     [Define if you have <langinfo.h> and nl_langinfo(CODESET).])
273 fi
274
275 AC_CHECK_FUNCS(connect,,[
276   AC_CHECK_LIB(socket,connect,[
277     AX_ADD_LDFLAGS([vlc ipv4],-lsocket)
278   ])
279 ])
280
281 AC_CHECK_FUNCS(send,,[
282   AC_CHECK_LIB(socket,send,[
283     AX_ADD_LDFLAGS([access_http access_mms access_udp access_ftp sap http access_output_udp],[-lsocket])
284   ])
285 ])
286
287 AC_CHECK_FUNCS(gethostbyname,,[
288   AC_CHECK_LIB(nsl,gethostbyname,[
289     AX_ADD_LDFLAGS([ipv4 httpd vlc],[-lnsl])
290   ],[
291     AC_CHECK_LIB(bind,gethostbyname,[
292       AX_ADD_LDFLAGS([ipv4 httpd],[-lbind])
293     ])
294   ])
295 ])
296
297 dnl Check for socklen_t
298 AC_CACHE_CHECK([for socklen_t], ac_cv_type_socklen_t,
299   [AC_TRY_COMPILE(
300      [#include <sys/types.h>
301       #include <sys/socket.h>],
302      [socklen_t len = 42; return len;],
303      ac_cv_type_socklen_t=yes,
304      ac_cv_type_socklen_t=no)])
305 if test "${ac_cv_type_socklen_t}" != "no"; then
306   AC_DEFINE(HAVE_SOCKLEN_T, 1, [Define if <sys/socket.h> defines socklen_t.])
307 fi
308
309 dnl Check for va_copy
310 AC_CACHE_CHECK([for va_copy], ac_cv_c_va_copy,
311   AC_TRY_LINK(
312     [#include <stdarg.h>],
313     [va_list ap1, ap2; va_copy(ap1,ap2);],
314     [ac_cv_c_va_copy="yes"],
315     [ac_cv_c_va_copy="no"]))
316 if test "${ac_cv_c_va_copy}" = "yes"; then
317   AC_DEFINE(HAVE_VA_COPY, 1, [Define if <stdarg.h> defines va_copy.])
318 fi
319 AC_CACHE_CHECK([for __va_copy], ac_cv_c___va_copy,
320   AC_TRY_LINK(
321     [#include <stdarg.h>],
322     [va_list ap1, ap2; __va_copy(ap1,ap2);],
323     [ac_cv_c___va_copy="yes"],
324     [ac_cv_c___va_copy="no"]))
325 if test "${ac_cv_c___va_copy}" = "yes"; then
326   AC_DEFINE(HAVE___VA_COPY, 1, [Define if <stdarg.h> defines __va_copy.])
327 fi
328
329 AC_CHECK_FUNCS(inet_aton,,[
330   AC_CHECK_LIB(resolv,inet_aton,[
331     AX_ADD_LDFLAGS([ipv4 httpd],[-lresolv])
332   ])
333 ])
334
335 dnl Check for getopt (always use builtin one on win32)
336 if test "${SYS}" = "mingw32"; then
337 need_getopt=:
338 else
339 need_getopt=false
340 AC_CHECK_FUNCS(getopt_long,[AC_DEFINE(HAVE_GETOPT_LONG,1,long getopt support)],
341 [ # FreeBSD has a gnugetopt library for this:
342   AC_CHECK_LIB([gnugetopt],[getopt_long],
343     [AC_DEFINE(HAVE_GETOPT_LONG,1,getopt support)
344      AX_ADD_LDFLAGS([vlc],[-lgnugetopt])],
345     [need_getopt=:])])
346 fi
347 AM_CONDITIONAL(BUILD_GETOPT, ${need_getopt})
348
349 if test "${SYS}" != "mingw32"; then
350 AC_TYPE_SIGNAL
351 AC_CHECK_LIB(m,cos,[
352   AX_ADD_LDFLAGS([imdct adjust distort a52tofloat32],[-lm])
353 ])
354 AC_CHECK_LIB(m,pow,[
355   AX_ADD_LDFLAGS([ffmpeg stream_out_transcode imdct imdct3dn imdctsse i420_rgb faad],[-lm])
356 ])
357 AC_CHECK_LIB(m,sqrt,[
358   AX_ADD_LDFLAGS([headphone_channel_mixer],[-lm])
359 ])
360 fi # end "${SYS}" != "mingw32"
361
362 dnl Check for dynamic plugins
363 ac_cv_have_plugins=no
364
365 # OS X style
366 AC_CHECK_HEADERS(mach-o/dyld.h,
367   [AC_CHECK_FUNCS(NSLinkModule,
368     [AC_DEFINE(HAVE_DL_DYLD, 1, [Define if you have the Darwin dyld API])
369      ac_cv_have_plugins=yes])])
370
371 # HP-UX style
372 if test "${ac_cv_have_plugins}" = "no"; then
373   AC_CHECK_HEADERS(dl.h)
374   ac_cv_my_have_shl_load=no
375   AC_CHECK_FUNC(shl_load,
376    [ac_cv_my_have_shl_load=yes,
377     AC_CHECK_LIB(dld, shl_load,
378      [ac_cv_my_have_shl_load=yes
379       AX_ADD_LDFLAGS([vlc],[-ldld])])])
380   if test "${ac_cv_my_have_shl_load}" = "yes"; then
381     AC_DEFINE(HAVE_DL_SHL_LOAD, 1, [Define if you have the shl_load API])
382     ac_cv_have_plugins=yes
383   fi
384 fi
385
386 # Whatever style
387 if test "${ac_cv_have_plugins}" = "no"; then
388   AC_CHECK_LIB(dld, dld_link,
389    [AX_ADD_LDFLAGS([vlc],[-ldld])
390     AC_DEFINE(HAVE_DL_DLD_LINK, 1, [Define if you have the GNU dld library])
391     ac_cv_have_plugins=yes])
392 fi
393
394 # Win32 style
395 if test "${ac_cv_have_plugins}" = "no"; then
396   AC_CHECK_LIB(kernel32, main,
397    [AX_ADD_LDFLAGS([vlc],[-lkernel32])
398     ac_cv_have_plugins=yes])
399 fi
400
401 # BeOS style
402 if test "${ac_cv_have_plugins}" = "no"; then
403   AC_CHECK_HEADERS(image.h,
404    [ac_cv_have_plugins=yes])
405 fi
406
407 # Only test for dlopen() if the others didn't work
408 if test "${ac_cv_have_plugins}" = "no"; then
409   AC_CHECK_HEADERS(dlfcn.h sys/dl.h)
410   ac_cv_my_have_dlopen=no
411   AC_CHECK_FUNC(dlopen,
412     ac_cv_my_have_dlopen=yes,
413     AC_CHECK_LIB(dl, dlopen,
414       ac_cv_my_have_dlopen=yes
415       AX_ADD_LDFLAGS([vlc],[-ldl]),
416       AC_CHECK_LIB(svld, dlopen,
417         ac_cv_my_have_dlopen=yes
418         AX_ADD_LDFLAGS([vlc],[-lsvld]))))
419   if test "${ac_cv_my_have_dlopen}" = "yes"; then
420     AC_DEFINE(HAVE_DL_DLOPEN, 1, [Define if you have the dlopen API])
421     ac_cv_have_plugins=yes
422   fi
423 fi
424
425 if test "${SYS}" != "mingw32"; then
426 dnl Check for pthreads - borrowed from XMMS
427 THREAD_LIB=error
428 if test "${THREAD_LIB}" = "error"; then
429   AC_CHECK_LIB(pthread,main,THREAD_LIB="-lpthread")
430 fi
431 if test "${THREAD_LIB}" = "error"; then
432   AC_CHECK_LIB(pthreads,main,THREAD_LIB="-lpthreads")
433 fi
434 if test "${THREAD_LIB}" = "error"; then
435   AC_CHECK_LIB(c_r,main,THREAD_LIB="-lc_r")
436 fi
437 if test "${THREAD_LIB}" = "error"; then
438   AC_CHECK_FUNCS(pthread_mutex_lock)
439   THREAD_LIB=""
440 fi
441
442 dnl Check for cthreads under GNU/Hurd for instance
443 AC_CHECK_LIB(threads,cthread_fork,THREAD_LIB="-lthreads")
444
445 dnl
446 dnl  GNU portable threads
447 dnl
448 AC_ARG_ENABLE(pth,
449   [  --enable-pth            GNU Pth support (default disabled)],
450   [ if test "${enable_pth}" = "yes"; then
451     AC_CHECK_LIB(pth,pth_init)
452     AC_MSG_CHECKING(for pth_init in pth.h)
453     AC_EGREP_HEADER(pth_init,pth.h,[
454       AC_MSG_RESULT(yes)
455       AC_DEFINE(PTH_INIT_IN_PTH_H, 1,
456                 Define if <pth.h> defines pth_init)
457       THREAD_LIB="-lpth"
458     ],[
459       AC_MSG_RESULT(no)
460     ])
461     fi
462 ])
463
464 dnl
465 dnl  State Threads
466 dnl
467 AC_ARG_ENABLE(st,
468   [  --enable-st             State Threads (default disabled)],
469   [ if test "${enable_st}" = "yes"; then
470     AC_CHECK_LIB(st,st_init)
471     AC_MSG_CHECKING(for st_init in st.h)
472     AC_EGREP_HEADER(st_init,st.h,[
473       AC_MSG_RESULT(yes)
474       AC_DEFINE(ST_INIT_IN_ST_H, 1,
475                 Define if <st.h> defines st_init)
476       THREAD_LIB="-lst"
477     ],[
478       AC_MSG_RESULT(yes)
479     ])
480     fi
481 ])
482
483 AX_ADD_LDFLAGS([vlc plugin],[${THREAD_LIB}])
484
485 dnl Don't link with rt when using GNU-pth
486 if test "${THREAD_LIB}" != "-lpth" && test "${THREAD_LIB}" != "-lst"; then
487   dnl HP/UX port
488   AC_CHECK_LIB(rt,sem_init, [AX_ADD_LDFLAGS([vlc],[-lrt])])
489
490   have_nanosleep=false
491   AC_CHECK_FUNCS(nanosleep,have_nanosleep=:,[
492     AC_CHECK_LIB(rt,nanosleep,
493       [AX_ADD_LDFLAGS([vlc],[-lrt]) have_nanosleep=:],
494       [AC_CHECK_LIB(posix4,nanosleep,
495           [AX_ADD_LDFLAGS([vlc],[-lposix4]) have_nanosleep=:])]
496     )
497   ])
498   if ${have_nanosleep}; then
499     AC_DEFINE(HAVE_NANOSLEEP, 1,
500               Define if nanosleep is available.)
501   fi
502 fi
503
504 dnl Check for misc headers
505 AC_MSG_CHECKING(for pthread_cond_t in pthread.h)
506 AC_EGREP_HEADER(pthread_cond_t,pthread.h,[
507   AC_MSG_RESULT(yes)
508   AC_DEFINE(PTHREAD_COND_T_IN_PTHREAD_H, 1,
509             Define if <pthread.h> defines pthread_cond_t.)],[
510   AC_MSG_RESULT(no)])
511
512 AC_MSG_CHECKING(for pthread_once in pthread.h)
513 AC_EGREP_HEADER(pthread_once,pthread.h,[
514   AC_MSG_RESULT(yes)
515   AC_DEFINE(PTHREAD_ONCE_IN_PTHREAD_H, 1,
516             Define if <pthread.h> defines pthread_once.)],[
517   AC_MSG_RESULT(no)])
518 fi # end "${SYS}" != "mingw32"
519
520 AC_MSG_CHECKING(for strncasecmp in strings.h)
521 AC_EGREP_HEADER(strncasecmp,strings.h,[
522   AC_MSG_RESULT(yes)
523   AC_DEFINE(STRNCASECMP_IN_STRINGS_H, 1,
524             Define if <strings.h> defines strncasecmp.)],[
525   AC_MSG_RESULT(no)])
526
527 dnl Check for headers
528 AC_CHECK_HEADERS(signal.h time.h errno.h stdint.h getopt.h strings.h inttypes.h sys/int_types.h wchar.h)
529 AC_CHECK_HEADERS(sys/sockio.h fcntl.h sys/types.h sys/time.h sys/times.h sys/ioctl.h sys/stat.h)
530 AC_CHECK_HEADERS(arpa/inet.h net/if.h netinet/in.h sys/socket.h)
531 if test "${SYS}" != "mingw32"; then
532 AC_CHECK_HEADERS(machine/param.h sys/shm.h)
533 AC_CHECK_HEADERS(linux/version.h)
534 fi # end "${SYS}" != "mingw32"
535
536 AC_HEADER_TIME
537
538 dnl Check for dirent
539 need_dirent=false
540 AC_CHECK_HEADERS(dirent.h,,[need_dirent=:])
541 AM_CONDITIONAL(BUILD_DIRENT, ${need_dirent})
542
543 dnl Mac OS X and other OSes don't have declaration for nanosleep
544 if test "${SYS}" != "mingw32"; then
545 AC_MSG_CHECKING(for nanosleep in time.h)
546 AC_EGREP_HEADER(nanosleep,time.h,[
547   AC_MSG_RESULT(yes)
548   AC_DEFINE(HAVE_DECL_NANOSLEEP, 1,
549             Define if <time.h> defines nanosleep.)
550 ],[
551   AC_MSG_RESULT(no)
552 ])
553 fi # end "${SYS}" != "mingw32"
554
555 dnl Make sure we have timespecs
556 AC_MSG_CHECKING(for timespec in sys/time.h)
557 AC_EGREP_HEADER(timespec,sys/time.h,[
558   AC_MSG_RESULT(yes)
559   AC_DEFINE(HAVE_STRUCT_TIMESPEC, 1,
560             Define if <sys/time.h> defines struct timespec.)
561 ],[
562   AC_MSG_RESULT(no)
563 ])
564
565 dnl Check for threads library
566 if test "${SYS}" != "mingw32"; then
567 AC_CHECK_HEADERS(cthreads.h pthread.h kernel/scheduler.h kernel/OS.h)
568 fi # end "${SYS}" != "mingw32"
569
570 dnl Default X headers and libraries
571 if test "${x_includes}" = "NONE"; then
572   x_includes="/usr/X11R6/include"
573 fi
574 if test "${x_libraries}" = "NONE"; then
575   x_libraries="/usr/X11R6/lib"
576 fi
577
578 dnl Build the gtk_main plugins?
579 NEED_GTK_MAIN=no
580 NEED_GNOME_MAIN=no
581 NEED_GTK2_MAIN=no
582 NEED_GNOME2_MAIN=no
583
584 dnl build the qte plugin ?
585 NEED_QTE_MAIN=no
586
587 dnl Check for ntohl, etc.
588 AC_CACHE_CHECK([for ntohl in sys/param.h],
589     [ac_cv_c_ntohl_sys_param_h],
590     [CFLAGS="${CFLAGS_save} -Wall -Werror"
591      AC_TRY_COMPILE([#include <sys/param.h>],
592         [void foo() { int meuh; ntohl(meuh); }],
593         ac_cv_c_ntohl_sys_param_h=yes, ac_cv_c_ntohl_sys_param_h=no)])
594 if test "${ac_cv_c_ntohl_sys_param_h}" != "no"; then
595     AC_DEFINE(NTOHL_IN_SYS_PARAM_H, 1, Define if <sys/param.h> defines ntohl.)
596 fi
597
598 dnl Check for inline function size limit
599 AC_CACHE_CHECK([if \$CC accepts -finline-limit],
600     [ac_cv_c_inline_limit],
601     [CFLAGS="${CFLAGS_save} -finline-limit-30000"
602      AC_TRY_COMPILE([],,ac_cv_c_inline_limit=yes, ac_cv_c_inline_limit=no)])
603 if test "${ac_cv_c_inline_limit}" != "no"; then
604     CFLAGS_save="${CFLAGS_save} -finline-limit-30000"; CFLAGS="${CFLAGS_save}"
605     CXXFLAGS_save="${CXXFLAGS_save} -finline-limit-30000"; CXXFLAGS="${CXXFLAGS_save}"
606     OBJCFLAGS_save="${OBJCFLAGS_save} -finline-limit-30000"; OBJCFLAGS="${OBJCFLAGS_save}"
607 fi
608
609 # XXX: do this with an M4 macro?
610 #dnl Check for various -W flags
611 #for flag in "" all unreachable-code conversion sign-compare disabled-optimization
612 #do
613 #    AC_CACHE_CHECK([if \$CC accepts -W${flag}],
614 #        [ac_cv_c_W${flag}],
615 #        [CFLAGS="-W${flag} ${CFLAGS_save}"
616 #         AC_TRY_COMPILE([],,ac_cv_c_W${flag}=yes, ac_cv_c_W${flag}=no)])
617 #    if test "${ac_cv_c_W${flag}}" != "no"; then
618 #        CFLAGS_save="-W${flag} ${CFLAGS_save}"; CFLAGS="${CFLAGS_save}"
619 #        CXXFLAGS_save="-W${flag} ${CFLAGS_save}"; CXXFLAGS="${CXXFLAGS_save}"
620 #        OBJCFLAGS_save="-W${flag} ${OBJCFLAGS_save}"; OBJCFLAGS="${OBJCFLAGS_save}"
621 #    fi
622 #done
623
624 AC_CACHE_CHECK([if \$CC accepts -Wall],
625     [ac_cv_c_Wall],
626     [CFLAGS="-Wall ${CFLAGS_save}"
627      AC_TRY_COMPILE([],,ac_cv_c_Wall=yes, ac_cv_c_Wall=no)])
628
629 AC_CACHE_CHECK([if \$CC accepts -Wconversion],
630     [ac_cv_c_Wconversion],
631     [CFLAGS="-Wconversion ${CFLAGS_save}"
632      AC_TRY_COMPILE([],,ac_cv_c_Wconversion=yes, ac_cv_c_Wconversion=no)])
633
634 AC_CACHE_CHECK([if \$CC accepts -Wunreachable-code],
635     [ac_cv_c_Wunreachable_code],
636     [CFLAGS="-Wunreachable-code ${CFLAGS_save}"
637      AC_TRY_COMPILE([],,ac_cv_c_Wunreachable_code=yes, ac_cv_c_Wunreachable_code=no)])
638
639 AC_CACHE_CHECK([if \$CC accepts -Wsign-compare],
640     [ac_cv_c_Wsign_compare],
641     [CFLAGS="-Wsign-compare ${CFLAGS_save}"
642      AC_TRY_COMPILE([],,ac_cv_c_Wsign_compare=yes, ac_cv_c_Wsign_compare=no)])
643
644 if test "${ac_cv_c_Wall}" != "no"; then
645     CFLAGS_save="-Wall ${CFLAGS_save}"; CFLAGS="${CFLAGS_save}"
646     CXXFLAGS_save="-Wall ${CFLAGS_save}"; CXXFLAGS="${CXXFLAGS_save}"
647     OBJCFLAGS_save="-Wall ${OBJCFLAGS_save}"; OBJCFLAGS="${OBJCFLAGS_save}"
648 fi
649
650 if test "${ac_cv_c_Wsign_compare}" != "no"; then
651     CFLAGS_save="-Wsign-compare ${CFLAGS_save}"; CFLAGS="${CFLAGS_save}"
652     CXXFLAGS_save="-Wsign-compare ${CFLAGS_save}"; CXXFLAGS="${CXXFLAGS_save}"
653     OBJCFLAGS_save="-Wsign-compare ${OBJCFLAGS_save}"; OBJCFLAGS="${OBJCFLAGS_save}"
654 fi
655
656 dnl Check for -pipe
657 AC_CACHE_CHECK([if \$CC accepts -pipe],
658     [ac_cv_c_pipe],
659     [CFLAGS="${CFLAGS_save} -pipe"
660      AC_TRY_COMPILE([],,ac_cv_c_pipe=yes, ac_cv_c_pipe=no)])
661 if test "${ac_cv_c_pipe}" != "no"; then
662     CFLAGS_save="${CFLAGS_save} -pipe"; CFLAGS="${CFLAGS_save}"
663     CXXFLAGS_save="${CXXFLAGS_save} -pipe"; CXXFLAGS="${CXXFLAGS_save}"
664     OBJCFLAGS_save="${OBJCFLAGS_save} -pipe"; OBJCFLAGS="${OBJCFLAGS_save}"
665 fi
666
667 dnl Check for various optimization flags
668 AC_CACHE_CHECK([if \$CC accepts -O3],
669     [ac_cv_c_o3],
670     [CFLAGS="${CFLAGS_save} -O3"
671      AC_TRY_COMPILE([],,ac_cv_c_o3=yes, ac_cv_c_o3=no)])
672 if test "${ac_cv_c_o3}" != "no"; then
673     CFLAGS_OPTIM="${CFLAGS_OPTIM} -O3"
674 fi
675
676 AC_CACHE_CHECK([if \$CC accepts -O2],
677     [ac_cv_c_o2],
678     [CFLAGS="${CFLAGS_save} -O2"
679      AC_TRY_COMPILE([],,ac_cv_c_o2=yes, ac_cv_c_o2=no)])
680 if test "${ac_cv_c_o2}" != "no"; then
681     if test "${ac_cv_c_o3}" = "no"; then
682         CFLAGS_OPTIM="${CFLAGS_OPTIM} -O2"
683     fi
684     CFLAGS_NOOPTIM="${CFLAGS_NOOPTIM} -O2"
685 else
686     AC_CACHE_CHECK([if \$CC accepts -O],
687         [ac_cv_c_o],
688         [CFLAGS="${CFLAGS_save} -O"
689          AC_TRY_COMPILE([],,ac_cv_c_o=yes, ac_cv_c_o=no)])
690     if test "${ac_cv_c_o}" != "no"; then
691         if test "${ac_cv_c_o3}" = "no"; then
692             CFLAGS_OPTIM="${CFLAGS_OPTIM} -O"
693         fi
694         CFLAGS_NOOPTIM="${CFLAGS_NOOPTIM} -O"
695     fi
696 fi
697
698 dnl Check for -ffast-math
699 AC_CACHE_CHECK([if \$CC accepts -ffast-math],
700     [ac_cv_c_fast_math],
701     [CFLAGS="${CFLAGS_save} -ffast-math"
702      AC_TRY_COMPILE([],,ac_cv_c_fast_math=yes, ac_cv_c_fast_math=no)])
703 if test "${ac_cv_c_fast_math}" != "no"; then
704     CFLAGS_OPTIM="${CFLAGS_OPTIM} -ffast-math"
705 fi
706
707 dnl Check for -funroll-loops
708 dnl Disabled on BeOS because BeOS' gcc is buggy and may crash with it
709 if test "${SYS}" != "beos"
710 then
711   AC_CACHE_CHECK([if \$CC accepts -funroll-loops],
712       [ac_cv_c_unroll_loops],
713       [CFLAGS="${CFLAGS_save} -funroll-loops"
714        AC_TRY_COMPILE([],,ac_cv_c_unroll_loops=yes, ac_cv_c_unroll_loops=no)])
715   if test "${ac_cv_c_unroll_loops}" != "no"; then
716       CFLAGS_OPTIM="${CFLAGS_OPTIM} -funroll-loops"
717   fi
718 fi
719
720 dnl Check for -fomit-frame-pointer
721 AC_CACHE_CHECK([if \$CC accepts -fomit-frame-pointer],
722     [ac_cv_c_omit_frame_pointer],
723     [CFLAGS="${CFLAGS_save} -fomit-frame-pointer"
724      AC_TRY_COMPILE([],,ac_cv_c_omit_frame_pointer=yes, ac_cv_c_omit_frame_pointer=no)])
725 if test "${ac_cv_c_omit_frame_pointer}" != "no"; then
726     CFLAGS_OPTIM_NODEBUG="${CFLAGS_OPTIM_NODEBUG} -fomit-frame-pointer"
727     # this plugin does not compile without -fomit-frame-pointer, damn gcc!
728     AX_ADD_CFLAGS([i420_yuy2_mmx],[-fomit-frame-pointer])
729 fi
730
731 dnl Check for -mdynamic-no-pic
732 AC_CACHE_CHECK([if \$CC accepts -mdynamic-no-pic],
733     [ac_cv_c_dynamic_no_pic],
734     [CFLAGS="${CFLAGS_save} -mdynamic-no-pic"
735      AC_TRY_COMPILE([],,ac_cv_c_dynamic_no_pic=yes, ac_cv_c_dynamic_no_pic=no)])
736 if test "${ac_cv_c_dynamic_no_pic}" != "no"; then
737     AX_ADD_CFLAGS([builtin],[-mdynamic-no-pic])
738     AX_ADD_CFLAGS([libvlc],[-mdynamic-no-pic])
739 fi
740
741 dnl Check for Darwin plugin linking flags
742 AC_CACHE_CHECK([if \$CC accepts -bundle -undefined error -lcc_dynamic],
743     [ac_cv_ld_darwin],
744     [CFLAGS="${CFLAGS_save} -bundle -undefined error -lcc_dynamic"
745      AC_TRY_COMPILE([],,ac_cv_ld_darwin=yes, ac_cv_ld_darwin=no)])
746 if test "${ac_cv_ld_darwin}" != "no"; then
747     AX_ADD_LDFLAGS([plugin],[-bundle -undefined error -lcc_dynamic])
748 fi
749
750 dnl Check for standard plugin linking flags
751 dnl BeOS' gcc needs -nostart instead of -shared, even if -shared isn't harmful (just a warning)
752 if test "${SYS}" = "beos"; then
753   AX_ADD_LDFLAGS([plugin mozilla],[-nostart])
754 else
755   AC_CACHE_CHECK([if \$CC accepts -shared],
756       [ac_cv_ld_plugins],
757       [CFLAGS="${CFLAGS_save} -shared"
758        AC_TRY_COMPILE([],, ac_cv_ld_plugins=yes, ac_cv_ld_plugins=no)])
759   if test "${ac_cv_ld_plugins}" != "no"; then
760     AX_ADD_LDFLAGS([plugin mozilla],[-shared])
761   fi
762 fi
763
764 dnl Check for variadic macros
765 AC_CACHE_CHECK([for variadic cpp macros],
766     [ac_cv_cpp_variadic_macros],
767     [CFLAGS="${CFLAGS_save}"
768      AC_TRY_COMPILE(
769          [#include <stdio.h>
770           #define a(b,c...) printf(b,##c)],
771          [a("foo");a("%s","bar");a("%s%s","baz","quux");],
772          ac_cv_cpp_variadic_macros=yes,
773          ac_cv_cpp_variadic_macros=no)])
774 if test "${ac_cv_cpp_variadic_macros}" != "no"; then
775     AC_DEFINE(HAVE_VARIADIC_MACROS, 1, Support for variadic macros)
776 fi
777
778 dnl Checks for __attribute__(aligned()) directive
779 AC_CACHE_CHECK([__attribute__ ((aligned ())) support],
780     [ac_cv_c_attribute_aligned],
781     [ac_cv_c_attribute_aligned=0
782         CFLAGS="${CFLAGS_save} -Werror"
783     for ac_cv_c_attr_align_try in 2 4 8 16 32 64; do
784         AC_TRY_COMPILE([],
785         [static char c __attribute__ ((aligned(${ac_cv_c_attr_align_try}))) = 0; return c;],
786         [ac_cv_c_attribute_aligned="${ac_cv_c_attr_align_try}"])
787     done
788         CFLAGS="${CFLAGS_save}"])
789 if test "${ac_cv_c_attribute_aligned}" != "0"; then
790     AC_DEFINE_UNQUOTED([ATTRIBUTE_ALIGNED_MAX],
791         [${ac_cv_c_attribute_aligned}],[Maximum supported data alignment])
792 fi
793
794 dnl Checks for __attribute__(format()) directive
795 AC_CACHE_CHECK([__attribute__ ((format ())) support with function pointers],
796     [ac_cv_c_attribute_format],
797     [ac_cv_c_attribute_format=no
798         CFLAGS="${CFLAGS_save} -Werror"
799         AC_TRY_COMPILE([],
800         [static void (*pf_printf)(const char *, ...) __attribute__ ((format(printf,1,2)));(void)pf_printf;],
801         [ac_cv_c_attribute_format=yes])
802         CFLAGS="${CFLAGS_save}"])
803 if test "${ac_cv_c_attribute_format}" != "no"; then
804     AC_DEFINE(HAVE_ATTRIBUTE_FORMAT, 1, Support for __attribute__((format())) with function pointers)
805 fi
806
807 dnl Check for __attribute__(())
808 AC_CACHE_CHECK([for __attribute__((packed))],
809   [ac_cv_c_attribute_packed],
810   [ac_cv_c_attribute_packed=no
811    AC_TRY_COMPILE(, [struct __attribute__((__packed__)) foo { int a; } b;],
812                     [ac_cv_c_attribute_packed=yes])])
813 if test "${ac_cv_c_attribute_packed}" != "no"; then
814   AC_DEFINE(HAVE_ATTRIBUTE_PACKED, 1, Support for __attribute__((packed)) for structs)
815 fi
816
817 dnl
818 dnl  Check the CPU
819 dnl
820 case "${target_cpu}" in
821   "")
822     ARCH=unknown
823     ;;
824   *)
825     ARCH="${target_cpu}"
826     ;;
827 esac
828
829 case "${ARCH}" in
830   hppa64)
831     AX_ADD_CFLAGS([mpeg_video_old],[-ffunction-sections])
832     ;;
833 esac
834
835 dnl
836 dnl  Enable profiling
837 dnl
838 AC_ARG_ENABLE(gprof,
839 [  --enable-gprof          gprof profiling (default disabled)])
840 AC_ARG_ENABLE(cprof,
841 [  --enable-cprof          cprof profiling (default disabled)])
842 test "${enable_gprof}" != "yes" && enable_gprof="no"
843 test "${enable_cprof}" != "yes" && enable_cprof="no"
844
845 dnl
846 dnl  default modules
847 dnl
848 #AX_ADD_BUILTINS([mpeg_video_old idct idctclassic motion])
849 AX_ADD_PLUGINS([dummy rc logger gestures memcpy])
850 AX_ADD_PLUGINS([es mpga m4v mpeg_system ps ts avi asf aac mp4 rawdv])
851 AX_ADD_PLUGINS([spudec mpeg_audio lpcm a52 dts cinepak])
852 AX_ADD_PLUGINS([deinterlace invert adjust wall transform distort clone crop motionblur])
853 AX_ADD_PLUGINS([float32tos16 float32tos8 float32tou16 float32tou8 a52tospdif dtstospdif fixed32tofloat32 fixed32tos16 s16tofixed32 s16tofloat32 s16tofloat32swab s8tofloat32 u8tofixed32 u8tofloat32])
854 AX_ADD_PLUGINS([trivial_resampler ugly_resampler linear_resampler bandlimited_resampler])
855 AX_ADD_PLUGINS([trivial_channel_mixer headphone_channel_mixer])
856 AX_ADD_PLUGINS([trivial_mixer spdif_mixer float32_mixer])
857 AX_ADD_PLUGINS([aout_file])
858 #AX_ADD_PLUGINS([scope])
859 AX_ADD_PLUGINS([i420_rgb i420_yuy2 i422_yuy2 i420_ymga])
860 AX_ADD_PLUGINS([id3 m3u])
861 AX_ADD_PLUGINS([rawvideo])
862 AX_ADD_PLUGINS([wav araw demuxdump demuxsub adpcm a52sys au])
863 AX_ADD_PLUGINS([access_file access_udp access_http ipv4 access_mms])
864 AX_ADD_PLUGINS([access_ftp access_directory sap httpd http])
865
866 dnl
867 dnl  Switch to enable a version of VLC where most modules will be builtin
868 dnl
869 AC_ARG_ENABLE(mostly-builtin,
870 [  --enable-mostly-builtin most modules will be built-in (default disabled)])
871 if test "${enable_mostly_builtin}" = "yes"; then
872   AX_ADD_BUILTINS([${PLUGINS}])
873   PLUGINS=""
874 fi
875
876 dnl
877 dnl Some plugins aren't useful on some platforms
878 dnl
879 if test "${SYS}" != "mingw32"; then
880     AX_ADD_PLUGINS([screensaver])
881 else
882     AX_ADD_PLUGINS([ntservice])
883 fi
884
885 dnl
886 dnl  Accelerated modules
887 dnl
888 MMX_MODULES="memcpymmx i420_rgb_mmx i422_yuy2_mmx i420_ymga_mmx"
889 #MMX_MODULES="${MMX_MODULES} idctmmx motionmmx"
890 MMXEXT_MODULES="memcpymmxext"
891 #MMXEXT_MODULES="${MMXEXT_MODULES} idctmmxext motionmmxext"
892 THREEDNOW_MODULES="memcpy3dn"
893 SSE_MODULES=""
894 ALTIVEC_MODULES="memcpyaltivec"
895 #ALTIVEC_MODULES="${ALTIVEC_MODULES} idctaltivec motionaltivec"
896
897 if test "${enable_gprof}" != "yes"
898 then
899   MMX_MODULES="${MMX_MODULES} i420_yuy2_mmx"
900 fi
901
902 AC_CACHE_CHECK([if \$CC groks MMX inline assembly],
903     [ac_cv_mmx_inline],
904     [CFLAGS="${CFLAGS_save}"
905      AC_TRY_COMPILE(,[void *p;asm volatile("packuswb %%mm1,%%mm2"::"r"(p));],
906                     ac_cv_mmx_inline=yes, ac_cv_mmx_inline=no)])
907 if test "${ac_cv_mmx_inline}" != "no"; then
908   ACCEL_MODULES="${ACCEL_MODULES} ${MMX_MODULES}"
909 fi
910
911 AC_CACHE_CHECK([if \$CC groks MMX EXT inline assembly],
912     [ac_cv_mmxext_inline],
913     [CFLAGS="${CFLAGS_save}"
914      AC_TRY_COMPILE(,[void *p;asm volatile("maskmovq %%mm1,%%mm2"::"r"(p));],
915                     ac_cv_mmxext_inline=yes, ac_cv_mmxext_inline=no)])
916 if test "${ac_cv_mmxext_inline}" != "no"; then
917   ACCEL_MODULES="${ACCEL_MODULES} ${MMXEXT_MODULES}"
918 fi
919
920 AC_CACHE_CHECK([if \$CC groks 3D Now! inline assembly],
921     [ac_cv_3dnow_inline],
922     [CFLAGS="${CFLAGS_save}"
923      AC_TRY_COMPILE(,[void *p;asm volatile("pfadd %%mm1,%%mm2"::"r"(p));],
924                     ac_cv_3dnow_inline=yes, ac_cv_3dnow_inline=no)])
925 if test "${ac_cv_3dnow_inline}" != "no"; then
926   AC_DEFINE(CAN_COMPILE_3DNOW, 1, Define if \$CC groks 3D Now! inline assembly.)
927   ACCEL_MODULES="${ACCEL_MODULES} ${THREEDNOW_MODULES}"
928 fi
929
930 AC_CACHE_CHECK([if \$CC groks SSE inline assembly],
931     [ac_cv_sse_inline],
932     [CFLAGS="${CFLAGS_save}"
933      AC_TRY_COMPILE(,[void *p;asm volatile("xorps %%xmm1,%%xmm2"::"r"(p));],
934                     ac_cv_sse_inline=yes, ac_cv_sse_inline=no)])
935 if test "${ac_cv_sse_inline}" != "no" -a "${SYS}" != "mingw32"; then
936   AC_DEFINE(CAN_COMPILE_SSE, 1, Define if \$CC groks SSE inline assembly.)
937   ACCEL_MODULES="${ACCEL_MODULES} ${SSE_MODULES}"
938 fi
939
940 if test "${SYS}" != "mingw32"; then
941 AC_CACHE_CHECK([if \$CC groks AltiVec inline assembly],
942     [ac_cv_altivec_inline],
943     [CFLAGS="${CFLAGS_save}"
944      AC_TRY_COMPILE(,[asm volatile("vperm 0,1,2,3");],
945          ac_cv_altivec_inline=yes,
946          [CFLAGS="${CFLAGS_save} -Wa,-m7400"
947           AC_TRY_COMPILE(,[asm volatile("vperm 0,1,2,3");],
948             [ac_cv_altivec_inline="-Wa,-m7400"],
949             ac_cv_altivec_inline=no)
950          ])])
951 if test "${ac_cv_altivec_inline}" != "no"; then
952   AC_DEFINE(CAN_COMPILE_ALTIVEC, 1, Define if \$CC groks AltiVec inline assembly.)
953   if test "${ac_cv_altivec_inline}" != "yes"; then
954     AX_ADD_CFLAGS([idctaltivec],[${ac_cv_altivec_inline}])
955     AX_ADD_CFLAGS([motionaltivec],[${ac_cv_altivec_inline}])
956     AX_ADD_CFLAGS([memcpyaltivec],[${ac_cv_altivec_inline}])
957     AX_ADD_CFLAGS([vlc],[${ac_cv_altivec_inline}])
958   fi
959   ACCEL_MODULES="${ACCEL_MODULES} ${ALTIVEC_MODULES}"
960 fi
961
962 AC_CACHE_CHECK([if \$CC groks AltiVec C extensions],
963     [ac_cv_c_altivec],
964     [CFLAGS="${CFLAGS_save} -faltivec"
965      # Darwin test
966      AC_TRY_COMPILE(,[vec_mtvscr((vector unsigned int)(0));],
967         ac_cv_c_altivec=-faltivec, [
968         # Linux/PPC test
969         CFLAGS="${CFLAGS_save} ${CFLAGS_idctaltivec} -fvec"
970         AC_TRY_COMPILE(,[vec_mtvscr((vector unsigned int)(0));],
971             [ac_cv_c_altivec="-fvec"], ac_cv_c_altivec=no)
972         ])
973      CFLAGS="${CFLAGS_save}"])
974 if test "${ac_cv_c_altivec}" != "no"; then
975   AC_DEFINE(CAN_COMPILE_C_ALTIVEC, 1, Define if your compiler groks C AltiVec extensions.)
976   AX_ADD_CFLAGS([vlc idctaltivec motionaltivec memcpyaltivec],[${ac_cv_c_altivec}])
977   ACCEL_MODULES="${ACCEL_MODULES} ${ALTIVEC_MODULES}"
978 fi
979
980 AC_CACHE_CHECK([if linker needs -framework vecLib],
981     [ac_cv_ld_altivec],
982     [LDFLAGS="${LDFLAGS_vlc} -framework vecLib"
983      AC_TRY_LINK([],,ac_cv_ld_altivec=yes,ac_cv_ld_altivec=no)
984      LDFLAGS="${LDFLAGS_save}"
985     ])
986 if test "${ac_cv_ld_altivec}" != "no"; then
987   AX_ADD_LDFLAGS([vlc idctaltivec motionaltivec memcpyaltivec],[-framework vecLib])
988 fi
989 fi # end "${SYS}" != "mingw32"
990
991 AC_ARG_WITH(,[])
992 AC_ARG_WITH(,[Optimization options:])
993
994 dnl
995 dnl  Special arch tuning
996 dnl
997 AC_ARG_WITH(tuning,
998 [  --with-tuning=ARCH      enable special tuning for an architecture
999                           (default i686 on IA-32 and 750 on PPC)])
1000 if test -n "${with_tuning}"; then
1001     if test "${target_cpu}" = "powerpc"; then
1002         CFLAGS_TUNING="-mtune=${with_tuning}"
1003     else
1004         CFLAGS_TUNING="-mcpu=${with_tuning}"
1005     fi
1006 else
1007     if test "${target_cpu}" = "i686" -o "${target_cpu}" = "i586" -o "${target_cpu}" = "i486" -o "${target_cpu}" = "i386"; then CFLAGS_TUNING="-mcpu=pentiumpro"
1008     else
1009         if test "${target_cpu}" = "powerpc"; then CFLAGS_TUNING="-mtune=750"; fi
1010     fi
1011 fi
1012
1013 dnl
1014 dnl  x86 accelerations
1015 dnl
1016 if test "${target_cpu}" = "i686" -o "${target_cpu}" = "i586" -o "${target_cpu}" = "x86" -o "${target_cpu}" = "i386"
1017 then
1018     ARCH="${ARCH} mmx"
1019     AX_ADD_BUILTINS([${ACCEL_MODULES}])
1020 fi
1021
1022 dnl
1023 dnl  Enable/disable optimizations
1024 dnl
1025 AC_ARG_ENABLE(optimizations,
1026 [  --disable-optimizations disable compiler optimizations (default enabled)])
1027 test "${enable_optimizations}" != "no" && enable_optimizations="yes"
1028
1029 dnl
1030 dnl  AltiVec acceleration
1031 dnl
1032 AC_ARG_ENABLE(altivec,
1033 [  --disable-altivec       disable AltiVec optimizations (default enabled on PPC)],
1034 [ if test "${enable_altivec}" = "yes"; then ARCH="${ARCH} altivec";
1035     AX_ADD_BUILTINS([${ACCEL_MODULES}]) fi ],
1036 [ if test "${target_cpu}" = "powerpc"; then ARCH="${ARCH} altivec";
1037     AX_ADD_BUILTINS([${ACCEL_MODULES}]) fi ])
1038
1039 dnl
1040 dnl  Debugging mode
1041 dnl
1042 AC_ARG_ENABLE(debug,
1043 [  --enable-debug          debug mode (default disabled)])
1044 test "${enable_debug}" != "yes" && enable_debug="no"
1045
1046 dnl
1047 dnl  Enable release-specific flags
1048 dnl
1049 AC_ARG_ENABLE(release,
1050 [  --enable-release        activate extra optimizations (default disabled)])
1051 test "${enable_release}" != "yes" && enable_release="no"
1052
1053 dnl
1054 dnl Stream output
1055 dnl
1056 AC_ARG_ENABLE(sout,
1057   [  --enable-sout           Stream output modules (default enabled)])
1058 if test "${enable_sout}" != "no"
1059 then
1060   AX_ADD_PLUGINS([access_output_dummy access_output_udp access_output_file access_output_http])
1061   AX_ADD_PLUGINS([mux_ts mux_ps mux_avi mux_mp4 mux_asf mux_dummy])
1062   AX_ADD_PLUGINS([packetizer_mpegaudio packetizer_mpegvideo])
1063   AX_ADD_PLUGINS([packetizer_mpeg4video packetizer_mpeg4audio])
1064   AX_ADD_PLUGINS([packetizer_copy])
1065
1066   AX_ADD_PLUGINS([stream_out_dummy stream_out_standard stream_out_es])
1067   AX_ADD_PLUGINS([stream_out_duplicate stream_out_display stream_out_gather])
1068
1069   dnl Ogg and vorbis are handled in their respective section
1070 fi
1071
1072
1073 dnl
1074 dnl  Input plugins
1075 dnl
1076
1077 AC_ARG_WITH(,[Input plugins:])
1078
1079 dnl
1080 dnl  DVD module: optionally check for installed libdvdcss
1081 dnl
1082 AC_ARG_ENABLE(dvd,
1083 [  --enable-dvd            DVD input module (default enabled)])
1084 if test "${enable_dvd}" != "no"
1085 then
1086   AC_ARG_WITH(dvdcss,
1087   [    --with-dvdcss=PATH    libdvdcss headers and libraries])
1088   AC_ARG_WITH(dvdcss-tree,
1089   [    --with-dvdcss-tree=PATH libdvdcss tree for static linking])
1090   case "${with_dvdcss}" in
1091   ""|yes)
1092     if test -z "${with_dvdcss_tree}"
1093     then
1094       AC_CHECK_HEADERS(dvdcss/dvdcss.h,
1095         [ AX_ADD_PLUGINS([dvd])
1096           AX_ADD_LDFLAGS([dvd dvdcss],[-ldvdcss])],
1097         [ AC_MSG_WARN([libdvdcss is no longer provided with vlc; please get libdvdcss from http://www.videolan.org/libdvdcss/ and build it. Then either use --with-dvdcss=<path/where/libdvdcss/was/installed> for dynamic linking (recommended under Unix) or --with-dvdcss-tree=<path/where/libdvdcss/was/built> for static linking (recommended under BeOS, Windows, MacOS X). Alternatively you can use --disable-dvd to disable the DVD plugin.])
1098           AC_MSG_ERROR([cannot find libdvdcss headers]) ])
1099     else
1100       AC_MSG_CHECKING(for libdvdcss.a in ${with_dvdcss_tree})
1101       real_dvdcss_tree="`cd ${with_dvdcss_tree} 2>/dev/null && pwd`"
1102       if test -z "${real_dvdcss_tree}"
1103       then
1104         dnl  The given directory can't be found
1105         AC_MSG_RESULT(no)
1106         AC_MSG_ERROR([cannot cd to ${with_dvdcss_tree}])
1107       fi
1108       if test -f "${real_dvdcss_tree}/src/.libs/libdvdcss.a"
1109       then
1110         dnl  Use a custom libdvdcss
1111         AC_MSG_RESULT(${real_dvdcss_tree}/src/.libs/libdvdcss.a)
1112         AX_ADD_BUILTINS([dvd])
1113         AX_ADD_LDFLAGS([dvd dvdcss],[-L${real_dvdcss_tree}/src/.libs -ldvdcss])
1114         AX_ADD_CPPFLAGS([dvd],[-I${real_dvdcss_tree}/src])
1115       else
1116         dnl  The given libdvdcss wasn't built
1117         AC_MSG_RESULT(no)
1118         AC_MSG_ERROR([cannot find ${real_dvdcss_tree}/src/.libs/libdvdcss.a, make sure you compiled libdvdcss in ${with_dvdcss_tree}])
1119       fi
1120     fi
1121   ;;
1122   no)
1123     dnl  Compile without dvdcss (dlopen version, works only under Linux)
1124     AX_ADD_PLUGINS([dvd])
1125     AX_ADD_CPPFLAGS([dvd],[-DGOD_DAMN_DMCA])
1126     AX_ADD_LDFLAGS([dvd],[-ldl])
1127   ;;
1128   *)
1129     AC_MSG_CHECKING(for dvdcss headers in ${with_dvdcss})
1130     if test -f ${with_dvdcss}/include/dvdcss/dvdcss.h
1131     then
1132       dnl  Use ${with_dvdcss}/include/dvdcss/dvdcss.h
1133       AC_MSG_RESULT(yes)
1134       AX_ADD_PLUGINS([dvd])
1135       AX_ADD_LDFLAGS([dvd dvdcss],[-L${with_dvdcss}/lib -ldvdcss])
1136       AX_ADD_CPPFLAGS([dvd],[-I${with_dvdcss}/include])
1137     else
1138       dnl  No libdvdcss could be found, sorry
1139       AC_MSG_RESULT(no)
1140       AC_MSG_ERROR([cannot find ${with_dvdcss}/include/dvdcss/dvdcss.h])
1141     fi
1142   ;;
1143   esac
1144 fi
1145
1146 dnl
1147 dnl dvdread module: check for libdvdread
1148 dnl
1149 AC_ARG_ENABLE(dvdread,
1150 [  --enable-dvdread        dvdread input module (default disabled)])
1151 if test "${enable_dvdread}" != "no"
1152 then
1153   AC_ARG_WITH(dvdread,
1154   [    --with-dvdread=PATH    libdvdread headers and libraries])
1155   AC_ARG_WITH(dvdread-tree,
1156   [    --with-dvdread-tree=PATH libdvdread tree for static linking])
1157   if test -z "${with_dvdread}"
1158   then
1159     if test -z "${with_dvdread_tree}"
1160     then
1161       AC_CHECK_HEADERS(dvdread/dvd_reader.h,
1162         [ AX_ADD_PLUGINS([dvdread])
1163           AX_ADD_LDFLAGS([dvdread],[-ldvdread ${LDFLAGS_dvdcss}])
1164         ],[
1165           if test -n "${enable_dvdread}"
1166           then
1167             AC_MSG_WARN([Please get libdvdread from http://www.dtek.chalmers.se/groups/dvd/downloads.shtml])
1168             AC_MSG_ERROR([cannot find libdvdread headers])
1169           fi
1170         ])
1171     else
1172       AC_MSG_CHECKING(for libdvdread.a in ${with_dvdread_tree})
1173       real_dvdread_tree="`cd ${with_dvdread_tree} 2>/dev/null && pwd`"
1174       if test -z "${real_dvdread_tree}"
1175       then
1176         dnl  The given directory can't be found
1177         AC_MSG_RESULT(no)
1178         AC_MSG_ERROR([cannot cd to ${with_dvdread_tree}])
1179       fi
1180       if test -f "${real_dvdread_tree}/dvdread/.libs/libdvdread.a"
1181       then
1182         dnl  Use a custom libdvdread
1183         AC_MSG_RESULT(${real_dvdread_tree}/dvdread/.libs/libdvdread.a)
1184         AX_ADD_BUILTINS([dvdread])
1185         AX_ADD_LDFLAGS([dvdread],[-L${real_dvdread_tree}/dvdread/.libs -ldvdread ${LDFLAGS_dvdcss}])
1186         AX_ADD_CPPFLAGS([dvdread],[-I${real_dvdread_tree}])
1187       else
1188         dnl  The given libdvdread wasn't built
1189         AC_MSG_RESULT(no)
1190         AC_MSG_ERROR([cannot find ${real_dvdread_tree}/dvdread/.libs/libdvdread.a, make sure you compiled libdvdread in ${with_dvdread_tree}])
1191       fi
1192     fi
1193   else
1194     AC_MSG_CHECKING(for dvdread headers in ${with_dvdread})
1195     if test -f ${with_dvdread}/include/dvdread/dvd_reader.h
1196     then
1197       dnl  Use ${with_dvdread}/include/dvdread/dvd_reader.h
1198       AC_MSG_RESULT(yes)
1199       AX_ADD_PLUGINS([dvdread])
1200       AX_ADD_LDFLAGS([dvdread],[-L${with_dvdread}/lib -ldvdread ${LDFLAGS_dvdcss}])
1201       AX_ADD_CPPFLAGS([dvdread],[-I${with_dvdread}/include])
1202     else
1203       dnl  No libdvdread could be found, sorry
1204       AC_MSG_RESULT(no)
1205       AC_MSG_ERROR([cannot find ${with_dvdread}/include/dvdread/dvd_reader.h])
1206     fi
1207   fi
1208 fi
1209
1210 dnl
1211 dnl dvdplay module: check for libdvdplay
1212 dnl
1213 AC_ARG_ENABLE(dvdplay,
1214 [  --enable-dvdplay        dvdplay input module (default enabled)])
1215 if test "${enable_dvdplay}" != "no"
1216 then
1217   AC_ARG_WITH(dvdplay,
1218   [    --with-dvdplay=PATH    libdvdplay headers and libraries])
1219   AC_ARG_WITH(dvdplay-tree,
1220   [    --with-dvdplay-tree=PATH libdvdplay tree for static linking])
1221   if test -z "${with_dvdplay}"
1222   then
1223     if test -z "${with_dvdplay_tree}"
1224     then
1225       AC_CHECK_HEADERS(dvdplay/dvdplay.h,[
1226           AX_ADD_PLUGINS([dvdplay])
1227           AX_ADD_LDFLAGS([dvdplay],[-ldvdplay ${LDFLAGS_dvdread} ${LDFLAGS_dvdcss}])
1228           AX_ADD_CPPFLAGS([dvdplay],[${CPPFLAGS_dvdread}])
1229         ],[
1230           if test -n "${enable_dvdplay}"
1231           then
1232             AC_MSG_WARN([Please get libdvdplay from http://www.videolan.org/.])
1233             AC_MSG_ERROR([cannot find libdvdplay headers])
1234           fi
1235         ])
1236     else
1237       AC_MSG_CHECKING(for libdvdplay.a in ${with_dvdplay_tree})
1238       real_dvdplay_tree="`cd ${with_dvdplay_tree} 2>/dev/null && pwd`"
1239       if test -z "${real_dvdplay_tree}"
1240       then
1241         dnl  The given directory can't be found
1242         AC_MSG_RESULT(no)
1243         AC_MSG_ERROR([cannot cd to ${with_dvdplay_tree}])
1244       fi
1245       if test -f "${real_dvdplay_tree}/src/.libs/libdvdplay.a"
1246       then
1247         dnl  Use a custom libdvdplay
1248         AC_MSG_RESULT(${real_dvdplay_tree}/src/.libs/libdvdplay.a)
1249         AX_ADD_BUILTINS([dvdplay])
1250         AX_ADD_LDFLAGS([dvdplay],[-L${real_dvdplay_tree}/src/.libs -ldvdplay ${LDFLAGS_dvdread} ${LDFLAGS_dvdcss}])
1251         AX_ADD_CPPFLAGS([dvdplay],[${CPPFLAGS_dvdread} -I${real_dvdplay_tree}/src])
1252       else
1253         dnl  The given libdvdplay wasn't built
1254         AC_MSG_RESULT(no)
1255         AC_MSG_ERROR([cannot find ${real_dvdplay_tree}/src/.libs/libdvdplay.a, make sure you compiled libdvdplay in ${with_dvdplay_tree}])
1256       fi
1257     fi
1258   else
1259     AC_MSG_CHECKING(for dvdplay headers in ${with_dvdplay})
1260     if test -f "${with_dvdplay}/include/dvdplay/dvdplay.h"
1261     then
1262       dnl  Use ${with_dvdplay}/include/dvdplay/dvdplay.h
1263       AC_MSG_RESULT(yes)
1264       AX_ADD_PLUGINS([dvdplay])
1265       AX_ADD_LDFLAGS([dvdplay],[-L${with_dvdplay}/lib -ldvdplay ${LDFLAGS_dvdread} ${LDFLAGS_dvdcss}])
1266       AX_ADD_CPPFLAGS([dvdplay],[${CPPFLAGS_dvdread} -I${with_dvdplay}/include])
1267     else
1268       dnl  No libdvdplay could be found, sorry
1269       AC_MSG_RESULT(no)
1270       AC_MSG_ERROR([cannot find ${with_dvdplay}/include/dvdplay/dvdplay.h])
1271     fi
1272   fi
1273 fi
1274
1275 dnl
1276 dnl  Windows DirectShow access module
1277 dnl
1278 AC_ARG_ENABLE(dshow,
1279   [  --enable-dshow       Win32 DirectShow support (default enabled on Win32)])
1280 if test "${enable_dshow}" != "no"
1281 then
1282   if test "${SYS}" = "mingw32" -o "${SYS}" = "cygwin"
1283   then
1284       AC_CHECK_HEADERS(dshow.h,
1285       [ AX_ADD_PLUGINS([dshow])
1286         AX_ADD_CXXFLAGS([dshow],[])
1287         AX_ADD_LDFLAGS([dshow],[-lole32 -loleaut32]) ])
1288   fi
1289 fi
1290
1291 dnl
1292 dnl  libdvbpsi ts demux/mux
1293 dnl
1294 AC_ARG_ENABLE(dvbpsi,
1295 [  --enable-dvbpsi         dvbpsi ts mux and demux module (default enabled)])
1296 if test "${enable_dvbpsi}" != "no"
1297 then
1298   AC_ARG_WITH(dvbpsi,
1299   [    --with-dvbpsi=PATH    libdvbpsi headers and libraries])
1300   AC_ARG_WITH(dvbpsi,
1301   [    --with-dvbpsi-tree=PATH libdvbpsi tree for static linking])
1302   case "${with_dvbpsi}" in
1303   ""|yes)
1304     if test -z "${with_dvbpsi_tree}"
1305     then
1306       AC_CHECK_HEADERS(dvbpsi/dr.h,
1307         [ AX_ADD_PLUGINS([ts_dvbpsi mux_ts_dvbpsi])
1308           AX_ADD_LDFLAGS([ts_dvbpsi mux_ts_dvbpsi],[-ldvbpsi]) ],
1309         [  AC_MSG_WARN([cannot find libdvbpsi headers]) ],
1310         [#if defined( HAVE_STDINT_H )
1311 #   include <stdint.h>
1312 #elif defined( HAVE_INTTYPES_H )
1313 #   include <inttypes.h>
1314 #endif
1315 #include <dvbpsi/dvbpsi.h>
1316 #include <dvbpsi/descriptor.h>
1317 #include <dvbpsi/pat.h>
1318 #include <dvbpsi/pmt.h>])
1319     else
1320       AC_MSG_CHECKING(for libdvbpsi.a in ${with_dvbpsi_tree})
1321       real_dvbpsi_tree="`cd ${with_dvbpsi_tree} 2>/dev/null && pwd`"
1322       if test -z "${real_dvbpsi_tree}"
1323       then
1324         dnl  The given directory can't be found
1325         AC_MSG_RESULT(no)
1326         AC_MSG_ERROR([cannot cd to ${with_dvbpsi_tree}])
1327       fi
1328       if test -f "${real_dvbpsi_tree}/src/.libs/libdvbpsi.a"
1329       then
1330         dnl  Use a custom libdvbpsi
1331         AC_MSG_RESULT(${real_dvbpsi_tree}/src/.libs/libdvbpsi.a)
1332         AX_ADD_BUILTINS([ts_dvbpsi mux_ts_dvbpsi])
1333         AX_ADD_CPPFLAGS([ts_dvbpsi mux_ts_dvbpsi],[-I${real_dvbpsi_tree}/src])
1334         AX_ADD_LDFLAGS([ts_dvbpsi mux_ts_dvbpsi],[-L${real_dvbpsi_tree}/src/.libs -ldvbpsi])
1335       else
1336         dnl  The given libdvbpsi wasn't built
1337         AC_MSG_RESULT(no)
1338         AC_MSG_ERROR([cannot find ${real_dvbpsi_tree}/src/.libs/libdvbpsi.a, make sure you compiled libdvbpsi in ${with_dvbpsi_tree}])
1339       fi
1340     fi
1341   ;;
1342   no)
1343     dnl  Compile without dvbpsi
1344   ;;
1345   *)
1346     AC_MSG_CHECKING(for dvbpsi headers in ${with_dvbpsi})
1347     if test -z "${with_dvbpsi}"
1348     then
1349       LDFLAGS_test=""
1350       CPPFLAGS_test=""
1351     else
1352       LDFLAGS_test="-L${with_dvbpsi}/lib"
1353       CPPFLAGS_test="-I${with_dvbpsi}/include"
1354     fi
1355     CPPFLAGS="${CPPFLAGS_save} ${CPPFLAGS_test}"
1356     AC_CHECK_HEADERS([dvbpsi/dr.h],[
1357       AX_ADD_PLUGINS([ts_dvbpsi mux_ts_dvbpsi])
1358       AX_ADD_CPPFLAGS([ts_dvbpsi mux_ts_dvbpsi],[${CPPFLAGS_test}])
1359       AX_ADD_LDFLAGS([ts_dvbpsi mux_ts_dvbpsi],[${LDFLAGS_test} -ldvbpsi])
1360
1361     ],[
1362       if test -n "${enable_dvbpsi}"
1363       then
1364         AC_MSG_ERROR([Could not find libdvbpsi on your system: you may get it from www.videolan.org, you'll need at least version 0.1.1])
1365       fi
1366     ])
1367     CPPFLAGS="${CPPFLAGS_save}"
1368   ;;
1369   esac
1370 fi
1371
1372 dnl
1373 dnl  Video4Linux plugin
1374 dnl
1375 AC_ARG_ENABLE(v4l,
1376   [  --enable-v4l            Video4Linux input support (default disabled)])
1377 if test "${enable_v4l}" = "yes"
1378 then
1379   AC_ARG_WITH(v4l,
1380     [    --with-v4l=PATH       path to a v4l-enabled kernel tree],[],[])
1381   if test "${with_v4l}" != "no" -a -n "${with_v4l}"
1382   then
1383     AX_ADD_CPPFLAGS([v4l],[-I${with_v4l}/include])
1384   fi
1385
1386   CPPFLAGS="${CPPFLAGS_save} ${CPPFLAGS_v4l}"
1387   AC_CHECK_HEADERS(linux/videodev.h, [
1388     AX_ADD_PLUGINS([v4l])
1389   ],[])
1390   CPPFLAGS="${CPPFLAGS_save}"
1391 fi
1392
1393 dnl
1394 dnl  special access module for Hauppauge PVR cards
1395 dnl
1396 AC_ARG_ENABLE(pvr,
1397   [  --enable-pvr            PVR cards access module (default disabled)])
1398 if test "${enable_pvr}" = "yes"
1399 then
1400   AX_ADD_PLUGINS([pvr])
1401 fi
1402
1403 dnl
1404 dnl  VCD module
1405 dnl
1406 AC_ARG_ENABLE(vcd,
1407   [  --enable-vcd            VCD support for Linux, FreeBSD, MacOS X and Win32 (default enabled)])
1408
1409 if test "${enable_vcd}" != "no"
1410 then
1411   AC_MSG_CHECKING(for cdrom_msf0 in linux/cdrom.h)
1412   AC_EGREP_HEADER(cdrom_msf0,linux/cdrom.h,[
1413     AC_MSG_RESULT(yes)
1414     AX_ADD_PLUGINS([vcd cdda])
1415   ],[
1416     AC_MSG_RESULT(no)
1417   ])
1418
1419   AC_MSG_CHECKING(for scsireq in sys/scsiio.h)
1420   AC_EGREP_HEADER(scsireq,sys/scsiio.h,[
1421     AC_MSG_RESULT(yes)
1422     AX_ADD_PLUGINS([vcd cdda])
1423     AC_DEFINE(HAVE_SCSIREQ_IN_SYS_SCSIIO_H, 1, For NetBSD VCD support)
1424   ],[
1425     AC_MSG_RESULT(no)
1426   ])
1427
1428   AC_MSG_CHECKING(for ioc_toc_header in sys/cdio.h)
1429   AC_EGREP_HEADER(ioc_toc_header ,sys/cdio.h,[
1430     AC_MSG_RESULT(yes)
1431     AX_ADD_PLUGINS([vcd cdda])
1432     AC_DEFINE(HAVE_IOC_TOC_HEADER_IN_SYS_CDIO_H, 1, For FreeBSD VCD support)
1433   ],[
1434     AC_MSG_RESULT(no)
1435   ])
1436
1437   if test "${SYS}" = "bsdi" -o "${SYS}" = "mingw32"
1438   then
1439     AX_ADD_PLUGINS([vcd cdda])
1440   fi
1441
1442   if test "${SYS}" = "darwin"
1443   then
1444     AX_ADD_PLUGINS([vcd cdda])
1445     AX_ADD_LDFLAGS([vcd cdda],[-framework IOKit -framework CoreFoundation])
1446   fi
1447 fi
1448
1449 dnl
1450 dnl  Satellite input module
1451 dnl
1452 AC_ARG_ENABLE(satellite,
1453   [  --enable-satellite      satellite card support (default disabled)],
1454   [ if test "${enable_satellite}" = "yes"
1455     then
1456       AX_ADD_PLUGINS([satellite])
1457     fi])
1458
1459 dnl
1460 dnl  DVB-S/DVB-T/DVB-C satellite/teresterial/cable input using v4l2
1461 dnl
1462 AC_ARG_ENABLE(dvb,
1463   [  --enable-dvb            DVB-S/T/C card support (default disabled)])
1464
1465 if test "${enable_dvb}" = "yes"
1466 then
1467   AC_ARG_WITH(dvb,
1468   [    --with-dvb=PATH       path to a dvb- and v4l2-enabled kernel tree],[],[])
1469   if test "${with_dvb}" != "no" -a -n "${with_dvb}"
1470   then
1471     AX_ADD_CFLAGS([dvb],[-I${with_dvb}/include])
1472   fi
1473   CPPFLAGS="${CPPFLAGS_save} -I${with_dvb}/include"
1474   AC_CHECK_HEADERS(linux/dvb/version.h linux/dvb/frontend.h, [
1475     AX_ADD_PLUGINS([dvb])
1476   ],[])
1477   CPPFLAGS="${CPPFLAGS_save}"
1478 fi
1479
1480 dnl
1481 dnl  ipv6 plugin - not for QNX yet
1482 dnl
1483 if test "${SYS}" != "nto" && test "${SYS}" != "mingw32"
1484 then
1485   have_ipv6=false
1486   AC_CHECK_FUNCS(inet_pton,[have_ipv6=:],[
1487     AC_CHECK_LIB(resolv,inet_pton,
1488       [have_ipv6=:
1489        AX_ADD_LDFLAGS([ipv6],[-lresolv])])
1490   ])
1491   AC_MSG_CHECKING(for sockaddr_in6 in netinet/in.h)
1492   AC_EGREP_HEADER(sockaddr_in6,netinet/in.h,
1493     [AC_MSG_RESULT(yes)], [AC_MSG_RESULT(no) have_ipv6=false])
1494   if ${have_ipv6}; then
1495     AX_ADD_PLUGINS([ipv6])
1496   fi
1497 fi
1498 if test "${SYS}" = "mingw32"
1499 then
1500   AC_MSG_CHECKING(for getaddrinfo in ws2tcpip.h)
1501   AC_EGREP_HEADER(addrinfo,ws2tcpip.h,[AC_MSG_RESULT(yes)
1502     AX_ADD_PLUGINS([ipv6])],[AC_MSG_RESULT(no)])
1503 fi
1504
1505 dnl
1506 dnl  ogg demux plugin
1507 dnl
1508 AC_ARG_ENABLE(ogg,
1509   [  --enable-ogg            Ogg demux support (default enabled)])
1510 if test "${enable_ogg}" != "no"
1511 then
1512   AC_CHECK_HEADERS(ogg/ogg.h, [
1513     AC_CHECK_LIB( ogg, oggpack_read, [
1514       AC_CHECK_LIB( ogg, oggpackB_read, [
1515         AX_ADD_CPPFLAGS([ogg],[-DHAVE_OGGPACKB])])
1516       AX_ADD_PLUGINS([ogg mux_ogg])
1517       AX_ADD_LDFLAGS([ogg mux_ogg],[-logg])])
1518    ],[])
1519 fi
1520
1521 dnl
1522 dnl  matroska demux plugin
1523 dnl
1524 AC_ARG_ENABLE(mkv,
1525   [  --enable-mkv            Matroska demux support (default enabled)])
1526 if test "${enable_mkv}" != "no"
1527 then
1528 AC_LANG_PUSH(C++)
1529   dnl matroska headers include ebml headers directly... pouah that stinks
1530   CPPFLAGS="${CPPFLAGS_save} -I/usr/local/include/ebml -I/usr/include/ebml"
1531   AC_CHECK_HEADERS(EbmlVersion.h matroska/KaxVersion.h, [
1532     AC_CHECK_HEADERS(matroska/KaxAttachments.h)
1533     AX_ADD_PLUGINS([mkv])
1534     AX_ADD_CXXFLAGS([mkv],[-I/usr/local/include/ebml -I/usr/include/ebml])
1535     AC_CHECK_LIB(ebml_pic,main,[
1536       # We have ebml_pic, that's good, we can build an mkv.so plugin !
1537       AX_ADD_LDFLAGS([mkv],[-lmatroska_pic -lebml_pic])
1538     ],[
1539       AX_ADD_LDFLAGS([mkv],[-lmatroska -lebml])
1540     ])
1541   ])
1542   CPPFLAGS="${CPPFLAGS_save}"
1543 AC_LANG_POP(C++)
1544 fi
1545
1546 dnl
1547 dnl  Codec plugins
1548 dnl
1549
1550 AC_ARG_WITH(,[Codec plugins:])
1551
1552 dnl
1553 dnl  mad plugin
1554 dnl
1555 AC_ARG_ENABLE(mad,
1556   [  --enable-mad            libmad module (default enabled)])
1557 if test "${enable_mad}" != "no"
1558 then
1559   AC_ARG_WITH(mad,
1560     [    --with-mad=PATH       path to libmad],[],[])
1561   if test "${with_mad}" != "no" -a -n "${with_mad}"
1562   then
1563     AX_ADD_CPPFLAGS([mpgatofixed32],[-I${with_mad}/include])
1564     AX_ADD_LDFLAGS([mpgatofixed32],[-L${with_mad}/lib])
1565   fi
1566
1567   AC_ARG_WITH(mad-tree,
1568     [    --with-mad-tree=PATH  mad tree for static linking],[],[])
1569   if test "${with_mad_tree}" != "no" -a -n "${with_mad_tree}"
1570   then
1571     real_mad_tree="`cd ${with_mad_tree} 2>/dev/null && pwd`"
1572     if test -z "${real_mad_tree}"
1573     then
1574       dnl  The given directory can't be found
1575       AC_MSG_RESULT(no)
1576       AC_MSG_ERROR([${with_mad_tree} directory doesn't exist])
1577     fi
1578     dnl  Use a custom libmad
1579     AC_MSG_CHECKING(for mad.h in ${real_mad_tree}/libmad)
1580     if test -f ${real_mad_tree}/libmad/mad.h
1581     then
1582       AC_MSG_RESULT(yes)
1583       AX_ADD_CPPFLAGS([mpgatofixed32],[-I${real_mad_tree}/libmad])
1584       AX_ADD_LDFLAGS([mpgatofixed32],[-L${real_mad_tree}/libmad/.libs])
1585       LDFLAGS="${LDFLAGS_save} ${LDFLAGS_mpgatofixed32}"
1586       AC_CHECK_LIB(mad, mad_bit_init, [
1587         AX_ADD_BUILTINS([mpgatofixed32])
1588         AX_ADD_LDFLAGS([mpgatofixed32],[-lmad])
1589         ],[ AC_MSG_ERROR([the specified tree hasn't been compiled ])
1590       ],[])
1591       LDFLAGS="${LDFLAGS_save}"
1592     else
1593       AC_MSG_RESULT(no)
1594       AC_MSG_ERROR([the specified tree doesn't have mad.h])
1595     fi
1596   else
1597     CPPFLAGS="${CPPFLAGS_save} ${CPPFLAGS_mpgatofixed32}"
1598     LDFLAGS="${LDFLAGS_save} ${LDFLAGS_mpgatofixed32}"
1599     AC_CHECK_HEADERS(mad.h, ,
1600       [ AC_MSG_ERROR([Could not find libmad on your system: you may get it from http://www.underbit.com/products/mad/. Alternatively you can use --disable-mad to disable the mad plugin.]) ])
1601     AC_CHECK_LIB(mad, mad_bit_init, [
1602       AX_ADD_PLUGINS([mpgatofixed32])
1603       AX_ADD_LDFLAGS([mpgatofixed32],[-lmad])],
1604       [ AC_MSG_ERROR([Cannot find libmad library...]) ])
1605     CPPFLAGS="${CPPFLAGS_save}"
1606     LDFLAGS="${LDFLAGS_save}"
1607   fi
1608 fi
1609
1610 dnl
1611 dnl   libid3tag support
1612 dnl
1613 AC_CHECK_HEADERS(id3tag.h, [
1614   AC_CHECK_HEADERS(zlib.h, [
1615     AX_ADD_LDFLAGS([id3tag],[-lid3tag -lz])
1616     AX_ADD_PLUGINS([id3tag])]) ])
1617
1618 dnl
1619 dnl  ffmpeg decoder plugin
1620 dnl
1621 AC_ARG_ENABLE(ffmpeg,
1622 [  --enable-ffmpeg         ffmpeg codec (default enabled)])
1623 if test "${enable_ffmpeg}" != "no"
1624 then
1625   AC_ARG_WITH(ffmpeg-mp3lame,
1626     [    --with-ffmpeg-mp3lame   if ffmpeg has been compiled with mp3lame support],
1627     [
1628       dnl  XXX: we don't link with -lavcodec a 2nd time because the OS X
1629       dnl       linker would miserably barf on multiple definitions.
1630       AX_ADD_LDFLAGS([stream_out_transcode],[])
1631       AX_ADD_LDFLAGS([ffmpeg],[-lmp3lame]) ])
1632
1633   AC_ARG_WITH(ffmpeg-faac,
1634     [    --with-ffmpeg-faac      if ffmpeg has been compiled with faac support],
1635     [
1636       dnl  XXX: we don't link with -lavcodec a 2nd time because the OS X
1637       dnl       linker would miserably barf on multiple definitions.
1638       AX_ADD_LDFLAGS([stream_out_transcode],[])
1639       AX_ADD_LDFLAGS([ffmpeg],[-lfaac]) ])
1640
1641   AC_ARG_WITH(ffmpeg-tree,
1642     [    --with-ffmpeg-tree=PATH ffmpeg tree for static linking])
1643
1644   dnl
1645   dnl test for !(--with-ffmpeg-tree)
1646   dnl
1647   if test "${with_ffmpeg_tree}" = "no" -o -z "${with_ffmpeg_tree}";then
1648     CPPFLAGS="${CPPFLAGS_save} ${CPPFLAGS_ffmpeg}"
1649     LDFLAGS="${LDFLAGS_save} ${LDFLAGS_ffmpeg}"
1650     AC_CHECK_HEADERS(ffmpeg/avcodec.h postproc/postprocess.h)
1651     AC_CHECK_LIB(avcodec, avcodec_init, [
1652       AX_ADD_BUILTINS([ffmpeg stream_out_transcode])
1653       AX_ADD_LDFLAGS([ffmpeg],[-lavcodec])
1654       dnl  XXX: we don't link with -lavcodec a 2nd time because the OS X
1655       dnl       linker would miserably barf on multiple definitions.
1656       AX_ADD_LDFLAGS([stream_out_transcode],[]) ],
1657        [ AC_MSG_ERROR([Could not find ffmpeg on your system: you may get it from http://ffmpeg.sf.net/ (cvs version is recommended). Alternatively you can use --disable-ffmpeg to disable the ffmpeg plugins.]) ])
1658     LDFLAGS="${LDFLAGS_save}"
1659     CPPFLAGS="${CPPFLAGS_save}"
1660   fi
1661
1662   dnl
1663   dnl test for --with-ffmpeg-tree
1664   dnl
1665   if test "${with_ffmpeg_tree}" != "no" -a -n "${with_ffmpeg_tree}";then
1666     AC_MSG_CHECKING(for libavcodec.a in ${with_ffmpeg_tree})
1667     real_ffmpeg_tree="`cd ${with_ffmpeg_tree} 2>/dev/null && pwd`"
1668     if test -z "${real_ffmpeg_tree}"; then
1669       dnl  The given directory can't be found
1670       AC_MSG_RESULT(no)
1671       AC_MSG_ERROR([cannot cd to ${with_ffmpeg_tree}])
1672     fi
1673     if test -f "${real_ffmpeg_tree}/libavcodec/libavcodec.a"; then
1674       dnl  Use a custom libffmpeg
1675       AC_MSG_RESULT(${real_ffmpeg_tree}/libavcodec/libavcodec.a)
1676       AX_ADD_BUILTINS([ffmpeg stream_out_transcode])
1677       AX_ADD_LDFLAGS([ffmpeg],[-L${real_ffmpeg_tree}/libavcodec -lavcodec])
1678       AX_ADD_CPPFLAGS([ffmpeg],[-I${real_ffmpeg_tree}/libavcodec])
1679
1680       dnl  XXX: we don't link with -lavcodec a 2nd time because the OS X
1681       dnl       linker would miserably barf on multiple definitions.
1682       AX_ADD_LDFLAGS([stream_out_transcode],[-L${real_ffmpeg_tree}/libavcodec])
1683       AX_ADD_CPPFLAGS([stream_out_transcode],[-I${real_ffmpeg_tree}/libavcodec])
1684     else
1685       dnl  The given libavcodec wasn't built
1686       AC_MSG_RESULT(no)
1687       AC_MSG_ERROR([cannot find ${real_ffmpeg_tree}/libavcodec/libavcodec.a, make sure you compiled libavcodec in ${with_ffmpeg_tree}])
1688     fi
1689   fi
1690
1691   ac_have_vorbis_headers=yes
1692   AC_CHECK_HEADERS(vorbis/vorbisenc.h vorbis/codec.h,,
1693       ac_have_vorbis_headers=no)
1694   if test "$ac_have_vorbis_headers" = "yes"; then
1695     AX_ADD_LDFLAGS([stream_out_transcode],[-lvorbisenc -lvorbis -logg])
1696   fi
1697 fi
1698
1699 dnl
1700 dnl  faad decoder plugin
1701 dnl
1702 AC_ARG_ENABLE(faad,
1703 [  --enable-faad           faad codec (default disabled)])
1704 if test "${enable_faad}" = "yes"
1705 then
1706   AC_ARG_WITH(faad-tree,
1707   [    --with-faad-tree=PATH faad tree for static linking])
1708   if test -n "${with_faad_tree}"
1709   then
1710     AC_MSG_CHECKING(for libfaad.a in ${with_faad_tree})
1711     real_faad_tree="`cd ${with_faad_tree} 2>/dev/null && pwd`"
1712     if test -z "${real_faad_tree}"
1713     then
1714       dnl  The given directory can't be found
1715       AC_MSG_RESULT(no)
1716       AC_MSG_ERROR([cannot cd to ${with_faad_tree}])
1717     fi
1718     if test -f "${real_faad_tree}/libfaad/.libs/libfaad.a"
1719     then
1720       dnl  Use a custom faad
1721       AC_MSG_RESULT(${real_faad_tree}/libfaad/.libs/libfaad.a)
1722       AX_ADD_BUILTINS([faad])
1723       AX_ADD_LDFLAGS([faad],[-L${real_faad_tree}/libfaad/.libs -lfaad])
1724       AX_ADD_CPPFLAGS([faad],[-I${real_faad_tree}/include])
1725       CPPFLAGS="${CPPFLAGS_save} ${CPPFLAGS_faad}"
1726       LDFLAGS="${LDFLAGS_save} ${LDFLAGS_faad}"
1727       AC_TRY_COMPILE([#include <faad.h>],
1728         [faacDecHandle a; faacDecFrameInfo *b; unsigned char *c;
1729          unsigned long d; faacDecDecode(a,b,c,d);],
1730         [], [AC_DEFINE(HAVE_OLD_FAAD2, 1, Define if FAAD2 < 1.2)])
1731       LDFLAGS="${LDFLAGS_save}"
1732       CPPFLAGS="${CPPFLAGS_save}"
1733     else
1734       dnl  The given libfaad wasn't built
1735       AC_MSG_RESULT(no)
1736       AC_MSG_ERROR([cannot find ${real_faad_tree}/libfaad/.libs/libfaad.a, make sure you compiled libfaad in ${with_faad_tree}])
1737     fi
1738   else
1739     CPPFLAGS="${CPPFLAGS_save} ${CPPFLAGS_faad}"
1740     LDFLAGS="${LDFLAGS_save} ${LDFLAGS_faad}"
1741     AC_CHECK_HEADERS(faad.h, ,
1742       [ AC_MSG_ERROR([Cannot find development headers for libfaad...]) ])
1743     AC_CHECK_LIB(faad, faacDecOpen, [
1744       AX_ADD_PLUGINS([faad])
1745       AX_ADD_LDFLAGS([faad],[-lfaad])
1746       AC_TRY_COMPILE([#include <faad.h>],
1747         [faacDecHandle a; faacDecFrameInfo *b; unsigned char *c;
1748          unsigned long d; faacDecDecode(a,b,c,d);],
1749         [], [AC_DEFINE(HAVE_OLD_FAAD2, 1, Define if FAAD2 < 1.2)]) ],
1750       [ AC_MSG_ERROR([Cannot find libfaad library...]) ])
1751     LDFLAGS="${LDFLAGS_save}"
1752     CPPFLAGS="${CPPFLAGS_save}"
1753   fi
1754 fi
1755
1756
1757 dnl
1758 dnl  xvid decoder plugin
1759 dnl
1760 AC_ARG_ENABLE(xvid,
1761 [  --enable-xvid           xvid codec (default disabled)])
1762 if test "${enable_xvid}" = "yes"
1763 then
1764   AC_ARG_WITH(xvid,
1765     [    --with-xvid=PATH      path to xvid installation],[],[])
1766   if test "${with_xvid}" != "no" -a -n "${with_xvid}"
1767   then
1768     AX_ADD_CPPFLAGS([xvid],[-I${with_xvid}/include])
1769     AX_ADD_LDFLAGS([xvid],[-L${with_xvid}/lib])
1770   fi
1771
1772   AC_ARG_WITH(xvid-tree,
1773   [    --with-xvid-tree=PATH xvid tree for static linking])
1774   if test -n "${with_xvid_tree}"
1775   then
1776     AC_MSG_CHECKING(for libxvidcore.a in ${with_xvid_tree})
1777     real_xvid_tree="`cd ${with_xvid_tree} 2>/dev/null && pwd`"
1778     if test -z "${real_xvid_tree}"
1779     then
1780       dnl  The given directory can't be found
1781       AC_MSG_RESULT(no)
1782       AC_MSG_ERROR([cannot cd to ${with_xvid_tree}])
1783     fi
1784     if test -f "${real_xvid_tree}/build/generic/libxvidcore.a"
1785     then
1786       dnl  Use a custom xvid
1787       AC_MSG_RESULT(${real_xvid_tree}/build/generic/libxvidcore.a)
1788       AX_ADD_BUILTINS([xvid])
1789       AX_ADD_LDFLAGS([xvid],[-L${real_xvid_tree}/build/generic -lxvidcore])
1790       AX_ADD_CPPFLAGS([xvid],[-I${real_xvid_tree}/src])
1791     else
1792       dnl  The given libxvidcore wasn't built
1793       AC_MSG_RESULT(no)
1794       AC_MSG_ERROR([cannot find ${real_xvid_tree}/build/generic/libxvidcore.a, make sure you compiled libxvidcore in ${with_xvid_tree}])
1795     fi
1796   else
1797     CPPFLAGS="${CPPFLAGS_save} ${CPPFLAGS_xvid}"
1798     LDFLAGS="${LDFLAGS_save} ${LDFLAGS_xvid}"
1799     AC_CHECK_HEADERS(xvid.h, ,
1800       [ AC_MSG_ERROR([Cannot find development headers for libxvidcore...]) ])
1801     AC_CHECK_LIB(xvidcore, xvid_init, [
1802       AX_ADD_PLUGINS([xvid])
1803       AX_ADD_LDFLAGS([xvid],[-lxvidcore]) ],
1804       [ AC_MSG_ERROR([Cannot find libxvidcore library...]) ])
1805     LDFLAGS="${LDFLAGS_save}"
1806     CPPFLAGS="${CPPFLAGS_save}"
1807   fi
1808 fi
1809
1810 dnl
1811 dnl  QuickTime plugin
1812 dnl
1813 AC_ARG_ENABLE(quicktime,
1814   [  --enable-quicktime      QuickTime module (default enabled on MacOS X)])
1815 if test "${enable_quicktime}" != "no" &&
1816   (test "${SYS}" = "darwin" || test "${enable_quicktime}" = "yes")
1817 then
1818   if test "${SYS}" = "mingw32"; then
1819     AX_ADD_BUILTINS([quicktime])
1820   else
1821   AC_CHECK_HEADERS(QuickTime/QuickTime.h,
1822     [ AX_ADD_BUILTINS([quicktime])
1823       AX_ADD_LDFLAGS([quicktime],[-framework QuickTime -framework Carbon])
1824     ], [ AC_MSG_ERROR([cannot find QuickTime headers]) ])
1825   fi
1826 fi
1827
1828 dnl
1829 dnl MP4 module
1830 dnl
1831 AC_CHECK_HEADERS(zlib.h, [
1832   AX_ADD_LDFLAGS([mp4 skins],[-lz])
1833 ] )
1834
1835
1836 dnl
1837 dnl skins module
1838 dnl
1839 AC_CHECK_HEADERS(libtar.h, [
1840   AX_ADD_LDFLAGS([skins],[-ltar])
1841 ] )
1842
1843
1844
1845 dnl
1846 dnl  a52 AC3 decoder plugin
1847 dnl
1848 AC_ARG_ENABLE(a52,
1849   [  --enable-a52            A/52 support with liba52 (default enabled)])
1850 if test "${enable_a52}" != "no"
1851 then
1852   AC_ARG_WITH(a52,
1853     [    --with-a52=PATH       a52 headers and libraries])
1854   AC_ARG_WITH(a52-tree,
1855     [    --with-a52-tree=PATH  a52dec tree for static linking ],[],[])
1856   if test "${with_a52_tree}" != "no" -a -n "${with_a52_tree}"
1857   then
1858     real_a52_tree="`cd ${with_a52_tree} 2>/dev/null && pwd`"
1859     if test -z "${real_a52_tree}"
1860     then
1861       dnl  The given directory can't be found
1862       AC_MSG_RESULT(no)
1863       AC_MSG_ERROR([${with_a52_tree} directory doesn't exist])
1864     fi
1865     dnl  Use a custom a52dec
1866     AC_MSG_CHECKING(for a52.h in ${real_a52_tree}/include)
1867     if test -f ${real_a52_tree}/include/a52.h
1868     then
1869       AC_MSG_RESULT(yes)
1870       AX_ADD_CPPFLAGS([a52tofloat32],[-I${real_a52_tree}])
1871       AX_ADD_LDFLAGS([a52tofloat32],[-L${real_a52_tree}/liba52/.libs])
1872       LDFLAGS="${LDFLAGS_save} ${LDFLAGS_a52tofloat32}"
1873       AC_CHECK_LIB(a52, a52_free, [
1874         AX_ADD_BUILTINS([a52tofloat32])
1875         AX_ADD_CPPFLAGS([a52tofloat32],[-DUSE_A52DEC_TREE])
1876         AX_ADD_LDFLAGS([a52tofloat32],[-la52])
1877         ],[
1878         if test -f ${real_a52_tree}/liba52/.libs/liba52.a
1879         then
1880           AC_MSG_ERROR([make sure you have at least a52dec-0.7.3])
1881         else
1882           AC_MSG_ERROR([the specified tree hasn't been compiled])
1883         fi
1884       ])
1885       LDFLAGS="${LDFLAGS_save}"
1886     else
1887       AC_MSG_RESULT(no)
1888       AC_MSG_ERROR([the specified tree doesn't have a52.h])
1889     fi
1890   else
1891     if test -z "${with_a52}"
1892     then
1893       LDFLAGS_test=""
1894       CPPFLAGS_test=""
1895     else
1896       LDFLAGS_test="-L${with_a52}/lib"
1897       CPPFLAGS_test="-I${with_a52}/include"
1898     fi
1899     CPPFLAGS="${CPPFLAGS_save} ${CPPFLAGS_test} ${CPPFLAGS_a52tofloat32}"
1900     LDFLAGS="${LDFLAGS_save} ${LDFLAGS_test} ${LDFLAGS_a52tofloat32}"
1901     AC_CHECK_HEADERS(a52dec/a52.h, [
1902       AC_CHECK_LIB(a52, a52_free, [
1903         AX_ADD_PLUGINS([a52tofloat32])
1904         AX_ADD_LDFLAGS([a52tofloat32],[${LDFLAGS_test} -la52])
1905         AX_ADD_CPPFLAGS([a52tofloat32],[${CPPFLAGS_test}])
1906       ],[
1907         AC_MSG_ERROR([Could not find liba52 on your system: you may get it from http://liba52.sf.net/. Alternatively you can use --disable-a52 to disable the a52 plugin.])
1908       ])
1909     ])
1910     CPPFLAGS="${CPPFLAGS_save}"
1911     LDFLAGS="${LDFLAGS_save}"
1912   fi
1913 fi
1914
1915 dnl
1916 dnl  DV plugin
1917 dnl
1918 AC_ARG_ENABLE(dv,
1919   [  --enable-dv             DV decoder support (deprecated in favor of ffmpeg) (default disabled)])
1920 if test "${enable_dv}" = "yes"
1921 then
1922   AC_CHECK_HEADERS(libdv/dv.h, [
1923     AX_ADD_PLUGINS([dv])
1924     AX_ADD_LDFLAGS([dv],[-ldv])
1925    ],[])
1926 fi
1927
1928 dnl
1929 dnl  Flac plugin
1930 dnl
1931 AC_ARG_ENABLE(flac,
1932   [  --enable-flac           flac decoder support (default disabled)])
1933 if test "${enable_flac}" = "yes"
1934 then
1935   AC_CHECK_HEADERS(FLAC/stream_decoder.h, [
1936     AX_ADD_PLUGINS([flac flacdec])
1937     AX_ADD_LDFLAGS([flacdec],[-lFLAC])
1938    ],[])
1939 fi
1940
1941 dnl
1942 dnl  Libmpeg2 plugin
1943 dnl
1944 AC_ARG_ENABLE(libmpeg2,
1945   [  --enable-libmpeg2       libmpeg2 decoder support (default enabled)])
1946 if test "${enable_libmpeg2}" != "no"
1947 then
1948   AC_ARG_WITH(libmpeg2-tree,
1949   [    --with-libmpeg2-tree=PATH libmpeg2 tree for static linking])
1950   if test -n "${with_libmpeg2_tree}"
1951   then
1952     AC_MSG_CHECKING(for libmpeg2.a in ${with_libmpeg2_tree})
1953     real_libmpeg2_tree="`cd ${with_libmpeg2_tree} 2>/dev/null && pwd`"
1954     if test -z "${real_libmpeg2_tree}"
1955     then
1956       dnl  The given directory can't be found
1957       AC_MSG_RESULT(no)
1958       AC_MSG_ERROR([cannot cd to ${with_libmpeg2_tree}])
1959     fi
1960     if test -f "${real_libmpeg2_tree}/libmpeg2/.libs/libmpeg2.a"
1961     then
1962       dnl  Use a custom libmpeg2
1963       AC_MSG_RESULT(${real_libmpeg2_tree}/libmpeg2/.libs/libmpeg2.a)
1964       AX_ADD_PLUGINS([libmpeg2])
1965       AX_ADD_LDFLAGS([libmpeg2],[-L${real_libmpeg2_tree}/libmpeg2/.libs -lmpeg2])
1966       AX_ADD_CFLAGS([libmpeg2],[-I${real_libmpeg2_tree}/include])
1967       eval "`cd ${real_libmpeg2_tree}/include && ln -sf . mpeg2dec 2>/dev/null`"
1968     else
1969       dnl  The given libmpeg2 wasn't built
1970       AC_MSG_RESULT(no)
1971       AC_MSG_ERROR([cannot find ${real_libmpeg2_tree}/libmpeg2/.libs/libmpeg2.a, make sure you compiled libmpeg2 in ${with_libmpeg2_tree}])
1972     fi
1973   else
1974     AC_CHECK_HEADERS(mpeg2dec/mpeg2.h, [
1975       AC_MSG_CHECKING(for libmpeg2 version >= 0.3.2)
1976       AC_EGREP_CPP(yes,
1977         [#include <mpeg2dec/mpeg2.h>
1978          #ifdef MPEG2_RELEASE
1979          #if MPEG2_RELEASE >= MPEG2_VERSION(0,3,2)
1980          yes
1981          #endif
1982          #endif],
1983         [AC_MSG_RESULT([yes])
1984           AX_ADD_PLUGINS([libmpeg2])
1985           AX_ADD_LDFLAGS([libmpeg2],[-lmpeg2])],
1986         [AC_MSG_RESULT([no])
1987           AC_MSG_ERROR([Your libmpeg2 is too old (you need the cvs version): you may get a more recent one from http://libmpeg2.sf.net/. Alternatively you can use --disable-libmpeg2 to disable the libmpeg2 plugin.])])],
1988
1989       [AC_MSG_ERROR([Could not find libmpeg2 on your system: you may get it from http://libmpeg2.sf.net/ (you need the cvs version). Alternatively you can use --disable-libmpeg2 to disable the libmpeg2 plugin.])]
1990     )
1991   fi
1992 fi
1993
1994 dnl
1995 dnl  Vorbis plugin
1996 dnl
1997 AC_ARG_ENABLE(vorbis,
1998   [  --enable-vorbis         Vorbis decoder support (default enabled)])
1999 if test "${enable_vorbis}" != "no"
2000 then
2001   AC_CHECK_HEADERS(vorbis/codec.h, [
2002     AX_ADD_PLUGINS([vorbis])
2003     AX_ADD_LDFLAGS([vorbis],[-lvorbis -logg]) ],[])
2004 fi
2005
2006 dnl
2007 dnl  Tremor plugin
2008 dnl
2009 AC_ARG_ENABLE(tremor,
2010   [  --enable-tremor         Tremor decoder support (default disabled)])
2011 if test "${enable_tremor}" = "yes"
2012 then
2013   AC_CHECK_HEADERS(tremor/ivorbiscodec.h, [
2014     AX_ADD_PLUGINS([tremor])
2015     AX_ADD_LDFLAGS([tremor],[-lvorbisidec -logg])
2016    ],[])
2017 fi
2018
2019 dnl
2020 dnl  tarkin decoder plugin
2021 dnl
2022 AC_ARG_ENABLE(tarkin,
2023 [  --enable-tarkin         experimental tarkin codec (default disabled)])
2024 if test "${enable_tarkin}" = "yes"
2025 then
2026   AC_ARG_WITH(tarkin-tree,
2027   [    --with-tarkin-tree=PATH tarkin tree for static linking])
2028   if test -n "${with_tarkin_tree}"
2029   then
2030     AC_MSG_CHECKING(for tarkin.o in ${with_tarkin_tree})
2031     real_tarkin_tree="`cd ${with_tarkin_tree} 2>/dev/null && pwd`"
2032     if test -f "${real_tarkin_tree}/tarkin.o"
2033     then
2034       AX_ADD_BUILTINS([tarkin])
2035       AX_ADD_CPPFLAGS([tarkin],[-I${real_tarkin_tree}])
2036       AX_ADD_LDFLAGS([tarkin],[${real_tarkin_tree}/mem.o ${real_tarkin_tree}/pnm.o ${real_tarkin_tree}/wavelet.o ${real_tarkin_tree}/wavelet_xform.o ${real_tarkin_tree}/wavelet_coeff.o ${real_tarkin_tree}/yuv.o ${real_tarkin_tree}/tarkin.o ${real_tarkin_tree}/info.o -logg])
2037       AC_MSG_RESULT(yes)
2038     else
2039       dnl  The given tarkin tree wasn't built
2040       AC_MSG_RESULT(no)
2041       AC_MSG_ERROR([cannot find ${real_tarkin_tree}/tarkin.o,
2042                     make sure you compiled tarkin in ${with_tarkin_tree}])
2043     fi
2044   fi
2045 fi
2046
2047 dnl
2048 dnl  theora decoder plugin
2049 dnl
2050 AC_ARG_ENABLE(theora,
2051 [  --enable-theora         experimental theora codec (default disabled)])
2052 if test "${enable_theora}" = "yes"
2053 then
2054   AC_CHECK_HEADERS(theora/theora.h, [
2055     AC_CHECK_LIB(theora, theora_granule_time, [
2056       AX_ADD_BUILTINS([theora])
2057       if test "${SYS}" = "darwin"; then
2058         theora_libs="-ltheora"
2059       else
2060         theora_libs="-ltheora -logg"
2061       fi
2062       AX_ADD_LDFLAGS([theora],[${theora_libs}]) ],[
2063       AC_MSG_ERROR([libtheora doesn't appear to be installed on you system.
2064 You also need to check that you have a libogg posterior to the 1.0 release.])],
2065       [-logg])
2066   ])
2067 fi
2068
2069 dnl
2070 dnl   subsdec support
2071 dnl
2072 AX_ADD_LDFLAGS([subsdec],[${LIBICONV}])
2073 AX_ADD_CPPFLAGS([subsdec],[${INCICONV}])
2074 AX_ADD_PLUGINS([subsdec])
2075
2076
2077 dnl
2078 dnl  Video Filters
2079 dnl
2080
2081 dnl
2082 dnl   png
2083 dnl
2084 AC_CHECK_HEADERS(png.h, [
2085     AX_ADD_LDFLAGS([logo],[-lpng -lz])
2086     AX_ADD_PLUGINS([logo])])
2087
2088 dnl
2089 dnl  Video plugins
2090 dnl
2091
2092 AC_ARG_WITH(,[Video plugins:])
2093
2094 dnl Check for DPMS
2095 if test "${SYS}" != "mingw32"
2096 then
2097   CPPFLAGS="${CPPFLAGS_save} -I${x_includes}"
2098   AC_CHECK_HEADERS(X11/extensions/dpms.h, [
2099     AC_MSG_CHECKING(for DPMSInfo in X11/extensions/dpms.h)
2100     AC_EGREP_HEADER(DPMSInfo,X11/extensions/dpms.h,[
2101       AC_MSG_RESULT(yes)
2102       AC_DEFINE(DPMSINFO_IN_DPMS_H, 1,
2103                 Define if <X11/extensions/dpms.h> defines DPMSInfo.)
2104     ],[
2105       AC_MSG_RESULT(no)
2106     ])
2107   ],,[
2108     #include <X11/Xlib.h>
2109   ])
2110   CPPFLAGS="${CPPFLAGS_save}"
2111 fi
2112
2113 dnl
2114 dnl  X11 module
2115 dnl  (enabled by default except on win32)
2116 dnl
2117 AC_ARG_ENABLE(x11,
2118   [  --enable-x11            X11 support (default enabled)])
2119 if test "${enable_x11}" != "no" &&
2120   (test "${SYS}" != "mingw32" || test "${enable_x11}" = "yes"); then
2121   CPPFLAGS="${CPPFLAGS_save} -I${x_includes}"
2122   AC_CHECK_HEADERS(X11/Xlib.h, [
2123     AX_ADD_PLUGINS([x11])
2124     AX_ADD_LDFLAGS([x11],[-L${x_libraries} -lX11 -lXext])
2125     AX_ADD_CPPFLAGS([x11],[-I${x_includes}])
2126     AC_CHECK_HEADERS(X11/extensions/Xinerama.h, [
2127       CFLAGS="${CFLAGS_save} -L${x_libraries} -lX11 -lXext"
2128       AC_CHECK_LIB(Xinerama, XineramaQueryExtension, [
2129         AC_DEFINE(HAVE_XINERAMA,1,[Define this if you have libXinerama installed])
2130         AX_ADD_LDFLAGS([x11],[-lXinerama])
2131       ])
2132       CFLAGS="${CFLAGS_save}"
2133     ])
2134   ])
2135   CPPFLAGS="${CPPFLAGS_save}"
2136 fi
2137
2138 dnl
2139 dnl  XVideo module
2140 dnl  (enabled by default except on win32)
2141 dnl
2142 AC_ARG_ENABLE(xvideo,
2143   [  --enable-xvideo         XVideo support (default enabled)])
2144 if test "${enable_xvideo}" != "no" &&
2145   (test "${SYS}" != "mingw32" || test "${enable_xvideo}" = "yes"); then
2146   CPPFLAGS="${CPPFLAGS_save} -I${x_includes}"
2147   AC_CHECK_HEADERS(X11/extensions/Xv.h, [
2148     CFLAGS="${CFLAGS_save} -L${x_libraries} -lX11 -lXext"
2149     AC_CHECK_LIB(Xv_pic,XvPutImage,
2150       # We have Xv_pic, that's good, we can build an xvideo.so plugin !
2151       AX_ADD_PLUGINS([xvideo])
2152       AX_ADD_LDFLAGS([xvideo],[-L${x_libraries} -lX11 -lXext -lXv_pic])
2153       AX_ADD_CPPFLAGS([xvideo],[-I${x_includes}]),
2154       AC_CHECK_LIB(Xv,XvPutImage,[
2155         # We don't have Xv_pic, but we have Xv, let's make xvideo.a as builtin
2156         AX_ADD_PLUGINS([xvideo])
2157         AX_ADD_LDFLAGS([xvideo],[-L${x_libraries} -lX11 -lXext -lXv])
2158         AX_ADD_CPPFLAGS([xvideo],[-I${x_includes}])
2159       ],[
2160         # Otherwise... well, do nothing.
2161         :
2162       ])
2163     )
2164     AC_CHECK_HEADERS(X11/extensions/Xinerama.h,[
2165       AC_CHECK_LIB(Xinerama, XineramaQueryExtension,[
2166         AC_DEFINE(HAVE_XINERAMA,1,[Define this if you have libXinerama installed])
2167         AX_ADD_LDFLAGS([xvideo],[-lXinerama])
2168       ])
2169     ])
2170     CFLAGS="${CFLAGS_save}"
2171   ]
2172   CPPFLAGS="${CPPFLAGS_save}")
2173 fi
2174
2175 dnl
2176 dnl  SDL module
2177 dnl
2178 AC_ARG_ENABLE(sdl,
2179   [  --enable-sdl            SDL support (default enabled)])
2180 if test "${enable_sdl}" != "no"
2181 then
2182   SDL_PATH="${PATH}"
2183   AC_ARG_WITH(sdl-config-path,
2184     [    --with-sdl-config-path=PATH sdl-config path (default search in \$PATH)],
2185     [ if test "${with_sdl_config_path}" != "no"
2186       then
2187         SDL_PATH="${with_sdl_config_path}:${PATH}"
2188       fi ])
2189   AC_PATH_PROG(SDL12_CONFIG, sdl12-config, no, ${SDL_PATH})
2190   SDL_CONFIG="${SDL12_CONFIG}"
2191   SDL_HEADER="SDL12/SDL.h"
2192   if test "${SDL_CONFIG}" = "no"
2193   then
2194     AC_PATH_PROG(SDL11_CONFIG, sdl11-config, no, ${SDL_PATH})
2195     SDL_CONFIG=${SDL11_CONFIG}
2196     SDL_HEADER="SDL11/SDL.h"
2197   fi
2198   if test "${SDL_CONFIG}" = "no"
2199   then
2200     AC_PATH_PROG(SDL_CONFIG, sdl-config, no, ${SDL_PATH})
2201     SDL_HEADER="SDL/SDL.h"
2202   fi
2203   # check for cross-compiling
2204   SDL_PREFIX=
2205   AC_ARG_WITH(sdl-prefix,
2206     [    --with-sdl-prefix=PATH path to libsdl (needed for cross-compiling),
2207                                e.g use as:
2208                                --with-sdl-prefix=/usr/local/arm/2.95.3/arm-linux/usr)],[],[])
2209   if test "${with_sdl_prefix}" != "no" -a -n "${with_sdl_prefix}"
2210   then
2211     SDL_PREFIX="--prefix=${with_sdl_prefix}"
2212   fi
2213   if test "${SDL_CONFIG}" != "no"
2214   then
2215     AX_ADD_PLUGINS([vout_sdl aout_sdl])
2216     AX_ADD_CFLAGS([vout_sdl aout_sdl],[`${SDL_CONFIG} ${SDL_PREFIX} --cflags | sed 's,SDL,,'`])
2217     AX_ADD_LDFLAGS([vout_sdl aout_sdl],[`${SDL_CONFIG} ${SDL_PREFIX} --libs | sed 's,-rdynamic,,'`])
2218     CPPFLAGS="${CPPFLAGS_save} ${CFLAGS_vout_sdl}"
2219     AC_CHECK_HEADERS(${SDL_HEADER}, AC_DEFINE_UNQUOTED(SDL_INCLUDE_FILE,
2220       <${SDL_HEADER}>, Indicate whether we should use SDL/SDL.h or SDL11/SDL.h),
2221       [ AC_CHECK_HEADERS(SDL.h, AC_DEFINE(SDL_INCLUDE_FILE, <SDL.h>,
2222           As a last resort we also test for SDL.h presence),
2223       [ AC_MSG_ERROR([The development package for SDL is not installed.
2224 Please install it and try again. Alternatively you can also configure with
2225 --disable-sdl.])
2226       ])])
2227     CPPFLAGS="${CPPFLAGS_save}"
2228     if expr 1.1.5 \> `${SDL_CONFIG} --version` >/dev/null
2229     then
2230       AC_MSG_ERROR([The development package for SDL is not installed.
2231 Please install it and try again. Alternatively you can also configure with
2232 --disable-sdl.])
2233     fi
2234   elif test "${enable_sdl}" =  "yes"
2235   then
2236     AC_MSG_ERROR([I couldn't find the SDL package. You can download libSDL
2237 from http://www.libsdl.org/, or configure with --disable-sdl. Have a nice day.
2238     ])
2239   fi
2240 fi
2241
2242 dnl
2243 dnl  freetype module
2244 dnl
2245 AC_ARG_ENABLE(freetype,
2246   [  --enable-freetype       freetype support (default enabled)])
2247 if test "${enable_freetype}" != "no"
2248 then
2249   FREETYPE_PATH="${PATH}"
2250   AC_ARG_WITH(freetype-config-path,
2251     [    --with-freetype-config-path=PATH freetype-config path (default search in \$PATH)],
2252     [ if test "${with_freetype_config_path}" != "no"
2253       then
2254         FREETYPE_PATH="${with_freetype_config_path}:${PATH}"
2255       fi ])
2256   AC_PATH_PROG(FREETYPE_CONFIG, freetype-config, no, ${FREETYPE_PATH})
2257
2258   if test "${FREETYPE_CONFIG}" != "no"
2259   then
2260     AX_ADD_PLUGINS([freetype])
2261     AX_ADD_CFLAGS([freetype],[`${FREETYPE_CONFIG} --cflags`])
2262     AX_ADD_LDFLAGS([freetype],[`${FREETYPE_CONFIG} --libs`])
2263     AC_CHECK_HEADERS(Carbon/Carbon.h,
2264       [AX_ADD_LDFLAGS([freetype],[-framework Carbon])])
2265     CPPFLAGS="${CPPFLAGS_save} ${CFLAGS_freetype}"
2266   elif test "${enable_freetype}" =  "yes"
2267   then
2268     AC_MSG_ERROR([I couldn't find the freetype package. You can download libfreetype2
2269 from http://www.freetype.org/, or configure with --disable-freetype. Have a nice day.
2270     ])
2271   fi
2272 fi
2273
2274 dnl
2275 dnl  Qt Embedded module
2276 dnl  (disabled by default)
2277 dnl
2278 AC_ARG_ENABLE(qte,
2279   [  --enable-qte            QT Embedded support (default disabled)])
2280 if test "${enable_qte}" = "yes"
2281 then
2282   AC_ARG_WITH(qte,
2283   [    --with-qte=PATH       Qt Embedded headers and libraries])
2284   if test "${with_qte}" != "no" -a -n "${with_qte}"
2285   then
2286     AX_ADD_LDFLAGS([qte],[-L${with_qte}/lib `echo -L${with_qte}/lib | sed 's,opt/QtPalmtop,usr,'` -ljpeg -lqte])
2287     AX_ADD_CXXFLAGS([qte],[-I${with_qte}/include `echo -I${with_qte}/include | sed 's,opt/QtPalmtop,usr,'` -DQT_QWS_IPAQ -DQWS -fno-exceptions -fno-rtti])
2288   else
2289     AX_ADD_LDFLAGS([qte],[-L${QTDIR}/lib `echo -L${QTDIR}/lib | sed 's,opt/QtPalmtop,usr,'` -ljpeg -lqte])
2290     AX_ADD_CXXFLAGS([qte],[-I${QTDIR}/include `echo -I${QTDIR}/include | sed 's,opt/QtPalmtop,usr,'` -DQT_QWS_IPAQ -DQWS -fno-exceptions -fno-rtti])
2291   fi
2292   AX_ADD_PLUGINS([qte])
2293   NEED_QTE_MAIN=yes
2294   CPPFLAGS="${CPPFLAGS_save} ${CPPFLAGS_qte}"
2295   AC_CHECK_HEADERS(qt.h jpeglib.h, ,[
2296     AC_MSG_ERROR([echo "Cannot find QT Embedded development headers."])
2297   ] )
2298   CPPFLAGS="${CPPFLAGS_save}"
2299 fi
2300
2301 dnl
2302 dnl  Windows DirectX module
2303 dnl
2304 AC_ARG_ENABLE(directx,
2305   [  --enable-directx        Win32 DirectX support (default enabled on Win32)])
2306 if test "${enable_directx}" != "no"
2307 then
2308   if test "${SYS}" = "mingw32" -o "${SYS}" = "cygwin"
2309   then
2310     AC_ARG_WITH(directx,
2311     [    --with-directx=PATH   Win32 DirectX headers])
2312     if test -z "${with_directx}"
2313     then
2314       AC_CHECK_HEADERS(ddraw.h,
2315       [ AX_ADD_PLUGINS([vout_directx aout_directx])
2316         AX_ADD_LDFLAGS([vout_directx],[-lgdi32]) ])
2317     else
2318       AC_MSG_CHECKING(for directX headers in ${with_directx})
2319       if test -f ${with_directx}/ddraw.h
2320       then
2321         AX_ADD_PLUGINS([vout_directx aout_directx])
2322         AX_ADD_CPPFLAGS([vout_directx aout_directx],[-I${with_directx}])
2323         AX_ADD_LDFLAGS([vout_directx],[-lgdi32])
2324         AC_MSG_RESULT(yes)
2325       else
2326         AC_MSG_RESULT(no)
2327         AC_MSG_ERROR([Cannot find ${with_directx}/ddraw.h!])
2328       fi
2329     fi
2330   fi
2331 fi
2332
2333 dnl
2334 dnl  Linux framebuffer module
2335 dnl
2336 AC_ARG_ENABLE(fb,
2337   [  --enable-fb             Linux framebuffer support (default enabled on Linux)])
2338     if test "${enable_fb}" != "no"
2339     then
2340       AC_CHECK_HEADERS(linux/fb.h, [
2341         AX_ADD_PLUGINS([fb])
2342       ])
2343     fi
2344
2345 dnl
2346 dnl  Linux MGA module
2347 dnl
2348 AC_ARG_ENABLE(mga,
2349   [  --enable-mga            Linux kernel Matrox support (default disabled)],
2350   [ if test "${enable_mga}" = "yes"
2351     then
2352       AX_ADD_PLUGINS([mga])
2353     fi ])
2354
2355 dnl
2356 dnl  SVGAlib module
2357 dnl
2358 AC_ARG_ENABLE(svgalib,
2359   [  --enable-svgalib        SVGAlib support (default disabled)])
2360 if test "${enable_svgalib}" = "yes"
2361 then
2362   AX_ADD_PLUGINS([svgalib])
2363   AX_ADD_LDFLAGS([svgalib],[-lvgagl -lvga])
2364 fi
2365
2366 dnl
2367 dnl  GGI module
2368 dnl
2369 AC_ARG_ENABLE(ggi,
2370   [  --enable-ggi            GGI support (default disabled)])
2371 if test "${enable_ggi}" = "yes"
2372 then
2373   AX_ADD_PLUGINS([ggi])
2374   AX_ADD_LDFLAGS([ggi],[-lggi])
2375   AC_ARG_WITH(ggi,
2376     [    --with-ggi=PATH       path to libggi],
2377     [ if test "${with_ggi}" != "no" -a -n "${with_ggi}"
2378       then
2379         AX_ADD_CPPFLAGS([ggi],[-I${with_ggi}/include])
2380         AX_ADD_LDFLAGS([ggi],[-L${with_ggi}/lib])
2381       fi ])
2382 fi
2383
2384 dnl
2385 dnl  Glide module
2386 dnl
2387 AC_ARG_ENABLE(glide,
2388   [  --enable-glide          Glide (3dfx) support (default disabled)])
2389 if test "${enable_glide}" = "yes"
2390 then
2391   AX_ADD_PLUGINS([glide])
2392   AX_ADD_LDFLAGS([glide],[-lglide2x -lm])
2393   AX_ADD_CPPFLAGS([glide],[-I/usr/include/glide])
2394   AC_ARG_WITH(glide,
2395     [    --with-glide=PATH     path to libglide],
2396     [ if test "${with_glide}" != "no" -a -n "${with_glide}"
2397       then
2398         AX_ADD_CPPFLAGS([glide],[-I${with_glide}/include])
2399         AX_ADD_LDFLAGS([glide],[-L${with_glide}/lib])
2400       fi ])
2401 fi
2402
2403 dnl
2404 dnl  AA plugin
2405 dnl
2406 AC_ARG_ENABLE(aa,
2407   [  --enable-aa             aalib output (default disabled)])
2408 if test "${enable_aa}" = "yes"
2409 then
2410   AC_CHECK_HEADER(aalib.h,have_aa="true",have_aa="false")
2411   if test "${have_aa}" = "true"
2412   then
2413     AX_ADD_PLUGINS([aa])
2414     AX_ADD_LDFLAGS([aa],[-laa])
2415   fi
2416 fi
2417
2418 dnl
2419 dnl  win32 GDI plugin
2420 dnl
2421 AC_ARG_ENABLE(wingdi,
2422   [  --enable-wingdi         Win32 GDI module (default enabled on Win32)])
2423 if test "${enable_wingdi}" != "no"; then
2424   if test "${SYS}" = "mingw32" -o "${SYS}" = "cygwin"; then
2425     AX_ADD_PLUGINS([wingdi])
2426     AX_ADD_LDFLAGS([wingdi],[-lgdi32])
2427   fi
2428 fi
2429
2430 dnl
2431 dnl  Audio plugins
2432 dnl
2433
2434 AC_ARG_WITH(,[Audio plugins:])
2435
2436 dnl
2437 dnl  OSS /dev/dsp module (enabled by default except on win32)
2438 dnl
2439 AC_ARG_ENABLE(oss,
2440   [  --enable-oss            Linux OSS /dev/dsp support (enabled on Linux)])
2441
2442 if test "${enable_oss}" != "no" &&
2443   (test "${SYS}" != "mingw32" || test "${enable_oss}" = "yes")
2444 then
2445   AC_CHECK_HEADERS(soundcard.h sys/soundcard.h machine/soundcard.h, [
2446     AX_ADD_PLUGINS([oss])
2447     AC_CHECK_LIB(ossaudio,main,AX_ADD_LDFLAGS([oss],[-lossaudio]))
2448   ])
2449 fi
2450
2451 dnl
2452 dnl  Esound module
2453 dnl
2454 AC_ARG_ENABLE(esd,
2455   [  --enable-esd            Esound library support (default disabled)],
2456   [if test "${enable_esd}" = "yes"
2457    then
2458      AC_PATH_PROG(ESD_CONFIG, esd-config, no)
2459      if test "${ESD_CONFIG}" != "no"
2460      then
2461        AX_ADD_PLUGINS([esd])
2462        AX_ADD_CFLAGS([esd],[`${ESD_CONFIG} --cflags`])
2463        AX_ADD_LDFLAGS([esd],[`${ESD_CONFIG} --libs`])
2464      fi
2465    fi])
2466
2467 dnl
2468 dnl  aRts module
2469 dnl
2470 AC_ARG_ENABLE(arts,
2471   [  --enable-arts           aRts sound server (default disabled)],
2472   [if test "${enable_arts}" = "yes"
2473    then
2474      AC_PATH_PROG(ARTS_CONFIG, artsc-config, no)
2475      if test "${ARTS_CONFIG}" != "no"
2476      then
2477        AX_ADD_PLUGINS([arts])
2478        AX_ADD_CFLAGS([arts],[`${ARTS_CONFIG} --cflags`])
2479        AX_ADD_LDFLAGS([arts],[`${ARTS_CONFIG} --libs `])
2480      fi
2481    fi])
2482
2483 dnl
2484 dnl  ALSA module
2485 dnl
2486 AC_ARG_ENABLE(alsa,
2487   [  --enable-alsa           ALSA sound support for Linux (default disabled)],
2488   [if test "${enable_alsa}" = "yes"
2489    then
2490      AC_CHECK_HEADER(alsa/asoundlib.h, AC_CHECK_LIB(asound, main, have_alsa="true", have_alsa="false"),have_alsa="false")
2491      if test "${have_alsa}" = "true"
2492      then
2493        AC_TRY_COMPILE([#define ALSA_PCM_NEW_HW_PARAMS_API
2494                        #define ALSA_PCM_NEW_SW_PARAMS_API
2495                        #include <alsa/asoundlib.h>],
2496           [void foo() { snd_pcm_hw_params_get_period_time(0,0,0); }],
2497            AC_DEFINE(HAVE_ALSA_NEW_API, 1, Define if ALSA is at least rc4))
2498        AX_ADD_PLUGINS([alsa])
2499        AX_ADD_LDFLAGS([alsa],[-lasound -lm -ldl])
2500      else
2501        AC_MSG_ERROR([Could not find ALSA development headers])
2502      fi
2503    fi])
2504
2505 dnl
2506 dnl  win32 waveOut plugin
2507 dnl
2508 AC_ARG_ENABLE(waveout,
2509   [  --enable-waveout        Win32 waveOut module (default enabled on Win32)])
2510 if test "${enable_waveout}" != "no"; then
2511   if test "${SYS}" = "mingw32" -o "${SYS}" = "cygwin"; then
2512     AX_ADD_PLUGINS([waveout])
2513     AX_ADD_LDFLAGS([waveout],[-lwinmm])
2514   fi
2515 fi
2516
2517 dnl
2518 dnl  CoreAudio plugin
2519 dnl
2520 AC_ARG_ENABLE(coreaudio,
2521   [  --enable-coreaudio      CoreAudio module (default enabled on MacOS X)])
2522 if test "${enable_coreaudio}" != "no" &&
2523   (test "${SYS}" = "darwin" || test "${enable_coreaudio}" = "yes")
2524 then
2525   AC_CHECK_HEADERS(CoreAudio/CoreAudio.h, 
2526     [ AX_ADD_BUILTINS([coreaudio])
2527       AX_ADD_LDFLAGS([coreaudio],[-framework CoreAudio])
2528       AC_MSG_CHECKING(for kAudioConverterPrimeMethod in AudioToolbox/AudioConverter.h)
2529       AC_EGREP_HEADER(kAudioConverterPrimeMethod,AudioToolbox/AudioConverter.h,[
2530         AC_MSG_RESULT(yes)
2531         AX_ADD_PLUGINS([coreaudio_resampler])
2532         AX_ADD_LDFLAGS([coreaudio_resampler],[-framework AudioToolbox])
2533       ],[ AC_MSG_RESULT(no) ])
2534     ], [ AC_MSG_ERROR([cannot find CoreAudio headers]) ])
2535 fi
2536
2537 dnl
2538 dnl  Interface plugins
2539 dnl
2540
2541 AC_ARG_WITH(,[Interface plugins:])
2542
2543 dnl special case for BeOS
2544 if test "${SYS}" = "beos"
2545 then
2546     AX_ADD_PLUGINS([beos])
2547 fi
2548
2549 dnl
2550 dnl Skins module
2551 dnl
2552 AC_ARG_ENABLE(skins,
2553   [  --enable-skins          Skins interface module (default enabled on Win32)])
2554 if test "${enable_skins}" != "no"; then
2555   if test "${SYS}" = "mingw32" -o "${SYS}" = "cygwin"; then
2556
2557     AX_ADD_PLUGINS([skins])
2558     ALIASES="${ALIASES} svlc"
2559     AX_ADD_CPPFLAGS([skins],[-U_OFF_T_ -U_off_t -Imodules/gui/skins])
2560     AX_ADD_CXXFLAGS([skins],[-O2 -fno-rtti])
2561     AX_ADD_LDFLAGS([skins],[-loleaut32 -lwinspool -lwinmm -lshell32 -lctl3d32 -ladvapi32 -lwsock32 -lgdi32 -lcomdlg32 -lole32 -luuid -lcomctl32])
2562
2563   else if test "${enable_skins}" = "yes"; then
2564     IMLIB2_PATH="${PATH}"
2565     AC_PATH_PROG(IMLIB2_CONFIG_SKINS, imlib2-config, no, ${IMLIB2_PATH})
2566     if test "${IMLIB2_CONFIG_SKINS}" = "no"; then
2567     AC_MSG_ERROR([Couldn't find the imlib2 package. You can download imlib2 from http://enlightenment.org/, or configure with --disable-skins.])
2568     fi
2569
2570     AX_ADD_PLUGINS([skins])
2571     ALIASES="${ALIASES} svlc"
2572     AX_ADD_CPPFLAGS([skins],[-Imodules/gui/skins -I${x_includes} `${IMLIB2_CONFIG_SKINS} --cflags` -DX11_SKINS])
2573     AX_ADD_CXXFLAGS([skins],[-O2 -fno-rtti])
2574     AX_ADD_LDFLAGS([skins],[-L${x_libraries} -lXext -lX11 `${IMLIB2_CONFIG_SKINS} --libs`])
2575   fi fi
2576 fi
2577
2578 dnl
2579 dnl  Gtk+ module
2580 dnl
2581 AC_ARG_ENABLE(gtk,
2582   [  --enable-gtk            Gtk+ support (default enabled)])
2583 if test "${enable_gtk}" != "no"
2584 then
2585   GTK_PATH="${PATH}"
2586   AC_ARG_WITH(gtk-config-path,
2587     [    --with-gtk-config-path=PATH gtk-config path (default search in \$PATH)],
2588     [ if test "${with_gtk_config_path}" != "no"
2589       then
2590         GTK_PATH="${with_gtk_config_path}:${PATH}"
2591       fi ])
2592   # look for gtk-config
2593   AC_PATH_PROG(GTK12_CONFIG, gtk12-config, no, ${GTK_PATH})
2594   GTK_CONFIG=${GTK12_CONFIG}
2595   if test "${GTK_CONFIG}" = "no"
2596   then
2597     AC_PATH_PROG(GTK_CONFIG, gtk-config, no, ${GTK_PATH})
2598   fi
2599   if test "${GTK_CONFIG}" != "no"
2600   then
2601     if expr 1.2.0 \> `${GTK_CONFIG} --version` >/dev/null
2602     then
2603       AC_MSG_ERROR([Your development package for Gtk+ is too old, you need at least version 1.2.0. Please upgrade and try again. Alternatively you can also configure with --disable-gtk.])
2604     fi
2605     if test "${SYS}" != "mingw32"; then
2606       AX_ADD_CFLAGS([gtk],[`${GTK_CONFIG} --cflags gtk gthread`])
2607       AX_ADD_LDFLAGS([gtk],[`${GTK_CONFIG} --libs gtk gthread | sed 's,-rdynamic,,'`])
2608     else
2609       AX_ADD_CFLAGS([gtk],[`${GTK_CONFIG} --cflags gtk`])
2610       AX_ADD_LDFLAGS([gtk],[`${GTK_CONFIG} --libs gtk | sed 's,-rdynamic,,'`])
2611     fi
2612     # now look for the gtk.h header
2613     CPPFLAGS="${CPPFLAGS_save} ${CFLAGS_gtk}"
2614     ac_cv_gtk_headers=yes
2615     AC_CHECK_HEADERS(gtk/gtk.h glib.h gdk/gdk.h, , [
2616       ac_cv_gtk_headers=no
2617       echo "Cannot find gtk development headers."
2618     ])
2619     if test "${ac_cv_gtk_headers}" = "yes"
2620     then
2621       AX_ADD_PLUGINS([gtk])
2622       if test "${SYS}" != "mingw32"; then
2623         NEED_GTK_MAIN=yes
2624       fi
2625       ALIASES="${ALIASES} gvlc"
2626     fi
2627     CPPFLAGS="${CPPFLAGS_save}"
2628   fi
2629 fi
2630
2631 dnl
2632 dnl  Gtk+2 module ! Disabled for know as it is unuseable and confuses users
2633 dnl
2634 dnl AC_ARG_ENABLE(gtk2,
2635 dnl   [  --enable-gtk2           Gtk2 support (default disabled)])
2636 dnl if test "${enable_gtk2}" = "yes"
2637 dnl then
2638 dnl   PKG_CHECK_MODULES(GTK2, [gtk+-2.0 >= 2.0.0, gthread-2.0])
2639 dnl   AX_ADD_CFLAGS([gtk2],[${GTK2_CFLAGS}])
2640 dnl   AX_ADD_LDFLAGS([gtk2],[${GTK2_LIBS}])
2641 dnl   AX_ADD_PLUGINS([gtk2])
2642 dnl   if test "${SYS}" != "mingw32"; then
2643 dnl     NEED_GTK2_MAIN=yes
2644 dnl   fi
2645 dnl fi
2646
2647 dnl
2648 dnl  PDA Gtk+2 module
2649 dnl
2650 AC_ARG_ENABLE(pda,
2651   [  --enable-pda          PDA interface needs Gtk2 support (default disabled)])
2652 if test "x${enable_pda}" = "xyes"
2653 then
2654   PKG_CHECK_MODULES(GTK2, [gtk+-2.0 >= 2.0.0, gthread-2.0])
2655   AX_ADD_CFLAGS([gtk2],[${GTK2_CFLAGS}])
2656   AX_ADD_LDFLAGS([gtk2],[${GTK2_LIBS}])
2657   AX_ADD_CFLAGS([pda],[${GTK2_CFLAGS} ${CFLAGS_pda}])
2658   AX_ADD_LDFLAGS([pda],[${GTK2_LIBS} ${LDFLAGS_pda}])
2659   AX_ADD_PLUGINS([pda])
2660   if test "${SYS}" != "mingw32"; then
2661     NEED_GTK2_MAIN=yes
2662   fi
2663 fi
2664
2665 dnl
2666 dnl  Gnome module
2667 dnl
2668 AC_ARG_ENABLE(gnome,
2669   [  --enable-gnome          Gnome interface support (default disabled)],
2670   [if test "${enable_gnome}" = "yes"; then
2671     # look for gnome-config
2672     AC_PATH_PROG(GNOME_CONFIG, gnome-config, no)
2673     if test -x ${GNOME_CONFIG}
2674     then
2675        AX_ADD_CFLAGS([gnome],[`${GNOME_CONFIG} --cflags gtk gnomeui`])
2676        AX_ADD_LDFLAGS([gnome],[`${GNOME_CONFIG} --libs gnomeui | sed 's,-rdynamic,,'`])
2677     fi
2678     # now look for the gnome.h header
2679     CPPFLAGS="${CPPFLAGS_save} ${CFLAGS_gnome}"
2680     AC_CHECK_HEADERS(gnome.h, [
2681       AX_ADD_PLUGINS([gnome])
2682       NEED_GTK_MAIN=yes
2683       NEED_GNOME_MAIN=yes
2684       ALIASES="${ALIASES} gnome-vlc"
2685       dnl We need this because of some moronic gnomesupport.h flavours
2686       AC_MSG_CHECKING(for strndup in gnome.h)
2687       AC_EGREP_HEADER(strndup,gnome.h,[
2688         AC_MSG_RESULT(yes)
2689         AC_DEFINE(STRNDUP_IN_GNOME_H, 1,
2690                   Define if <gnome.h> defines strndup.)],[
2691         AC_MSG_RESULT(no)])
2692      ],[
2693       AC_MSG_ERROR([Can't find gnome headers. Please install the gnome
2694 developement tools or remove the --enable-gnome option])
2695      ])
2696     CPPFLAGS="${CPPFLAGS_save}"
2697   fi])
2698
2699 dnl
2700 dnl  Gnome2 module ! Disabled for know as it is unuseable and confuses users
2701 dnl
2702 dnl AC_ARG_ENABLE(gnome2,
2703 dnl   [  --enable-gnome2         Gnome2 support (default disabled)])
2704 dnl if test "${enable_gnome2}" = "yes"
2705 dnl then
2706 dnl   PKG_CHECK_MODULES(GNOME2, [libgnomeui-2.0])
2707 dnl   AX_ADD_CFLAGS([gnome2],[${GNOME2_CFLAGS}])
2708 dnl   AX_ADD_LDFLAGS([gnome2],[${GNOME2_LIBS}])
2709 dnl   AX_ADD_PLUGINS([gnome2])
2710 dnl   if test "${SYS}" != "mingw32"; then
2711 dnl     NEED_GNOME2_MAIN=yes
2712 dnl   fi
2713 dnl fi
2714
2715 dnl
2716 dnl  wxWindows module
2717 dnl
2718 AC_ARG_ENABLE(wxwindows,
2719   [  --enable-wxwindows      wxWindows support (default enabled)])
2720 if test "${enable_wxwindows}" != "no"
2721 then
2722   WXWINDOWS_PATH="${PATH}"
2723   AC_ARG_WITH(wx-config-path,
2724     [    --with-wx-config-path=PATH wx-config path (default search in \$PATH)],
2725     [ if test "${with_wx_config_path}" != "no"
2726       then
2727         WXWINDOWS_PATH="${with_wx_config_path}:${PATH}"
2728       fi ])
2729   # look for wx-config
2730   AC_PATH_PROG(WX_CONFIG, wx-config, no, ${WXWINDOWS_PATH})
2731   if test "${WX_CONFIG}" != "no"
2732   then
2733     if expr 2.3.0 \> `${WX_CONFIG} --version` >/dev/null
2734     then
2735       AC_MSG_ERROR([Your development package for wxWindows is too old, you need at least version 2.3.0. Please upgrade and try again. Alternatively you can also configure with --disable-wxwindows.])
2736     fi
2737     AX_ADD_CXXFLAGS([wxwindows],[`${WX_CONFIG} --cxxflags`])
2738     AX_ADD_LDFLAGS([wxwindows],[`${WX_CONFIG} --libs`])
2739     # now look for the wxprec.h header
2740     CPPFLAGS="${CPPFLAGS_save} ${CXXFLAGS_wxwindows}"
2741     ac_cv_wx_headers=yes
2742     AC_CHECK_HEADERS(wx/wxprec.h, , [
2743       ac_cv_wx_headers=no
2744       echo "Cannot find wxWindows development headers."
2745     ])
2746     if test "${ac_cv_wx_headers}" = "yes"
2747     then
2748       AX_ADD_PLUGINS([wxwindows])
2749       ALIASES="${ALIASES} wxvlc"
2750     fi
2751     CPPFLAGS="${CPPFLAGS_save}"
2752   fi
2753 fi
2754
2755 dnl
2756 dnl  Qt module
2757 dnl
2758 AC_ARG_ENABLE(qt,
2759   [  --enable-qt             Qt interface support (default disabled)],
2760   [if test "${enable_qt}" = "yes"; then
2761      AX_ADD_PLUGINS([qt])
2762      ALIASES="${ALIASES} qvlc"
2763      AX_ADD_LDFLAGS([qt],[-L${QTDIR}/lib])
2764      LDFLAGS="${LDFLAGS_save} ${LDFLAGS_qt}"
2765      AC_CHECK_LIB(qt-mt,main,[
2766        AX_ADD_LDFLAGS([qt],[-lqt-mt])
2767      ],[
2768        AC_CHECK_LIB(qt,main,[
2769          AX_ADD_LDFLAGS([qt],[-lqt])
2770        ])
2771      ])
2772      LDFLAGS="${LDFLAGS_save}"
2773      AX_ADD_CXXFLAGS([qt],[-I/usr/include/qt3 -I/usr/include/qt -I${QTDIR}/include])
2774      if test -x ${QTDIR}/bin/moc
2775      then
2776        MOC=${QTDIR}/bin/moc
2777      else
2778        MOC=moc
2779      fi
2780    fi])
2781
2782 dnl
2783 dnl  KDE module
2784 dnl
2785 AC_ARG_ENABLE(kde,
2786   [  --enable-kde            KDE interface support (default disabled)],
2787   [if test "${enable_kde}" = "yes"; then
2788      AX_ADD_PLUGINS([kde])
2789      ALIASES="${ALIASES} kvlc"
2790      AX_ADD_LDFLAGS([kde],[-L${KDEDIR}/lib])
2791      dnl Check for -lkfile (only in KDE 2) or -lkdeui -lkio (KDE 3)
2792      LDFLAGS="${LDFLAGS_save} ${LDFLAGS_kde}"
2793      AC_CHECK_LIB(kfile,main,[
2794        AX_ADD_LDFLAGS([kde],[-lkfile])
2795      ])
2796      LDFLAGS="${LDFLAGS_save} ${LDFLAGS_kde}"
2797      AC_CHECK_LIB(kdeui,main,[
2798        AX_ADD_LDFLAGS([kde],[-lkdeui])
2799      ])
2800      LDFLAGS="${LDFLAGS_save} ${LDFLAGS_kde}"
2801      AC_CHECK_LIB(kio,main,[
2802        AX_ADD_LDFLAGS([kde],[-lkio])
2803      ])
2804      LDFLAGS="${LDFLAGS_save}"
2805      AX_ADD_CXXFLAGS([kde],[-I/usr/include/kde -I/usr/include/qt3 -I/usr/include/qt])
2806      AX_ADD_CXXFLAGS([kde],[-I${KDEDIR}/include -I${QTDIR}/include])
2807      if test -x ${QTDIR}/bin/moc
2808      then
2809        MOC=${QTDIR}/bin/moc
2810      else
2811        MOC=moc
2812      fi
2813    fi])
2814
2815 dnl
2816 dnl  Opie QT embedded module
2817 dnl
2818 AC_ARG_ENABLE(opie,
2819   [  --enable-opie           Qt embedded interface support (default disabled)],
2820   [if test "${enable_opie}" = "yes"; then
2821      AC_ARG_WITH(qte,
2822      [    --with-qte=PATH       Qt Embedded headers and libraries])
2823      if test "${with_qte}" != "no" -a -n "${with_qte}"
2824      then
2825        AX_ADD_LDFLAGS([qte],[-L${with_qte}/lib `echo -L${with_qte}/lib | sed 's,opt/QtPalmtop,usr,'` -ljpeg -lqte])
2826        AX_ADD_CXXFLAGS([qte],[-I${with_qte}/include `echo -I${with_qte}/include | sed 's,opt/QtPalmtop,usr,'` -DQT_QWS_IPAQ -DQWS -fno-exceptions -fno-rtti])
2827      else
2828        AX_ADD_LDFLAGS([qte],[-L${QTDIR}/lib `echo -L${QTDIR}/lib | sed 's,opt/QtPalmtop,usr,'`])
2829        AX_ADD_CXXFLAGS([qte],[-I${QTDIR}/include `echo -I${QTDIR}/include | sed 's,opt/QtPalmtop,usr,'`])
2830      fi
2831      CPPFLAGS="${CPPFLAGS_save} ${CPPFLAGS_qte}"
2832      AC_CHECK_HEADERS(qt.h jpeglib.h, ,[
2833        AC_MSG_ERROR([echo "Cannot find QT Embedded development headers."])
2834      ] )
2835      CPPFLAGS="${CPPFLAGS_save}"
2836
2837      AX_ADD_PLUGINS([opie])
2838      NEED_QTE_MAIN=yes
2839      AX_ADD_LDFLAGS([opie],[-lqpe ${LDFLAGS_qte}])
2840      AX_ADD_CXXFLAGS([opie],[${CXXFLAGS_qte}])
2841      if test "${with_qte}" != "no" -a -n "${with_qte}"
2842      then
2843        MOC=${with_qte}/bin/moc
2844      else
2845        MOC=${QTDIR}/bin/moc
2846      fi
2847    fi])
2848
2849 dnl
2850 dnl  MacOS X module
2851 dnl
2852 AC_ARG_ENABLE(macosx,
2853   [  --enable-macosx         MacOS X support (default enabled on MacOS X)],
2854   [if test "${enable_macosx}" = "yes"
2855    then
2856      AX_ADD_BUILTINS([macosx])
2857      AX_ADD_LDFLAGS([macosx],[-framework IOKit -framework Cocoa -framework Carbon -framework QuickTime -lobjc -ObjC])
2858    fi],
2859   [AC_CHECK_HEADERS(Cocoa/Cocoa.h,
2860      AX_ADD_BUILTINS([macosx])
2861      AX_ADD_LDFLAGS([macosx],[-framework IOKit -framework Cocoa -framework Carbon -framework QuickTime -lobjc -ObjC])
2862    )])
2863
2864 dnl
2865 dnl  QNX RTOS module
2866 dnl
2867 AC_ARG_ENABLE(qnx,
2868   [  --enable-qnx            QNX RTOS support (default enabled on QNX RTOS)])
2869     if test "${enable_qnx}" != "no"
2870     then
2871       AC_CHECK_HEADERS(Ph.h, [
2872         AX_ADD_PLUGINS([qnx])
2873         AX_ADD_LDFLAGS([qnx],[-lasound -lph])
2874       ])
2875     fi
2876
2877 dnl
2878 dnl  ncurses module
2879 dnl
2880 AC_ARG_ENABLE(ncurses,
2881   [  --enable-ncurses        ncurses interface support (default disabled)],
2882   [if test "${enable_ncurses}" = "yes"; then
2883      AX_ADD_PLUGINS([ncurses])
2884      AX_ADD_LDFLAGS([ncurses],[-lncurses])
2885    fi])
2886
2887 dnl
2888 dnl  XOSD plugin
2889 dnl
2890 AC_ARG_ENABLE(xosd,
2891   [  --enable-xosd           xosd interface support (default disabled)])
2892 if test "${enable_xosd}" = "yes"
2893 then
2894   AC_CHECK_HEADER(xosd.h, have_xosd="true", have_xosd="false")
2895   AC_CHECK_LIB(xosd,xosd_set_offset,
2896       AC_DEFINE(HAVE_XOSD_VERSION_1, 1, Define if <xosd.h> is 1.0.x),
2897     AC_CHECK_LIB(xosd,xosd_set_horizontal_offset,
2898         AC_DEFINE(HAVE_XOSD_VERSION_2, 1, Define if <xosd.h> is 2.0.x),
2899       AC_TRY_COMPILE([#include <xosd.h>],
2900          [void foo() { xosd_init("foo","bar",12,XOSD_top,2,12,42); }],,
2901           AC_DEFINE(HAVE_XOSD_VERSION_0, 1, Define if <xosd.h> is pre-1.0.0))))
2902   if test "${have_xosd}" = "true"
2903   then
2904     AX_ADD_PLUGINS([xosd])
2905     AX_ADD_LDFLAGS([xosd],[-lxosd])
2906   fi
2907 fi
2908
2909 dnl
2910 dnl Visualisation plugin
2911 dnl
2912 AC_ARG_ENABLE(visual,
2913   [  --enable-visual            visualisation plugin (default enabled)])
2914 if test "${enable_visual}" != "no"
2915 then
2916     AX_ADD_PLUGINS([visual])
2917 fi
2918
2919 dnl
2920 dnl  goom visualization plugin
2921 dnl
2922 AC_ARG_ENABLE(goom,
2923 [  --enable-goom         goom visualisation plugin (default disabled)])
2924 if test "${enable_goom}" = "yes"
2925 then
2926   AC_ARG_WITH(goom-tree,
2927     [    --with-goom-tree=PATH goom tree for static linking (required)])
2928
2929   dnl
2930   dnl test for --with-goom-tree
2931   dnl
2932   if test "${with_goom_tree}" != "no" -a -n "${with_goom_tree}";then
2933     AC_MSG_CHECKING(for libgoom.a in ${with_goom_tree})
2934     real_goom_tree="`cd ${with_goom_tree} 2>/dev/null && pwd`"
2935     if test -z "${real_goom_tree}"; then
2936       dnl  The given directory can't be found
2937       AC_MSG_RESULT(no)
2938       AC_MSG_ERROR([cannot cd to ${with_goom_tree}])
2939     fi
2940     if test -f "${real_goom_tree}/libgoom.a"; then
2941       AC_MSG_RESULT(${real_goom_tree}/libgoom.a)
2942       AX_ADD_BUILTINS([goom])
2943       AX_ADD_LDFLAGS([goom],[-L${real_goom_tree} -lgoom])
2944       AX_ADD_CPPFLAGS([goom],[-I${real_goom_tree}])
2945     else
2946       dnl  The given libgoom wasn't built
2947       AC_MSG_RESULT(no)
2948       AC_MSG_ERROR([cannot find ${real_goom_tree}/libgoom.a, make sure you compiled goom in ${with_goom_tree}])
2949     fi
2950   else
2951     dnl  The --with-goom-tree isn't specified wasn't built
2952     AC_MSG_RESULT(no)
2953     AC_MSG_ERROR([You have to specify a tree with --with-goom-tree])
2954   fi
2955 fi
2956
2957 dnl
2958 dnl  SLP access plugin
2959 dnl
2960 AC_ARG_ENABLE(slp,
2961   [  --enable-slp            SLP service discovery support (default enabled)])
2962 if test "${enable_slp}" != "no"
2963 then
2964   AC_ARG_WITH(slp,
2965   [    --with-slp=PATH       libslp headers and libraries])
2966   if test -z "${with_slp}"
2967   then
2968     AC_CHECK_HEADERS(slp.h, have_slp="true", have_slp="false")
2969     if test "${have_slp}" = "true"
2970     then
2971       AX_ADD_PLUGINS([slp])
2972       AX_ADD_LDFLAGS([slp],[-lslp])
2973       AX_ADD_LDFLAGS([stream_out_standard],[-lslp])
2974     fi
2975   else
2976     AC_MSG_CHECKING(for slp headers in ${with_slp})
2977     if test -f ${with_slp}/slp.h
2978     then
2979       dnl  Use ${with_slp}/libslp/slp.h
2980       AC_MSG_RESULT(yes)
2981       AX_ADD_PLUGINS([slp])
2982       AX_ADD_LDFLAGS([slp],[-L${with_slp} -lslp])
2983       AX_ADD_LDFLAGS([stream_out_standard],[-L${with_slp} -lslp])
2984       AX_ADD_CPPFLAGS([slp],[-I${with_slp}])
2985       AC_DEFINE(HAVE_SLP_H)
2986     else
2987       dnl  No libslp could be found, sorry
2988       AC_MSG_RESULT(no)
2989       AC_MSG_ERROR([cannot find ${with_slp}/slp.h])
2990     fi
2991   fi
2992 fi
2993
2994 dnl
2995 dnl  Lirc plugin
2996 dnl
2997 AC_ARG_ENABLE(lirc,
2998   [  --enable-lirc           lirc support (default disabled)])
2999 if test "${enable_lirc}" = "yes"
3000 then
3001   AC_CHECK_HEADER(lirc/lirc_client.h, AC_CHECK_LIB(lirc_client, lirc_init, have_lirc="true", have_lirc="false"),have_lirc="false")
3002   if test "${have_lirc}" = "true"
3003   then
3004     AX_ADD_PLUGINS([lirc])
3005     AX_ADD_LDFLAGS([lirc],[-llirc_client])
3006   fi
3007 fi
3008
3009 dnl 
3010 dnl  Joystick plugin
3011 dnl
3012 AC_ARG_ENABLE(joystick,
3013   [  --enable-joystick       joystick control (default disabled)])
3014 if test "${enable_joystick}" = "yes"
3015 then
3016  AC_CHECK_HEADER( linux/joystick.h, 
3017                 [AX_ADD_PLUGINS([joystick])]
3018                 )
3019 fi
3020
3021
3022 dnl
3023 dnl corba (ORBit) plugin
3024 dnl
3025 AC_ARG_ENABLE(corba,
3026   [  --enable-corba          corba interface support (default disabled)])
3027 if test "${enable_corba}" = "yes"; then
3028   ORBIT_PATH="${PATH}"
3029   AC_ARG_WITH(orbit-config-path,
3030   [    --with-orbit-config-path=PATH orbit-config path (default search in \$PATH)])
3031   if test "${with_orbit_config_path}" != "no"; then
3032     ORBIT_PATH="${with_orbit_config_path}:${PATH}"
3033   fi
3034   # look for orbit2-config
3035   AC_PATH_PROG(ORBIT_CONFIG, orbit2-config, no, ${ORBIT_PATH})
3036   if test "${ORBIT_CONFIG}" != "no"; then
3037     AX_ADD_CFLAGS(corba,[`${ORBIT_CONFIG} --cflags server`])
3038     AX_ADD_LDFLAGS(corba,[`${ORBIT_CONFIG} --libs server | sed 's,-rdynamic,,'`])
3039     # now look for the orbit.h header
3040     CPPFLAGS="${CPPFLAGS_save} ${CFLAGS_corba}"
3041     ac_cv_corba_headers=yes
3042     AC_CHECK_HEADERS(orbit/orbit.h, , [
3043       ac_cv_corba_headers=no
3044       AC_MSG_ERROR([Could not find corba development headers])
3045     ])
3046     if test "${ac_cv_corba_headers}" = "yes"; then
3047       AX_ADD_PLUGINS(corba)
3048     fi
3049     CPPFLAGS="${CPPFLAGS_save}"
3050   fi
3051 fi
3052
3053 AC_ARG_WITH(,[Misc options:])
3054
3055 dnl
3056 dnl  Endianness check, AC_C_BIGENDIAN doesn't work if we are cross-compiling
3057 dnl
3058 dnl  We give the user the opportunity to specify
3059 dnl  --with-words=big or --with-words=little ; otherwise, try to guess
3060 dnl
3061 AC_ARG_WITH(words,
3062   [  --with-words=endianness set endianness (big or little)])
3063   case "${with_words}" in
3064     big)
3065       ac_cv_c_bigendian=yes
3066       ;;
3067     little)
3068       ac_cv_c_bigendian=no
3069       ;;
3070     *)
3071       dnl  Try to guess endianness by matching patterns on a compiled
3072       dnl  binary, by looking for an ASCII or EBCDIC string
3073       AC_CACHE_CHECK([whether the byte order is big-endian],
3074         [ac_cv_c_bigendian],
3075         [ac_cv_c_bigendian="unknown"
3076         [cat >conftest.c <<EOF
3077         short am[] = { 0x4249, 0x4765, 0x6e44, 0x6961, 0x6e53, 0x7953, 0 };
3078         short ai[] = { 0x694c, 0x5454, 0x656c, 0x6e45, 0x6944, 0x6e61, 0 };
3079         void _a(void) { char*s = (char*)am; s = (char *)ai; }
3080         short ei[] = { 0x89D3, 0xe3e3, 0x8593, 0x95c5, 0x89c4, 0x9581, 0 };
3081         short em[] = { 0xc2c9, 0xc785, 0x95c4, 0x8981, 0x95e2, 0xa8e2, 0 };
3082         void _e(void) { char*s = (char*)em; s = (char*)ei; }
3083         int main(void) { _a(); _e(); return 0; }
3084 EOF
3085         ]
3086         if test -f conftest.c
3087         then
3088           if ${CC-cc} -c conftest.c -o conftest.o >>config.log 2>&1 \
3089               && test -f conftest.o
3090           then
3091             if test "`strings conftest.o | grep BIGenDianSyS`"
3092             then
3093               ac_cv_c_bigendian="yes"
3094             fi
3095             if test "`strings conftest.o | grep LiTTleEnDian`"
3096             then
3097               ac_cv_c_bigendian="no"
3098             fi
3099           fi
3100         fi
3101       ])
3102       if test "${ac_cv_c_bigendian}" = "unknown"
3103       then
3104         AC_MSG_ERROR([Could not guess endianness, please use --with-words])
3105       fi
3106       ;;
3107   esac
3108 dnl  Now we know what to use for endianness, just put it in the header
3109 if test "${ac_cv_c_bigendian}" = "yes"
3110 then
3111   AC_DEFINE(WORDS_BIGENDIAN, 1, big endian system)
3112 fi
3113
3114 dnl
3115 dnl  Mozilla plugin
3116 dnl
3117 mozilla=false
3118 AC_ARG_ENABLE(mozilla,
3119   [  --enable-mozilla        build a vlc-based Mozilla plugin (default disabled)])
3120 if test "${enable_mozilla}" = "yes" -a "${SYS}" != "mingw32"
3121 then
3122   AC_PATH_PROG(MOZILLA_CONFIG, mozilla-config, no)
3123   if test "${MOZILLA_CONFIG}" = "no"
3124   then
3125     AC_MSG_ERROR([Please install the Mozilla development tools, mozilla-config was not found.])
3126   else
3127     if test "${SYS}" != "mingw32"; then
3128       LDFLAGS="${LDFLAGS_save} -L${x_libraries}"
3129       AC_CHECK_LIB(Xt,XtStrings,[
3130         AX_ADD_LDFLAGS([mozilla],[-L${x_libraries} -lXt])
3131       ])
3132       LDFLAGS="${LDFLAGS_save}"
3133     fi
3134     mozilla=:
3135     dnl Workaround for http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=150490
3136     AX_ADD_CPPFLAGS([mozilla],[[`${MOZILLA_CONFIG} --cflags plugin xpcom java | sed 's,-I\([^ ]*\)/mozilla/\([^ ]*\),-I\1/\2 -I\1/mozilla/\2,g' | xargs`]])
3137     AX_ADD_LDFLAGS([mozilla],[`${MOZILLA_CONFIG} --libs plugin xpcom`])
3138   fi
3139
3140 dnl special case for mingw32
3141 elif test "${enable_mozilla}" = "yes"
3142 then
3143   AC_ARG_WITH(mozilla-sdk-path,
3144     [    --with-mozilla-sdk-path=PATH path to win32 mozilla sdk], [
3145     AC_MSG_CHECKING(for mozilla-config.h in ${with_mozilla_sdk_path})
3146     real_mozilla_sdk="`cd ${with_mozilla_sdk_path} 2>/dev/null && pwd`"
3147     if test -z "${real_mozilla_sdk}"; then
3148       dnl  The given directory can't be found
3149       AC_MSG_RESULT(no)
3150       AC_MSG_ERROR([cannot cd to ${with_mozilla_sdk_path}])
3151     fi
3152     if test -f "${real_mozilla_sdk}/mozilla-config.h"; then
3153       AC_MSG_RESULT(${real_mozilla_sdk}/mozilla-config.h)
3154       mozilla=:
3155       AX_ADD_CPPFLAGS([mozilla],[-DXPCOM_GLUE -I${real_mozilla_sdk} -I${real_mozilla_sdk}/embedstring/include -I${real_mozilla_sdk}/xpcom/include -I${real_mozilla_sdk}/nspr/include -I${real_mozilla_sdk}/string/include -I${real_mozilla_sdk}/plugin/include -I${real_mozilla_sdk}/java/include])
3156       AX_ADD_LDFLAGS([mozilla],[-L${real_mozilla_sdk}/embedstring/bin -L${real_mozilla_sdk}/xpcom/bin -L${real_mozilla_sdk}/nspr/bin -L${real_mozilla_sdk}/string/bin -lnspr4 -lplds4 -lplc4 -lembedstring -lxpcomglue -Wl,--kill-at])
3157       XPIDL_INCL="-I${real_mozilla_sdk}/xpcom/idl"
3158     else
3159       dnl  The given path is incorrect
3160       AC_MSG_RESULT(no)
3161       AC_MSG_ERROR([cannot find ${real_mozilla_sdk}/mozilla-config.h])
3162     fi
3163   ])
3164 fi
3165
3166 dnl Not necessarily in ${PATH}
3167 if test -z "${XPIDL}" -o ! -x "${XPIDL}"; then
3168   XPIDL="/usr/lib/mozilla/xpidl"
3169 fi
3170 AM_CONDITIONAL(BUILD_MOZILLA,${mozilla})
3171
3172 dnl
3173 dnl  test plugins
3174 dnl
3175 AC_ARG_ENABLE(testsuite,
3176   [  --enable-testsuite      build test modules (default disabled)])
3177 if test "${enable_testsuite}" = "yes"
3178 then
3179   TESTS="test1 test2 test3 test4"
3180
3181   dnl  we define those so that bootstrap sets the right linker
3182   AX_ADD_CXXFLAGS([test2],[])
3183   AX_ADD_OBJCFLAGS([test3],[])
3184   dnl  this one is needed until automake knows what to do
3185   AX_ADD_LDFLAGS([test3],[-lobjc])
3186
3187   AX_ADD_PLUGINS([${TESTS}])
3188   #AX_ADD_BUILTINS([${TESTS}])
3189 fi
3190
3191 dnl
3192 dnl  gtk_main plugin
3193 dnl
3194 if test "${NEED_GTK_MAIN}" != "no"
3195 then
3196     AX_ADD_PLUGINS([gtk_main])
3197     AX_ADD_CFLAGS([gtk_main],[${CFLAGS_gtk}])
3198     AX_ADD_LDFLAGS([gtk_main],[${LDFLAGS_gtk}])
3199 fi
3200
3201 if test "${NEED_GNOME_MAIN}" != "no"
3202 then
3203     AX_ADD_PLUGINS([gnome_main])
3204     AX_ADD_CFLAGS([gnome_main],[${CFLAGS_gtk} ${CFLAGS_pda} ${CFLAGS_gnome}])
3205     AX_ADD_LDFLAGS([gnome_main],[${LDFLAGS_gtk} ${LDFLAGS_pda} ${LDFLAGS_gnome}])
3206 fi
3207
3208 if test "${NEED_GTK2_MAIN}" != "no"
3209 then
3210     AX_ADD_PLUGINS([gtk2_main])
3211     AX_ADD_CFLAGS([gtk2],[-DNEED_GTK2_MAIN])
3212     AX_ADD_CFLAGS([pda],[-DNEED_GTK2_MAIN])
3213     AX_ADD_CFLAGS([gtk2_main],[${CFLAGS_gtk2} ${CFLAGS_pda}])
3214     AX_ADD_LDFLAGS([gtk2_main],[${LDFLAGS_gtk2} ${LDFLAGS_pda}])
3215 fi
3216
3217 if test "${NEED_GNOME2_MAIN}" != "no"
3218 then
3219     AX_ADD_PLUGINS([gnome2_main])
3220     AX_ADD_CFLAGS([gnome2_main],[${CFLAGS_gtk2} ${CFLAGS_gnome2}])
3221     AX_ADD_LDFLAGS([gnome2_main],[${LDFLAGS_gtk2} ${LDFLAGS_gnome2}])
3222 fi
3223
3224 dnl
3225 dnl  qte_main plugin
3226 dnl
3227 if test "${NEED_QTE_MAIN}" != "no"
3228 then
3229     AX_ADD_PLUGINS([qte_main])
3230     AX_ADD_CPPFLAGS([qte opie vout_sdl],[-DNEED_QTE_MAIN])
3231     AX_ADD_CXXFLAGS([qte_main],[${CPPFLAGS_qte} ${CXXFLAGS_qte}])
3232     AX_ADD_LDFLAGS([qte_main],[${LDFLAGS_qte}])
3233 fi
3234
3235
3236 dnl
3237 dnl  Plugin and builtin checks
3238 dnl
3239 builtin_support=false
3240 plugin_support=:
3241
3242 dnl Support for plugins - this must be AT THE END
3243 AC_ARG_ENABLE(plugins,
3244   [  --disable-plugins       make all plugins built-in (default plugins enabled)],
3245   [if test "${enable_plugins}" = "no"
3246    then
3247      plugin_support=false
3248    fi])
3249
3250 dnl Automagically disable plugins if there is no system support for
3251 dnl dynamically loadable files (.so, .dll, .dylib).
3252 dnl don't forget vlc-win32 still can load .dll as plugins
3253 if test "${ac_cv_have_plugins}" = "no"
3254 then
3255   echo "*** Your system doesn't have plugin support. All plugins will be built"
3256   echo "statically."
3257   plugin_support=false
3258 fi
3259
3260 dnl Export automake variables
3261 if ${plugin_support}
3262 then
3263   for plugin in `echo ${PLUGINS}`
3264   do
3265     eval "${plugin}_p=yes"
3266   done
3267 else
3268   AX_ADD_BUILTINS([${PLUGINS}])
3269   PLUGINS=""
3270 fi
3271 AM_CONDITIONAL(HAVE_PLUGINS, ${plugin_support})
3272
3273 [if echo "${BUILTINS}" | grep '[^ ]' >/dev/null 2>&1
3274 then
3275   builtin_support=:
3276   for builtin in `echo ${BUILTINS}`
3277   do
3278     eval "${builtin}_b=yes"
3279   done
3280 fi]
3281 AM_CONDITIONAL(HAVE_BUILTINS, ${builtin_support})
3282
3283 dnl Import conditional variables generated by bootstrap
3284 AX_VLC_CONDITIONALS
3285
3286 dnl
3287 dnl  Stuff used by the program
3288 dnl
3289 AC_DEFINE_UNQUOTED(VERSION_MESSAGE, "${VERSION} ${CODENAME}", [Simple version string])
3290 AC_DEFINE_UNQUOTED(COPYRIGHT_MESSAGE, "VLC media player - version ${VERSION} ${CODENAME} - (c) 1996-2003 VideoLAN", [Copyright string])
3291 AC_DEFINE_UNQUOTED(CONFIGURE_LINE, "${CONFIGURE_LINE}", [The ./configure command line])
3292
3293 VLC_SYMBOL="`echo ${VERSION} | sed -e 'y/.-/__/'`"
3294 AC_DEFINE_UNQUOTED(MODULE_SUFFIX, "__${VLC_SYMBOL}", [String suffix for module functions])
3295 AC_DEFINE_UNQUOTED(MODULE_SYMBOL, ${VLC_SYMBOL}, [Symbol suffix for module functions])
3296 AC_DEFINE_UNQUOTED(LIBEXT, "${LIBEXT}", [Dynamic object extension])
3297
3298 DATA_PATH="${ac_tool_prefix}/share/vlc"
3299 AC_SUBST(DATA_PATH)
3300 PLUGIN_PATH="${ac_tool_prefix}/lib/vlc"
3301 AC_SUBST(PLUGIN_PATH)
3302
3303 dnl
3304 dnl  Handle substvars that use $(top_srcdir)
3305 dnl
3306 VLC_CONFIG="top_builddir=\"\$(top_builddir)\" \$(top_builddir)/vlc-config"
3307 AC_SUBST(VLC_CONFIG)
3308 CPPFLAGS_save="${CPPFLAGS_save} -I\$(top_srcdir)/include"
3309
3310 dnl
3311 dnl  Restore *FLAGS
3312 dnl
3313 AX_RESTORE_FLAGS
3314
3315 dnl
3316 dnl  Create the vlc-config script
3317 dnl
3318 LDFLAGS_libvlc="${LDFLAGS_vlc} ${LDFLAGS_builtin}"
3319 for i in `echo "${BUILTINS}" | sed -e 's@[^ ]*/@@g'` ; do LDFLAGS_libvlc="${LDFLAGS_libvlc} ${libdir}/vlc/${i}.a `eval echo '$'{LDFLAGS_${i}}`" ; done
3320
3321 dnl
3322 dnl  Configuration is finished
3323 dnl
3324 AC_SUBST(SYS)
3325 AC_SUBST(ARCH)
3326 AC_SUBST(ALIASES)
3327 AC_SUBST(ASM)
3328 AC_SUBST(MOC)
3329 AC_SUBST(WINDRES)
3330 AC_SUBST(XPIDL)
3331 AC_SUBST(XPIDL_INCL)
3332 AC_SUBST(LIBEXT)
3333 AC_SUBST(INCLUDES)
3334 AC_SUBST(ALL_LINGUAS)
3335
3336 dnl Import substitutions generated by bootstrap
3337 AX_VLC_SUBSTS
3338
3339 dnl Create vlc-config.in
3340 AX_OUTPUT_VLC_CONFIG_IN
3341
3342 AC_OUTPUT([
3343   vlc-config
3344
3345   Makefile
3346   autotools/Makefile
3347   debian/Makefile
3348   doc/Makefile
3349   intl/Makefile
3350   ipkg/Makefile
3351   lib/Makefile
3352   modules/Makefile
3353   mozilla/Makefile
3354   m4/Makefile
3355   po/Makefile.in
3356   share/Makefile
3357   src/Makefile
3358
3359   modules/access/Makefile
3360   modules/access/dshow/Makefile
3361   modules/access/dvb/Makefile
3362   modules/access/dvd/Makefile
3363   modules/access/dvdplay/Makefile
3364   modules/access/dvdread/Makefile
3365   modules/access/mms/Makefile
3366   modules/access/pvr/Makefile
3367   modules/access/satellite/Makefile
3368   modules/access/v4l/Makefile
3369   modules/access/vcd/Makefile
3370   modules/access_output/Makefile
3371   modules/audio_filter/Makefile
3372   modules/audio_filter/channel_mixer/Makefile
3373   modules/audio_filter/converter/Makefile
3374   modules/audio_filter/resampler/Makefile
3375   modules/audio_mixer/Makefile
3376   modules/audio_output/Makefile
3377   modules/codec/Makefile
3378   modules/codec/a52old/Makefile
3379   modules/codec/a52old/downmix/Makefile
3380   modules/codec/a52old/imdct/Makefile
3381   modules/codec/faad/Makefile
3382   modules/codec/ffmpeg/Makefile
3383   modules/codec/ffmpeg/postprocessing/Makefile
3384   modules/codec/mpeg_audio/Makefile
3385   modules/codec/mpeg_video/Makefile
3386   modules/codec/mpeg_video/idct/Makefile
3387   modules/codec/mpeg_video/motion/Makefile
3388   modules/codec/spudec/Makefile
3389   modules/control/Makefile
3390   modules/control/corba/Makefile
3391   modules/control/lirc/Makefile
3392   modules/control/rc/Makefile
3393   modules/demux/Makefile
3394   modules/demux/asf/Makefile
3395   modules/demux/avi/Makefile
3396   modules/demux/mp4/Makefile
3397   modules/demux/mpeg/Makefile
3398   modules/demux/util/Makefile
3399   modules/gui/Makefile
3400   modules/gui/beos/Makefile
3401   modules/gui/pda/Makefile
3402   modules/gui/gtk/Makefile
3403   modules/gui/gtk2/Makefile
3404   modules/gui/kde/Makefile
3405   modules/gui/macosx/Makefile
3406   modules/gui/ncurses/Makefile
3407   modules/gui/qnx/Makefile
3408   modules/gui/qt/Makefile
3409   modules/gui/skins/Makefile
3410   modules/gui/wxwindows/Makefile
3411   modules/misc/Makefile
3412   modules/misc/dummy/Makefile
3413   modules/misc/logger/Makefile
3414   modules/misc/memcpy/Makefile
3415   modules/misc/network/Makefile
3416   modules/misc/testsuite/Makefile
3417   modules/mux/Makefile
3418   modules/mux/mpeg/Makefile
3419   modules/packetizer/Makefile
3420   modules/stream_out/Makefile
3421   modules/video_chroma/Makefile
3422   modules/video_filter/Makefile
3423   modules/video_filter/deinterlace/Makefile
3424   modules/video_output/Makefile
3425   modules/video_output/directx/Makefile
3426   modules/video_output/mga/Makefile
3427   modules/video_output/qte/Makefile
3428   modules/video_output/x11/Makefile
3429   modules/visualization/Makefile
3430   modules/visualization/scope/Makefile
3431   modules/visualization/xosd/Makefile
3432   modules/visualization/visual/Makefile
3433 ],[
3434   chmod 0755 vlc-config
3435 ])
3436
3437 dnl Generate makefiles found by bootstrap
3438
3439 printf "
3440 vlc configuration
3441 --------------------
3442 vlc version           : ${VERSION}
3443 system                : ${SYS}
3444 architecture          : ${ARCH}
3445 build flavour         : "
3446 test "${enable_debug}" = "yes" && printf "debug "
3447 test "${enable_cprof}" = "yes" && printf "cprof "
3448 test "${enable_gprof}" = "yes" && printf "gprof "
3449 test "${enable_optimizations}" = "yes" && printf "optim "
3450 test "${enable_release}" = "yes" && printf "release " || printf "devel "
3451 echo "
3452 vlc aliases           :${ALIASES}
3453
3454 You can tune the compiler flags in vlc-config.
3455 To build vlc and its plugins, type \`make'.
3456 "
3457