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