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