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