1 dnl Autoconf settings for vlc
10 AC_CONFIG_SRCDIR(src/libvlc.c)
11 AC_CONFIG_AUX_DIR(autotools)
14 dnl XXX: we don't put any flags here, because automake 1.5 doesn't support
15 dnl them. And we need the comma otherwize automake will choke on it.
16 AM_INIT_AUTOMAKE(vlc,0.7.3-svn)
17 AM_CONFIG_HEADER(config.h)
35 dnl AC_PROG_EGREP only exists in autoconf 2.54+, so we use AC_EGREP_CPP right
36 dnl now otherwise it might be set in an obscure if statement.
39 dnl AC_PROG_OBJC doesn't seem to exist, this is the KDE workaround
40 AC_MSG_CHECKING(for an Objective-C compiler)
43 OBJCFLAGS="${CXXFLAGS} -fgnu-runtime -fconstant-string-class=NSConstantString"
45 dnl _AM_DEPENDENCIES(OBJC) doesn't work, so hard code OBJCDEPMODE here
46 #OBJCDEPMODE="depmode=gcc3"
47 #AC_SUBST(OBJCDEPMODE)
48 _AM_DEPENDENCIES(OBJC)
49 AC_MSG_RESULT(not implemented yet)
51 dnl Find the right ranlib, even when cross-compiling
52 AC_CHECK_TOOL(RANLIB, ranlib, :)
53 AC_CHECK_TOOL(STRIP, strip, :)
54 AC_CHECK_TOOL(AR, ar, :)
55 AC_CHECK_TOOL(LD, ld, :)
56 AC_CHECK_TOOL(UPX, upx, "")
58 dnl Sam, if you think I didn't see that... --Meuuh
62 dnl Check for compiler properties
67 dnl Check for the contrib directory
70 if test -d ${topdir}/extras/contrib/lib; then
71 export PATH=${topdir}/extras/contrib/bin:$PATH
72 CPPFLAGS="${CPPFLAGS} -I${topdir}/extras/contrib/include"
73 CPPFLAGS_save="${CPPFLAGS_save} -I${topdir}/extras/contrib/include"
74 CFLAGS="${CFLAGS} -I${topdir}/extras/contrib/include"
75 CFLAGS_save="${CFLAGS_save} -I${topdir}/extras/contrib/include"
76 CXXFLAGS="${CXXFLAGS} -I${topdir}/extras/contrib/include"
77 CXXFLAGS_save="${CXXFLAGS_save} -I${topdir}/extras/contrib/include"
78 OBJCFLAGS="${OBJCFLAGS} -I${topdir}/extras/contrib/include"
79 OBJCFLAGS_save="${OBJCFLAGS_save} -I${topdir}/extras/contrib/include"
80 if test -d ${topdir}/extras/contrib/vlc-lib; then
81 LDFLAGS="${LDFLAGS} -L${topdir}/extras/contrib/vlc-lib"
82 LDFLAGS_save="${LDFLAGS_save} -L${topdir}/extras/contrib/vlc-lib"
84 LDFLAGS="${LDFLAGS} -L${topdir}/extras/contrib/lib"
85 LDFLAGS_save="${LDFLAGS_save} -L${topdir}/extras/contrib/lib"
86 with_livedotcom_tree=${topdir}/extras/contrib/src/live
87 with_goom_tree=${topdir}/extras/contrib/src/goom
88 if test ".`uname -s`" = ".Darwin"; then
89 export LD_LIBRARY_PATH=${topdir}/extras/contrib/lib:$LD_LIBRARY_PATH
90 export DYLD_LIBRARY_PATH=${topdir}/extras/contrib/lib:$DYLD_LIBRARY_PATH
91 elif test ".`uname -s`" = ".BeOS"; then
92 export LIBRARY_PATH=${topdir}/extras/contrib/lib:$LIBRARY_PATH
93 export BELIBRARIES=${topdir}/extras/contrib/lib:$BELIBRARIES
98 dnl Set default values
100 LDFLAGS_vlc="${LDFLAGS}"
103 dnl Check the operating system
105 case "${target_os}" in
114 CFLAGS_save="${CFLAGS_save} -pthread"; CFLAGS="${CFLAGS_save}"
115 VLC_ADD_LDFLAGS([dvd dvdcss vcd cdda vcdx cddax],[-ldvd])
119 CFLAGS_save="${CFLAGS_save} -pthread"; CFLAGS="${CFLAGS_save}"
123 CFLAGS_save="${CFLAGS_save} -no-cpp-precomp -D_INTL_REDIRECT_MACROS"; CFLAGS="${CFLAGS_save}"
124 CXXFLAGS_save="${CXXFLAGS_save} -no-cpp-precomp -D_INTL_REDIRECT_MACROS"; CXXFLAGS="${CXXFLAGS_save}"
125 OBJCFLAGS_save="${OBJCFLAGS_save} -no-cpp-precomp -D_INTL_REDIRECT_MACROS"; OBJCFLAGS="${OBJCFLAGS_save}"
126 VLC_ADD_LDFLAGS([vlc ffmpeg],[-all_load])
127 VLC_ADD_LDFLAGS([mp4], [-framework IOKit -framework CoreFoundation])
128 VLC_ADD_CFLAGS([libvlc],[-x objective-c])
129 VLC_ADD_CFLAGS([vlc],[-x objective-c])
130 VLC_ADD_LDFLAGS([vlc],[-Wl,-multiply_defined,suppress])
132 *mingw32* | *cygwin*)
133 AC_CHECK_TOOL(WINDRES, windres, :)
135 case "${target_os}" in
140 dnl Check if we are using the mno-cygwin mode in which case we are
141 dnl actually dealing with a mingw32 compiler.
146 SYS=mingw32, SYS=cygwin)
150 if test "${SYS}" = "mingw32"; then
151 # add ws2_32 for closesocket, select, recv
152 CPPFLAGS_save="${CPPFLAGS_save} -D_OFF_T_ -D_off_t=long"; CPPFLAGS="${CPPFLAGS_save}"
153 VLC_ADD_LDFLAGS([vlc],[-lws2_32 -lnetapi32 -lwinmm -mwindows])
154 VLC_ADD_LDFLAGS([vcdx cddax],[-lwinmm])
155 VLC_ADD_LDFLAGS([ipv4 ipv6 access_http access_mms access_udp access_tcp access_ftp access_output_udp sap slp http stream_out_standard telnet netsync],[-lws2_32])
160 VLC_ADD_LDFLAGS([x11 xvideo],[-lsocket])
164 # _POSIX_PTHREAD_SEMANTICS is needed to get the POSIX ctime_r
165 # Perhaps it is useful other places as well?
166 CFLAGS_save="${CFLAGS_save} -D_POSIX_PTHREAD_SEMANTICS"; CFLAGS="${CFLAGS_save}"
173 CFLAGS_save="${CFLAGS_save} -Wno-multichar"; CFLAGS="${CFLAGS_save}"
174 CXXFLAGS_save="${CXXFLAGS_save} -Wno-multichar"; CXXFLAGS="${CXXFLAGS_save}"
175 VLC_ADD_CXXFLAGS([beos],[])
176 VLC_ADD_LDFLAGS([vlc beos],[-lbe])
177 VLC_ADD_LDFLAGS([beos],[-lmedia -ltranslation -ltracker -lgame])
179 dnl Ugly check for Zeta
180 if test -f /boot/beos/system/lib/libzeta.so; then
181 VLC_ADD_LDFLAGS([beos],[-lzeta])
188 AM_CONDITIONAL(HAVE_BEOS, test "${SYS}" = "beos")
189 AM_CONDITIONAL(HAVE_DARWIN, test "${SYS}" = "darwin")
190 AM_CONDITIONAL(HAVE_WIN32, test "${SYS}" = "mingw32")
195 ALL_LINGUAS="de en_GB es fr hu it ja nl no pl pt_BR ru sv"
196 AM_GNU_GETTEXT_VERSION(0.11.5)
198 if test "${nls_cv_force_use_gnu_gettext}" = "yes"; then
199 AC_DEFINE(HAVE_INCLUDED_GETTEXT, 1, Define if we use the local libintl)
200 INCLUDES="${INCLUDES} -I\$(top_builddir)/intl"
202 AC_CHECK_FUNCS(textdomain,,[
203 AC_CHECK_LIB(intl,textdomain,
204 VLC_ADD_LDFLAGS([vlc],[${LIBINTL}]),,
209 AM_CONDITIONAL(BUILD_INTL, test "${nls_cv_force_use_gnu_gettext}" = "yes")
210 XGETTEXT="${XGETTEXT} --keyword=_NS --keyword=_ANS"
213 [ --enable-utf8 unicode utf8 support (default enabled on darwin/beos/win32)])
214 if test "${enable_utf8}" = "yes" || (test "${enable_utf8}" != "no" && (test "${SYS}" = "mingw32" || test "${SYS}" = "beos" || test "${SYS}" = "darwin" ) )
216 AC_DEFINE(ENABLE_UTF8, 1,
217 Define if you want utf8 support)
220 dnl Check for the need to include the mingwex lib for mingw32
221 if test "${SYS}" = "mingw32"
223 AC_CHECK_LIB(mingwex,opendir,
224 AC_CHECK_LIB(mingw32,opendir,VLC_ADD_LDFLAGS([vlc],[]),
225 [VLC_ADD_LDFLAGS([vlc gtk],[-lmingwex])])
229 dnl Check for fnative-struct or mms-bitfields support for mingw32
230 if test "${SYS}" = "mingw32"
232 AC_CACHE_CHECK([if \$CC accepts -mms-bitfields],
233 [ac_cv_c_mms_bitfields],
234 [CFLAGS="${CFLAGS_save} -mms-bitfields"
235 AC_TRY_COMPILE([],,ac_cv_c_mms_bitfields=yes, ac_cv_c_mms_bitfields=no)])
236 if test "${ac_cv_c_mms_bitfields}" != "no"; then
237 CFLAGS_save="${CFLAGS_save} -mms-bitfields";
238 CXXFLAGS_save="${CXXFLAGS_save} -mms-bitfields";
240 AC_CACHE_CHECK([if \$CC accepts -fnative-struct],
241 [ac_cv_c_fnative_struct],
242 [CFLAGS="${CFLAGS_save} -fnative-struct"
243 AC_TRY_COMPILE([],,ac_cv_c_fnative_struct=yes, ac_cv_c_fnative_struct=no)])
244 if test "${ac_cv_c_fnative_struct}" != "no"; then
245 CFLAGS_save="${CFLAGS_save} -fnative-struct";
246 CXXFLAGS_save="${CXXFLAGS_save} -fnative-struct";
250 CFLAGS="${CFLAGS_save}"; CXXFLAGS="${CXXFLAGS_save}"
253 dnl Check for fvtable-thunks support for mingw32
254 if test "${SYS}" = "mingw32"
257 AC_CACHE_CHECK([if \$CXX accepts -fvtable-thunks],
258 [ac_cv_cxx_fvtable_thunks],
259 [CXXFLAGS="${CXXFLAGS_save} -Wall -Werror -fvtable-thunks"
260 AC_TRY_COMPILE([],,ac_cv_cxx_fvtable_thunks=yes,
261 ac_cv_cxx_fvtable_thunks=no)])
262 if test "${ac_cv_cxx_fvtable_thunks}" = "yes"; then
263 CXXFLAGS_mingw32_special="-fvtable-thunks"
266 CXXFLAGS_save="${CXXFLAGS_save} ${CXXFLAGS_mingw32_special}"; CXXFLAGS="${CXXFLAGS_save}"
270 dnl Plugin compilation stuff
276 VLC_ADD_CFLAGS([pic plugin mozilla],[${CFLAGS_mingw32_special}])
277 VLC_ADD_CXXFLAGS([pic plugin mozilla],[${CFLAGS_mingw32_special} ${CXXFLAGS_mingw32_special}])
278 VLC_ADD_OBJCFLAGS([pic plugin mozilla],[${CFLAGS_mingw32_special}])
281 VLC_ADD_CFLAGS([pic plugin mozilla],[-fpic -fPIC])
282 VLC_ADD_CXXFLAGS([pic plugin mozilla],[-fpic -fPIC])
283 VLC_ADD_OBJCFLAGS([pic plugin mozilla],[-fpic -fPIC])
284 VLC_ADD_LDFLAGS([plugin mozilla],[-fpic -fPIC])
288 dnl The -DSYS_FOO flag
289 CPPFLAGS_save="${CPPFLAGS_save} -DSYS_`echo ${SYS} | sed -e 's/-.*//' | tr 'abcdefghijklmnopqrstuvwxyz.' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'`"; CPPFLAGS="${CPPFLAGS_save}"
291 dnl Check for system libs needed
294 AC_CHECK_FUNCS(gettimeofday select strerror strtod strtol strtof isatty vasprintf asprintf swab sigrelse getpwuid memalign posix_memalign gethostbyname2 if_nametoindex atoll getenv putenv setenv gmtime_r ctime_r localtime_r lrintf)
296 dnl Check for usual libc functions
297 AC_CHECK_FUNCS(strdup strndup atof lseek)
298 AC_CHECK_FUNCS(strcasecmp,,[AC_CHECK_FUNCS(stricmp)])
299 AC_CHECK_FUNCS(strncasecmp,,[AC_CHECK_FUNCS(strnicmp)])
300 AC_CHECK_FUNCS(strcasestr,,[AC_CHECK_FUNCS(stristr)])
302 dnl Check for setlocal and langinfo
303 AC_CHECK_FUNCS(setlocale)
304 AC_CHECK_HEADERS(langinfo.h)
305 AC_CHECK_FUNCS(nl_langinfo)
307 AC_CACHE_CHECK([for nl_langinfo and CODESET], ac_cv_langinfo_codeset,
308 [AC_TRY_LINK([#include <langinfo.h>],
309 [char* cs = nl_langinfo(CODESET);],
310 ac_cv_langinfo_codeset=yes,
311 ac_cv_langinfo_codeset=no)
313 if test ${ac_cv_langinfo_codeset} = yes; then
314 AC_DEFINE(HAVE_LANGINFO_CODESET, 1,
315 [Define if you have <langinfo.h> and nl_langinfo(CODESET).])
318 AC_CHECK_FUNCS(connect,,[
319 AC_CHECK_LIB(socket,connect,[
320 VLC_ADD_LDFLAGS([vlc ipv4 cddax],-lsocket)
324 AC_CHECK_FUNCS(send,,[
325 AC_CHECK_LIB(socket,send,[
326 VLC_ADD_LDFLAGS([access_http access_mms access_udp access_tcp access_ftp sap access_output_udp stream_out_standard],[-lsocket])
330 AC_CHECK_FUNCS(gethostbyname,,[
331 AC_CHECK_LIB(nsl,gethostbyname,[
332 VLC_ADD_LDFLAGS([cddax ipv4 vlc],[-lnsl])
334 AC_CHECK_LIB(bind,gethostbyname,[
335 VLC_ADD_LDFLAGS([ipv4 access_mms],[-lbind])
340 dnl Check for socklen_t
341 AC_CACHE_CHECK([for socklen_t], ac_cv_type_socklen_t,
343 [#include <sys/types.h>
344 #include <sys/socket.h>],
345 [socklen_t len = 42; return len;],
346 ac_cv_type_socklen_t=yes,
347 ac_cv_type_socklen_t=no)])
348 if test "${ac_cv_type_socklen_t}" != "no"; then
349 AC_DEFINE(HAVE_SOCKLEN_T, 1, [Define if <sys/socket.h> defines socklen_t.])
352 dnl Check for struct sockaddr_storage
353 AH_TEMPLATE(sockaddr_storage, [Define to `sockaddr' if <sys/socket.h> does not define.])
354 AH_TEMPLATE(ss_family, [Define to `sa_family' if <sys/socket.h> does not define.])
355 AC_CACHE_CHECK([for struct sockaddr_storage], ac_cv_struct_sockaddr_storage,
357 [#include <sys/types.h>
358 #if defined( UNDER_CE )
359 # include <winsock.h>
360 #elif defined( WIN32 )
361 # include <winsock2.h>
363 # include <sys/socket.h>
364 #endif], [struct sockaddr_storage addr;],
365 ac_cv_struct_sockaddr_storage=yes,
366 ac_cv_struct_sockaddr_storage=no)])
367 if test $ac_cv_struct_sockaddr_storage = no; then
368 AC_DEFINE(sockaddr_storage, sockaddr)
369 AC_DEFINE(ss_family, sa_family)
372 dnl getnameinfo, which implies {get,free}addrinfo, but not gai_strerror,
373 dnl -lws2_32 required with Mingw32, -lresolv NOT needed on Solaris.
374 dnl AC_SEARCH_LIBS won't work with Mingw32
375 AH_TEMPLATE(HAVE_GETNAMEINFO,
376 [Define to 1 if you have the `getnameinfo' function.])
377 ac_func_getnameinfo_save_LIBS=$LIBS
378 AS_IF([test "${SYS}" = "mingw32"],
379 [LIBS="-lws2_32 $LIBS"])
380 AC_CACHE_CHECK([for getnameinfo], ac_cv_func_getnameinfo,
381 [AC_LINK_IFELSE([AC_LANG_PROGRAM([
382 [#include <sys/types.h>
383 #if defined( UNDER_CE )
384 # include <winsock.h>
385 #elif defined( WIN32 )
386 # include <winsock2.h>
388 # include <sys/socket.h>
391 ], [[getnameinfo(0,0,0,0,0,0,0);]])],
392 ac_cv_func_getnameinfo=yes,
393 ac_cv_func_getnameinfo=no)])
394 AS_IF([test $ac_cv_func_getnameinfo = yes],
395 [AC_DEFINE(HAVE_GETNAMEINFO)])
396 LIBS=$ac_func_getnameinfo_save_LIBS
398 dnl Check for va_copy
399 AC_CACHE_CHECK([for va_copy], ac_cv_c_va_copy,
401 [#include <stdarg.h>],
402 [va_list ap1, ap2; va_copy(ap1,ap2);],
403 [ac_cv_c_va_copy="yes"],
404 [ac_cv_c_va_copy="no"]))
405 if test "${ac_cv_c_va_copy}" = "yes"; then
406 AC_DEFINE(HAVE_VA_COPY, 1, [Define if <stdarg.h> defines va_copy.])
408 AC_CACHE_CHECK([for __va_copy], ac_cv_c___va_copy,
410 [#include <stdarg.h>],
411 [va_list ap1, ap2; __va_copy(ap1,ap2);],
412 [ac_cv_c___va_copy="yes"],
413 [ac_cv_c___va_copy="no"]))
414 if test "${ac_cv_c___va_copy}" = "yes"; then
415 AC_DEFINE(HAVE___VA_COPY, 1, [Define if <stdarg.h> defines __va_copy.])
418 AC_CHECK_FUNCS(inet_aton,,[
419 AC_CHECK_LIB(resolv,inet_aton,[
420 VLC_ADD_LDFLAGS([ipv4 vlc],[-lresolv])
424 dnl Check for getopt (always use builtin one on win32)
425 if test "${SYS}" = "mingw32"; then
429 AC_CHECK_FUNCS(getopt_long,[AC_DEFINE(HAVE_GETOPT_LONG,1,long getopt support)],
430 [ # FreeBSD has a gnugetopt library for this:
431 AC_CHECK_LIB([gnugetopt],[getopt_long],
432 [AC_DEFINE(HAVE_GETOPT_LONG,1,getopt support)
433 VLC_ADD_LDFLAGS([vlc],[-lgnugetopt])],
436 AM_CONDITIONAL(BUILD_GETOPT, ${need_getopt})
438 if test "${SYS}" != "mingw32"; then
441 VLC_ADD_LDFLAGS([adjust distort a52tofloat32 dtstofloat32],[-lm])
444 VLC_ADD_LDFLAGS([ffmpeg stream_out_transcode stream_out_transrate i420_rgb faad equalizer vlc],[-lm])
446 AC_CHECK_LIB(m,sqrt,[
447 VLC_ADD_LDFLAGS([headphone_channel_mixer normvol],[-lm])
449 fi # end "${SYS}" != "mingw32"
451 dnl Check for dynamic plugins
452 ac_cv_have_plugins=no
455 AC_CHECK_HEADERS(mach-o/dyld.h,
456 [AC_CHECK_FUNCS(NSLinkModule,
457 [AC_DEFINE(HAVE_DL_DYLD, 1, [Define if you have the Darwin dyld API])
458 ac_cv_have_plugins=yes])])
461 if test "${ac_cv_have_plugins}" = "no"; then
462 AC_CHECK_HEADERS(dl.h)
463 ac_cv_my_have_shl_load=no
464 AC_CHECK_FUNC(shl_load,
465 [ac_cv_my_have_shl_load=yes,
466 AC_CHECK_LIB(dld, shl_load,
467 [ac_cv_my_have_shl_load=yes
468 VLC_ADD_LDFLAGS([vlc],[-ldld])])])
469 if test "${ac_cv_my_have_shl_load}" = "yes"; then
470 AC_DEFINE(HAVE_DL_SHL_LOAD, 1, [Define if you have the shl_load API])
471 ac_cv_have_plugins=yes
476 if test "${ac_cv_have_plugins}" = "no"; then
477 AC_CHECK_LIB(dld, dld_link,
478 [VLC_ADD_LDFLAGS([vlc],[-ldld])
479 AC_DEFINE(HAVE_DL_DLD_LINK, 1, [Define if you have the GNU dld library])
480 ac_cv_have_plugins=yes])
484 if test "${ac_cv_have_plugins}" = "no"; then
485 if test "${SYS}" = "mingw32" -o "${SYS}" = "cygwin"; then
486 AC_CHECK_LIB(kernel32, main,
487 [VLC_ADD_LDFLAGS([vlc],[-lkernel32])
488 AC_DEFINE(HAVE_DL_WINDOWS, 1, [Define if you have Windows' LoadLibrary])
489 ac_cv_have_plugins=yes])
494 if test "${ac_cv_have_plugins}" = "no"; then
495 AC_CHECK_HEADERS(image.h)
496 AC_CHECK_FUNCS(load_add_on,
497 [AC_DEFINE(HAVE_DL_BEOS, 1, [Define if you have the BeOS dl])
498 ac_cv_have_plugins=yes])
501 # Only test for dlopen() if the others didn't work
502 if test "${ac_cv_have_plugins}" = "no"; then
503 AC_CHECK_HEADERS(dlfcn.h sys/dl.h)
504 ac_cv_my_have_dlopen=no
505 AC_CHECK_FUNC(dlopen,
506 ac_cv_my_have_dlopen=yes,
507 AC_CHECK_LIB(dl, dlopen,
508 ac_cv_my_have_dlopen=yes
509 VLC_ADD_LDFLAGS([vlc],[-ldl]),
510 AC_CHECK_LIB(svld, dlopen,
511 ac_cv_my_have_dlopen=yes
512 VLC_ADD_LDFLAGS([vlc],[-lsvld]))))
513 if test "${ac_cv_my_have_dlopen}" = "yes"; then
514 AC_DEFINE(HAVE_DL_DLOPEN, 1, [Define if you have the dlopen API])
515 ac_cv_have_plugins=yes
519 if test "${SYS}" != "mingw32"; then
520 dnl Check for pthreads - borrowed from XMMS
522 if test "${THREAD_LIB}" = "error"; then
523 AC_CHECK_LIB(pthread,main,THREAD_LIB="-lpthread")
525 if test "${THREAD_LIB}" = "error"; then
526 AC_CHECK_LIB(pthreads,main,THREAD_LIB="-lpthreads")
528 if test "${THREAD_LIB}" = "error"; then
529 AC_CHECK_LIB(c_r,main,THREAD_LIB="-lc_r")
531 if test "${THREAD_LIB}" = "error"; then
532 AC_CHECK_FUNCS(pthread_mutex_lock)
536 dnl Check for cthreads under GNU/Hurd for instance
537 AC_CHECK_LIB(threads,cthread_fork,THREAD_LIB="-lthreads")
540 dnl GNU portable threads
543 [ --enable-pth GNU Pth support (default disabled)],
544 [ if test "${enable_pth}" = "yes"; then
545 AC_CHECK_LIB(pth,pth_init)
546 AC_MSG_CHECKING(for pth_init in pth.h)
547 AC_EGREP_HEADER(pth_init,pth.h,[
549 AC_DEFINE(PTH_INIT_IN_PTH_H, 1,
550 Define if <pth.h> defines pth_init)
562 [ --enable-st State Threads (default disabled)],
563 [ if test "${enable_st}" = "yes"; then
564 AC_CHECK_LIB(st,st_init)
565 AC_MSG_CHECKING(for st_init in st.h)
566 AC_EGREP_HEADER(st_init,st.h,[
568 AC_DEFINE(ST_INIT_IN_ST_H, 1,
569 Define if <st.h> defines st_init)
577 VLC_ADD_LDFLAGS([vlc plugin],[${THREAD_LIB}])
579 dnl Don't link with rt when using GNU-pth
580 if test "${THREAD_LIB}" != "-lpth" && test "${THREAD_LIB}" != "-lst"; then
582 AC_CHECK_LIB(rt,sem_init, [VLC_ADD_LDFLAGS([vlc],[-lrt])])
585 AC_CHECK_FUNCS(nanosleep,have_nanosleep=:,[
586 AC_CHECK_LIB(rt,nanosleep,
587 [VLC_ADD_LDFLAGS([vlc],[-lrt]) have_nanosleep=:],
588 [AC_CHECK_LIB(posix4,nanosleep,
589 [VLC_ADD_LDFLAGS([vlc],[-lposix4]) have_nanosleep=:])]
592 if ${have_nanosleep}; then
593 AC_DEFINE(HAVE_NANOSLEEP, 1,
594 Define if nanosleep is available.)
598 dnl Check for misc headers
599 AC_MSG_CHECKING(for pthread_cond_t in pthread.h)
600 AC_EGREP_HEADER(pthread_cond_t,pthread.h,[
602 AC_DEFINE(PTHREAD_COND_T_IN_PTHREAD_H, 1,
603 Define if <pthread.h> defines pthread_cond_t.)],[
606 AC_MSG_CHECKING(for pthread_once in pthread.h)
607 AC_EGREP_HEADER(pthread_once,pthread.h,[
609 AC_DEFINE(PTHREAD_ONCE_IN_PTHREAD_H, 1,
610 Define if <pthread.h> defines pthread_once.)],[
612 fi # end "${SYS}" != "mingw32"
614 AC_MSG_CHECKING(for strncasecmp in strings.h)
615 AC_EGREP_HEADER(strncasecmp,strings.h,[
617 AC_DEFINE(STRNCASECMP_IN_STRINGS_H, 1,
618 Define if <strings.h> defines strncasecmp.)],[
621 dnl Check for headers
622 AC_CHECK_HEADERS(signal.h time.h errno.h stdint.h stdbool.h getopt.h strings.h inttypes.h sys/int_types.h wchar.h)
623 AC_CHECK_HEADERS(sys/sockio.h fcntl.h sys/types.h sys/time.h sys/times.h sys/ioctl.h sys/stat.h)
624 AC_CHECK_HEADERS(arpa/inet.h net/if.h netinet/in.h sys/socket.h)
625 if test "${SYS}" != "mingw32"; then
626 AC_CHECK_HEADERS(machine/param.h sys/shm.h altivec.h)
627 AC_CHECK_HEADERS(linux/version.h)
628 fi # end "${SYS}" != "mingw32"
634 AC_CHECK_HEADERS(dirent.h,,[need_dirent=:])
635 AM_CONDITIONAL(BUILD_DIRENT, ${need_dirent})
637 dnl Mac OS X and other OSes don't have declaration for nanosleep
638 if test "${SYS}" != "mingw32"; then
639 AC_MSG_CHECKING(for nanosleep in time.h)
640 AC_EGREP_HEADER(nanosleep,time.h,[
642 AC_DEFINE(HAVE_DECL_NANOSLEEP, 1,
643 Define if <time.h> defines nanosleep.)
647 fi # end "${SYS}" != "mingw32"
649 dnl Make sure we have timespecs
650 AC_MSG_CHECKING(for timespec in sys/time.h)
651 AC_EGREP_HEADER(timespec,sys/time.h,[
653 AC_DEFINE(HAVE_STRUCT_TIMESPEC, 1,
654 Define if <sys/time.h> defines struct timespec.)
659 dnl Check for threads library
660 if test "${SYS}" != "mingw32"; then
661 AC_CHECK_HEADERS(cthreads.h pthread.h kernel/scheduler.h kernel/OS.h)
662 fi # end "${SYS}" != "mingw32"
664 dnl Default X headers and libraries
665 if test "${x_includes}" = "NONE"; then
666 x_includes="/usr/X11R6/include"
668 if test "${x_libraries}" = "NONE"; then
669 x_libraries="/usr/X11R6/lib"
672 dnl Build the gtk_main plugins?
678 dnl build the qte plugin ?
681 dnl Check for ntohl, etc.
682 AC_CACHE_CHECK([for ntohl in sys/param.h],
683 [ac_cv_c_ntohl_sys_param_h],
684 [CFLAGS="${CFLAGS_save} -Wall -Werror"
685 AC_TRY_COMPILE([#include <sys/param.h>],
686 [void foo() { int meuh; ntohl(meuh); }],
687 ac_cv_c_ntohl_sys_param_h=yes, ac_cv_c_ntohl_sys_param_h=no)])
688 if test "${ac_cv_c_ntohl_sys_param_h}" != "no"; then
689 AC_DEFINE(NTOHL_IN_SYS_PARAM_H, 1, Define if <sys/param.h> defines ntohl.)
692 dnl Check for inline function size limit
693 AC_CACHE_CHECK([if \$CC accepts -finline-limit],
694 [ac_cv_c_inline_limit],
695 [CFLAGS="${CFLAGS_save} -finline-limit-30000"
696 AC_TRY_COMPILE([],,ac_cv_c_inline_limit=yes, ac_cv_c_inline_limit=no)])
697 if test "${ac_cv_c_inline_limit}" != "no"; then
698 CFLAGS_save="${CFLAGS_save} -finline-limit-30000"; CFLAGS="${CFLAGS_save}"
699 CXXFLAGS_save="${CXXFLAGS_save} -finline-limit-30000"; CXXFLAGS="${CXXFLAGS_save}"
700 OBJCFLAGS_save="${OBJCFLAGS_save} -finline-limit-30000"; OBJCFLAGS="${OBJCFLAGS_save}"
703 # XXX: do this with an M4 macro?
704 #dnl Check for various -W flags
705 #for flag in "" all unreachable-code conversion sign-compare disabled-optimization
707 # AC_CACHE_CHECK([if \$CC accepts -W${flag}],
708 # [ac_cv_c_W${flag}],
709 # [CFLAGS="-W${flag} ${CFLAGS_save}"
710 # AC_TRY_COMPILE([],,ac_cv_c_W${flag}=yes, ac_cv_c_W${flag}=no)])
711 # if test "${ac_cv_c_W${flag}}" != "no"; then
712 # CFLAGS_save="-W${flag} ${CFLAGS_save}"; CFLAGS="${CFLAGS_save}"
713 # CXXFLAGS_save="-W${flag} ${CFLAGS_save}"; CXXFLAGS="${CXXFLAGS_save}"
714 # OBJCFLAGS_save="-W${flag} ${OBJCFLAGS_save}"; OBJCFLAGS="${OBJCFLAGS_save}"
718 AC_CACHE_CHECK([if \$CC accepts -Wall],
720 [CFLAGS="-Wall ${CFLAGS_save}"
721 AC_TRY_COMPILE([],,ac_cv_c_Wall=yes, ac_cv_c_Wall=no)])
723 AC_CACHE_CHECK([if \$CC accepts -Wconversion],
724 [ac_cv_c_Wconversion],
725 [CFLAGS="-Wconversion ${CFLAGS_save}"
726 AC_TRY_COMPILE([],,ac_cv_c_Wconversion=yes, ac_cv_c_Wconversion=no)])
728 AC_CACHE_CHECK([if \$CC accepts -Wunreachable-code],
729 [ac_cv_c_Wunreachable_code],
730 [CFLAGS="-Wunreachable-code ${CFLAGS_save}"
731 AC_TRY_COMPILE([],,ac_cv_c_Wunreachable_code=yes, ac_cv_c_Wunreachable_code=no)])
733 AC_CACHE_CHECK([if \$CC accepts -Wsign-compare],
734 [ac_cv_c_Wsign_compare],
735 [CFLAGS="-Wsign-compare ${CFLAGS_save}"
736 AC_TRY_COMPILE([],,ac_cv_c_Wsign_compare=yes, ac_cv_c_Wsign_compare=no)])
738 if test "${ac_cv_c_Wall}" != "no"; then
739 CFLAGS_save="-Wall ${CFLAGS_save}"; CFLAGS="${CFLAGS_save}"
740 CXXFLAGS_save="-Wall ${CFLAGS_save}"; CXXFLAGS="${CXXFLAGS_save}"
741 OBJCFLAGS_save="-Wall ${OBJCFLAGS_save}"; OBJCFLAGS="${OBJCFLAGS_save}"
744 if test "${ac_cv_c_Wsign_compare}" != "no"; then
745 CFLAGS_save="-Wsign-compare ${CFLAGS_save}"; CFLAGS="${CFLAGS_save}"
746 CXXFLAGS_save="-Wsign-compare ${CFLAGS_save}"; CXXFLAGS="${CXXFLAGS_save}"
747 OBJCFLAGS_save="-Wsign-compare ${OBJCFLAGS_save}"; OBJCFLAGS="${OBJCFLAGS_save}"
751 AC_CACHE_CHECK([if \$CC accepts -pipe],
753 [CFLAGS="${CFLAGS_save} -pipe"
754 AC_TRY_COMPILE([],,ac_cv_c_pipe=yes, ac_cv_c_pipe=no)])
755 if test "${ac_cv_c_pipe}" != "no"; then
756 CFLAGS_save="${CFLAGS_save} -pipe"; CFLAGS="${CFLAGS_save}"
757 CXXFLAGS_save="${CXXFLAGS_save} -pipe"; CXXFLAGS="${CXXFLAGS_save}"
758 OBJCFLAGS_save="${OBJCFLAGS_save} -pipe"; OBJCFLAGS="${OBJCFLAGS_save}"
761 dnl Check for various optimization flags
762 AC_CACHE_CHECK([if \$CC accepts -Os],
764 [CFLAGS="${CFLAGS_save} -Os"
765 AC_TRY_COMPILE([],,ac_cv_c_os=yes, ac_cv_c_os=no)])
766 if test "${ac_cv_c_os}" != "no" -a "${target_cpu}" = "mipsel"; then
767 CFLAGS_OPTIM="${CFLAGS_OPTIM} -Os"
770 AC_CACHE_CHECK([if \$CC accepts -O3],
772 [CFLAGS="${CFLAGS_save} -O3"
773 AC_TRY_COMPILE([],,ac_cv_c_o3=yes, ac_cv_c_o3=no)])
774 if test "${ac_cv_c_o3}" != "no" -a "${target_cpu}" != "mipsel"; then
775 CFLAGS_OPTIM="${CFLAGS_OPTIM} -O3"
778 AC_CACHE_CHECK([if \$CC accepts -O2],
780 [CFLAGS="${CFLAGS_save} -O2"
781 AC_TRY_COMPILE([],,ac_cv_c_o2=yes, ac_cv_c_o2=no)])
782 if test "${ac_cv_c_o2}" != "no" -a "${target_cpu}" != "mipsel"; then
783 if test "${ac_cv_c_o3}" = "no"; then
784 CFLAGS_OPTIM="${CFLAGS_OPTIM} -O2"
786 CFLAGS_NOOPTIM="${CFLAGS_NOOPTIM} -O2"
788 AC_CACHE_CHECK([if \$CC accepts -O],
790 [CFLAGS="${CFLAGS_save} -O"
791 AC_TRY_COMPILE([],,ac_cv_c_o=yes, ac_cv_c_o=no)])
792 if test "${ac_cv_c_o}" != "no" -a "${target_cpu}" != "mipsel"; then
793 if test "${ac_cv_c_o3}" = "no"; then
794 CFLAGS_OPTIM="${CFLAGS_OPTIM} -O"
796 CFLAGS_NOOPTIM="${CFLAGS_NOOPTIM} -O"
800 dnl Check for -ffast-math
801 AC_CACHE_CHECK([if \$CC accepts -ffast-math],
803 [CFLAGS="${CFLAGS_save} -ffast-math"
804 AC_TRY_COMPILE([],,ac_cv_c_fast_math=yes, ac_cv_c_fast_math=no)])
805 if test "${ac_cv_c_fast_math}" != "no"; then
806 CFLAGS_OPTIM="${CFLAGS_OPTIM} -ffast-math"
809 dnl Check for -funroll-loops
810 dnl Disabled on BeOS because BeOS' gcc is buggy and may crash with it
811 if test "${SYS}" != "beos"
813 AC_CACHE_CHECK([if \$CC accepts -funroll-loops],
814 [ac_cv_c_unroll_loops],
815 [CFLAGS="${CFLAGS_save} -funroll-loops"
816 AC_TRY_COMPILE([],,ac_cv_c_unroll_loops=yes, ac_cv_c_unroll_loops=no)])
817 if test "${ac_cv_c_unroll_loops}" != "no"; then
818 CFLAGS_OPTIM="${CFLAGS_OPTIM} -funroll-loops"
822 dnl Check for -fomit-frame-pointer
823 AC_CACHE_CHECK([if \$CC accepts -fomit-frame-pointer],
824 [ac_cv_c_omit_frame_pointer],
825 [CFLAGS="${CFLAGS_save} -fomit-frame-pointer"
826 AC_TRY_COMPILE([],,ac_cv_c_omit_frame_pointer=yes, ac_cv_c_omit_frame_pointer=no)])
827 if test "${ac_cv_c_omit_frame_pointer}" != "no"; then
828 CFLAGS_OPTIM_NODEBUG="${CFLAGS_OPTIM_NODEBUG} -fomit-frame-pointer"
829 # this plugin does not compile without -fomit-frame-pointer, damn gcc!
830 VLC_ADD_CFLAGS([i420_yuy2_mmx],[-fomit-frame-pointer])
833 dnl Check for -mdynamic-no-pic
834 AC_CACHE_CHECK([if \$CC accepts -mdynamic-no-pic],
835 [ac_cv_c_dynamic_no_pic],
836 [CFLAGS="${CFLAGS_save} -mdynamic-no-pic"
837 AC_TRY_COMPILE([],,ac_cv_c_dynamic_no_pic=yes, ac_cv_c_dynamic_no_pic=no)])
838 if test "${ac_cv_c_dynamic_no_pic}" != "no"; then
839 VLC_ADD_CFLAGS([builtin],[-mdynamic-no-pic])
840 VLC_ADD_CFLAGS([libvlc],[-mdynamic-no-pic])
843 dnl Check for Darwin plugin linking flags
844 AC_CACHE_CHECK([if \$CC accepts -bundle -undefined error -lcc_dynamic],
846 [CFLAGS="${CFLAGS_save} -bundle -undefined error -lcc_dynamic"
847 AC_TRY_COMPILE([],,ac_cv_ld_darwin=yes, ac_cv_ld_darwin=no)])
848 if test "${ac_cv_ld_darwin}" != "no"; then
849 VLC_ADD_LDFLAGS([plugin],[-bundle -undefined error -lcc_dynamic])
852 dnl Check for standard plugin linking flags
853 dnl BeOS' gcc needs -nostart instead of -shared, even if -shared isn't harmful (just a warning)
854 if test "${SYS}" = "beos"; then
855 VLC_ADD_LDFLAGS([plugin mozilla],[-nostart])
857 AC_CACHE_CHECK([if \$CC accepts -shared],
859 [CFLAGS="${CFLAGS_save} -shared"
860 AC_TRY_COMPILE([],, ac_cv_ld_plugins=yes, ac_cv_ld_plugins=no)])
861 if test "${ac_cv_ld_plugins}" != "no"; then
862 VLC_ADD_LDFLAGS([plugin mozilla],[-shared])
866 dnl Check for variadic macros
867 AC_CACHE_CHECK([for variadic cpp macros],
868 [ac_cv_cpp_variadic_macros],
869 [CFLAGS="${CFLAGS_save}"
872 #define a(b,c...) printf(b,##c)],
873 [a("foo");a("%s","bar");a("%s%s","baz","quux");],
874 ac_cv_cpp_variadic_macros=yes,
875 ac_cv_cpp_variadic_macros=no)])
876 if test "${ac_cv_cpp_variadic_macros}" != "no"; then
877 AC_DEFINE(HAVE_VARIADIC_MACROS, 1, Support for variadic macros)
880 dnl Checks for __attribute__(aligned()) directive
881 AC_CACHE_CHECK([__attribute__ ((aligned ())) support],
882 [ac_cv_c_attribute_aligned],
883 [ac_cv_c_attribute_aligned=0
884 CFLAGS="${CFLAGS_save} -Werror"
885 for ac_cv_c_attr_align_try in 2 4 8 16 32 64; do
887 [static char c __attribute__ ((aligned(${ac_cv_c_attr_align_try}))) = 0; return c;],
888 [ac_cv_c_attribute_aligned="${ac_cv_c_attr_align_try}"])
890 CFLAGS="${CFLAGS_save}"])
891 if test "${ac_cv_c_attribute_aligned}" != "0"; then
892 AC_DEFINE_UNQUOTED([ATTRIBUTE_ALIGNED_MAX],
893 [${ac_cv_c_attribute_aligned}],[Maximum supported data alignment])
896 dnl Checks for __attribute__(format()) directive
897 AC_CACHE_CHECK([__attribute__ ((format ())) support with function pointers],
898 [ac_cv_c_attribute_format],
899 [ac_cv_c_attribute_format=no
900 CFLAGS="${CFLAGS_save} -Werror"
902 [static void (*pf_printf)(const char *, ...) __attribute__ ((format(printf,1,2)));(void)pf_printf;],
903 [ac_cv_c_attribute_format=yes])
904 CFLAGS="${CFLAGS_save}"])
905 if test "${ac_cv_c_attribute_format}" != "no"; then
906 AC_DEFINE(HAVE_ATTRIBUTE_FORMAT, 1, Support for __attribute__((format())) with function pointers)
909 dnl Check for __attribute__(())
910 AC_CACHE_CHECK([for __attribute__((packed))],
911 [ac_cv_c_attribute_packed],
912 [ac_cv_c_attribute_packed=no
913 AC_TRY_COMPILE(, [struct __attribute__((__packed__)) foo { int a; } b;],
914 [ac_cv_c_attribute_packed=yes])])
915 if test "${ac_cv_c_attribute_packed}" != "no"; then
916 AC_DEFINE(HAVE_ATTRIBUTE_PACKED, 1, Support for __attribute__((packed)) for structs)
922 case "${target_cpu}" in
935 [ --enable-gprof gprof profiling (default disabled)])
937 [ --enable-cprof cprof profiling (default disabled)])
938 test "${enable_gprof}" != "yes" && enable_gprof="no"
939 test "${enable_cprof}" != "yes" && enable_cprof="no"
944 VLC_ADD_PLUGINS([dummy rc telnet logger gestures memcpy hotkeys netsync])
945 VLC_ADD_PLUGINS([mpgv mpga m4v h264 ps pva avi asf aac mp4 rawdv nsv real aiff mjpeg demuxdump])
946 VLC_ADD_PLUGINS([cvdsub svcdsub spudec dvbsub mpeg_audio lpcm a52 dts cinepak])
947 VLC_ADD_PLUGINS([deinterlace invert adjust wall transform distort clone crop motionblur])
948 VLC_ADD_PLUGINS([float32tos16 float32tos8 float32tou16 float32tou8 a52tospdif dtstospdif fixed32tofloat32 fixed32tos16 s16tofixed32 s16tofloat32 s16tofloat32swab s8tofloat32 u8tofixed32 u8tofloat32])
949 VLC_ADD_PLUGINS([trivial_resampler ugly_resampler linear_resampler bandlimited_resampler])
950 VLC_ADD_PLUGINS([trivial_channel_mixer headphone_channel_mixer])
951 VLC_ADD_PLUGINS([trivial_mixer spdif_mixer float32_mixer])
952 VLC_ADD_PLUGINS([aout_file equalizer])
953 VLC_ADD_PLUGINS([i420_rgb i420_yuy2 i422_yuy2 i420_ymga])
954 VLC_ADD_PLUGINS([m3u id3 playlist export sgimb])
955 VLC_ADD_PLUGINS([rawvideo])
956 VLC_ADD_PLUGINS([wav araw subtitle adpcm a52sys dtssys au])
957 VLC_ADD_PLUGINS([access_file access_udp access_tcp access_http ipv4 access_mms])
958 VLC_ADD_PLUGINS([access_ftp access_directory sap http])
961 dnl Switch to enable a version of VLC where most modules will be builtin
963 AC_ARG_ENABLE(mostly-builtin,
964 [ --enable-mostly-builtin most modules will be built-in (default disabled)])
965 if test "${enable_mostly_builtin}" = "yes"; then
966 VLC_ADD_BUILTINS([${PLUGINS}])
971 dnl Some plugins aren't useful on some platforms
973 if test "${SYS}" != "mingw32"; then
974 VLC_ADD_PLUGINS([screensaver])
976 VLC_ADD_PLUGINS([ntservice])
977 VLC_ADD_PLUGINS([dmo])
978 VLC_ADD_LDFLAGS([dmo],[-lole32])
982 dnl Accelerated modules
984 MMX_MODULES="memcpymmx i420_rgb_mmx i422_yuy2_mmx i420_ymga_mmx"
985 #MMX_MODULES="${MMX_MODULES} idctmmx motionmmx"
986 MMXEXT_MODULES="memcpymmxext"
987 #MMXEXT_MODULES="${MMXEXT_MODULES} idctmmxext motionmmxext"
988 THREEDNOW_MODULES="memcpy3dn"
990 ALTIVEC_MODULES="memcpyaltivec i420_yuy2_altivec"
991 #ALTIVEC_MODULES="${ALTIVEC_MODULES} idctaltivec motionaltivec"
993 if test "${enable_gprof}" != "yes"
995 MMX_MODULES="${MMX_MODULES} i420_yuy2_mmx"
998 AC_CACHE_CHECK([if \$CC groks MMX inline assembly],
1000 [CFLAGS="${CFLAGS_save}"
1001 AC_TRY_COMPILE(,[void *p;asm volatile("packuswb %%mm1,%%mm2"::"r"(p));],
1002 ac_cv_mmx_inline=yes, ac_cv_mmx_inline=no)])
1003 if test "${ac_cv_mmx_inline}" != "no"; then
1004 AC_DEFINE(CAN_COMPILE_MMX, 1, Define if \$CC groks MMX inline assembly.)
1005 ACCEL_MODULES="${ACCEL_MODULES} ${MMX_MODULES}"
1008 AC_CACHE_CHECK([if \$CC groks MMX EXT inline assembly],
1009 [ac_cv_mmxext_inline],
1010 [CFLAGS="${CFLAGS_save}"
1011 AC_TRY_COMPILE(,[void *p;asm volatile("maskmovq %%mm1,%%mm2"::"r"(p));],
1012 ac_cv_mmxext_inline=yes, ac_cv_mmxext_inline=no)])
1013 if test "${ac_cv_mmxext_inline}" != "no"; then
1014 AC_DEFINE(CAN_COMPILE_MMXEXT, 1, Define if \$CC groks MMX EXT inline assembly.)
1015 ACCEL_MODULES="${ACCEL_MODULES} ${MMXEXT_MODULES}"
1018 AC_CACHE_CHECK([if \$CC groks 3D Now! inline assembly],
1019 [ac_cv_3dnow_inline],
1020 [CFLAGS="${CFLAGS_save}"
1021 AC_TRY_COMPILE(,[void *p;asm volatile("pfadd %%mm1,%%mm2"::"r"(p));],
1022 ac_cv_3dnow_inline=yes, ac_cv_3dnow_inline=no)])
1023 if test "${ac_cv_3dnow_inline}" != "no"; then
1024 AC_DEFINE(CAN_COMPILE_3DNOW, 1, Define if \$CC groks 3D Now! inline assembly.)
1025 ACCEL_MODULES="${ACCEL_MODULES} ${THREEDNOW_MODULES}"
1028 AC_CACHE_CHECK([if \$CC groks SSE inline assembly],
1030 [CFLAGS="${CFLAGS_save}"
1031 AC_TRY_COMPILE(,[void *p;asm volatile("xorps %%xmm1,%%xmm2"::"r"(p));],
1032 ac_cv_sse_inline=yes, ac_cv_sse_inline=no)])
1033 if test "${ac_cv_sse_inline}" != "no" -a "${SYS}" != "mingw32" -a "${SYS}" != "solaris"; then
1034 AC_DEFINE(CAN_COMPILE_SSE, 1, Define if \$CC groks SSE inline assembly.)
1035 ACCEL_MODULES="${ACCEL_MODULES} ${SSE_MODULES}"
1038 if test "${SYS}" != "mingw32"; then
1039 AC_CACHE_CHECK([if \$CC groks AltiVec inline assembly],
1040 [ac_cv_altivec_inline],
1041 [CFLAGS="${CFLAGS_save}"
1042 AC_TRY_COMPILE(,[asm volatile("vperm 0,1,2,3");],
1043 ac_cv_altivec_inline=yes,
1044 [CFLAGS="${CFLAGS_save} -Wa,-m7400"
1045 AC_TRY_COMPILE(,[asm volatile("vperm 0,1,2,3");],
1046 [ac_cv_altivec_inline="-Wa,-m7400"],
1047 ac_cv_altivec_inline=no)
1049 if test "${ac_cv_altivec_inline}" != "no"; then
1050 AC_DEFINE(CAN_COMPILE_ALTIVEC, 1, Define if \$CC groks AltiVec inline assembly.)
1051 if test "${ac_cv_altivec_inline}" != "yes"; then
1052 VLC_ADD_CFLAGS([idctaltivec],[${ac_cv_altivec_inline}])
1053 VLC_ADD_CFLAGS([motionaltivec],[${ac_cv_altivec_inline}])
1054 VLC_ADD_CFLAGS([memcpyaltivec],[${ac_cv_altivec_inline}])
1055 VLC_ADD_CFLAGS([i420_yuy2_altivec],[${ac_cv_altivec_inline}])
1056 VLC_ADD_CFLAGS([vlc],[${ac_cv_altivec_inline}])
1058 ACCEL_MODULES="${ACCEL_MODULES} ${ALTIVEC_MODULES}"
1061 AC_CACHE_CHECK([if \$CC groks AltiVec C extensions],
1064 CFLAGS="${CFLAGS_save} -faltivec"
1066 [vec_ld(0, (unsigned char *)0);],
1067 [ac_cv_c_altivec="-faltivec"],
1068 [# Linux/PPC test (no flags)
1069 CFLAGS="${CFLAGS_save} ${CFLAGS_idctaltivec} -Werror"
1070 AC_TRY_COMPILE([#ifdef HAVE_ALTIVEC_H
1071 #include <altivec.h>
1073 [vec_ld(0, (unsigned char *)0);],
1074 [ac_cv_c_altivec=""],
1075 [# Linux/PPC test (old GCC versions)
1076 CFLAGS="${CFLAGS_save} ${CFLAGS_idctaltivec} -fvec"
1077 AC_TRY_COMPILE([#ifdef HAVE_ALTIVEC_H
1078 #include <altivec.h>
1080 [vec_ld(0, (unsigned char *)0);],
1081 [ac_cv_c_altivec="-fvec"],
1082 [ac_cv_c_altivec=no])
1085 CFLAGS="${CFLAGS_save}"])
1086 if test "${ac_cv_c_altivec}" != "no"; then
1087 AC_DEFINE(CAN_COMPILE_C_ALTIVEC, 1, Define if your compiler groks C AltiVec extensions.)
1088 VLC_ADD_CFLAGS([vlc idctaltivec motionaltivec memcpyaltivec deinterlace i420_yuy2_altivec],[${ac_cv_c_altivec}])
1089 ACCEL_MODULES="${ACCEL_MODULES} ${ALTIVEC_MODULES}"
1092 AC_CACHE_CHECK([if linker needs -framework vecLib],
1094 [LDFLAGS="${LDFLAGS_vlc} -framework vecLib"
1095 AC_TRY_LINK([],,ac_cv_ld_altivec=yes,ac_cv_ld_altivec=no)
1096 LDFLAGS="${LDFLAGS_save}"
1098 if test "${ac_cv_ld_altivec}" != "no"; then
1099 VLC_ADD_LDFLAGS([vlc idctaltivec motionaltivec memcpyaltivec],[-framework vecLib])
1101 fi # end "${SYS}" != "mingw32"
1104 AC_ARG_WITH(,[Optimization options:])
1107 dnl Special arch tuning
1110 [ --with-tuning=ARCH enable special tuning for an architecture
1111 (default i686 on IA-32 and 750 on PPC)])
1112 if test -n "${with_tuning}"; then
1113 if test "${target_cpu}" = "powerpc"; then
1114 CFLAGS_TUNING="-mtune=${with_tuning}"
1116 CFLAGS_TUNING="-mcpu=${with_tuning}"
1119 if test "${target_cpu}" = "i686" -o "${target_cpu}" = "i586" -o "${target_cpu}" = "i486" -o "${target_cpu}" = "i386"; then
1120 CFLAGS_TUNING="-mcpu=pentiumpro"
1122 if test "${target_cpu}" = "powerpc"; then CFLAGS_TUNING="-mtune=750"; fi
1127 dnl x86 accelerations
1129 if test "${target_cpu}" = "i686" -o "${target_cpu}" = "i586" -o "${target_cpu}" = "x86" -o "${target_cpu}" = "i386"
1132 VLC_ADD_BUILTINS([${ACCEL_MODULES}])
1136 dnl Enable/disable optimizations
1138 AC_ARG_ENABLE(optimizations,
1139 [ --disable-optimizations disable compiler optimizations (default enabled)])
1140 test "${enable_optimizations}" != "no" && enable_optimizations="yes"
1143 dnl AltiVec acceleration
1145 AC_ARG_ENABLE(altivec,
1146 [ --disable-altivec disable AltiVec optimizations (default enabled on PPC)],
1147 [ if test "${enable_altivec}" = "yes"; then ARCH="${ARCH} altivec";
1148 VLC_ADD_BUILTINS([${ACCEL_MODULES}]) fi ],
1149 [ if test "${target_cpu}" = "powerpc"; then ARCH="${ARCH} altivec";
1150 VLC_ADD_BUILTINS([${ACCEL_MODULES}]) fi ])
1155 AC_ARG_ENABLE(debug,
1156 [ --enable-debug debug mode (default disabled)])
1157 test "${enable_debug}" != "yes" && enable_debug="no"
1160 dnl Enable release-specific flags
1162 AC_ARG_ENABLE(release,
1163 [ --enable-release activate extra optimizations (default disabled)])
1164 test "${enable_release}" != "yes" && enable_release="no"
1170 [ --enable-sout Stream output modules (default enabled)])
1171 if test "${enable_sout}" != "no"
1173 VLC_ADD_PLUGINS([access_output_dummy access_output_udp access_output_file access_output_http])
1174 VLC_ADD_PLUGINS([mux_ps mux_avi mux_mp4 mux_asf mux_dummy mux_wav mux_mpjpeg])
1175 VLC_ADD_PLUGINS([packetizer_mpegvideo packetizer_h264])
1176 VLC_ADD_PLUGINS([packetizer_mpeg4video packetizer_mpeg4audio])
1177 VLC_ADD_PLUGINS([packetizer_copy])
1179 VLC_ADD_PLUGINS([stream_out_dummy stream_out_standard stream_out_es stream_out_rtp])
1180 VLC_ADD_PLUGINS([stream_out_duplicate stream_out_gather stream_out_display])
1181 # VLC_ADD_PLUGINS([stream_out_transrate])
1183 dnl Ogg and vorbis are handled in their respective section
1191 AC_ARG_WITH(,[Input plugins:])
1196 AC_ARG_ENABLE(livedotcom,
1197 [ --enable-livedotcom live.com input plugin (default disabled)])
1198 if test "${enable_livedotcom}" = "yes"; then
1199 AC_ARG_WITH(livedotcom-tree,
1200 [ --with-livedotcom-tree=PATH live.com tree for static linking])
1203 dnl test for --with-livedotcom-tree
1205 if test -z "${with_livedotcom_tree}"; then
1207 CPPFLAGS_save="${CPPFLAGS}"
1208 CPPFLAGS_livedotcom="-I/usr/include/liveMedia -I/usr/include/groupsock -I/usr/include/BasicUsageEnvironment -I/usr/include/UsageEnvironment"
1209 CPPFLAGS="${CPPFLAGS} ${CPPFLAGS_livedotcom}"
1210 AC_CHECK_HEADERS(liveMedia.hh, [
1211 VLC_ADD_CXXFLAGS([livedotcom], [${CPPFLAGS_livedotcom}])
1212 AC_CHECK_LIB(liveMedia_pic, main, [
1213 # We have -lliveMedia_pic, build plugins
1214 VLC_ADD_PLUGINS([livedotcom])
1215 VLC_ADD_LDFLAGS([livedotcom], [-lliveMedia_pic -lgroupsock_pic -lBasicUsageEnvironment_pic -lUsageEnvironment_pic])
1217 AC_CHECK_LIB(liveMedia, main, [
1218 # We only have -lliveMedia, do builtins
1219 VLC_ADD_BUILTINS([livedotcom])
1220 VLC_ADD_LDFLAGS([livedotcom], [-lliveMedia -lgroupsock -lBasicUsageEnvironment -lUsageEnvironment])
1223 if test "${SYS}" = "mingw32"; then
1224 # add ws2_32 for closesocket, select, recv
1225 VLC_ADD_LDFLAGS([livedotcom],[-lws2_32])
1228 CPPFLAGS="${CPPFLAGS_save}"
1231 AC_MSG_CHECKING(for liveMedia/libliveMedia.a in ${with_livedotcom_tree})
1232 real_livedotcom_tree="`cd ${with_livedotcom_tree} 2>/dev/null && pwd`"
1233 if test -z "${real_livedotcom_tree}"; then
1234 dnl The given directory can't be found
1236 AC_MSG_ERROR([cannot cd to ${with_livedotcom_tree}])
1238 if test -f "${real_livedotcom_tree}/liveMedia/libliveMedia.a"; then
1239 AC_MSG_RESULT(${real_livedotcom_tree}/liveMedia/libliveMedia.a)
1241 VLC_ADD_BUILTINS([livedotcom])
1243 if test "${SYS}" = "mingw32"; then
1244 # add ws2_32 for closesocket, select, recv
1245 VLC_ADD_LDFLAGS([livedotcom],[-lws2_32])
1248 VLC_ADD_LDFLAGS([livedotcom],[-L${real_livedotcom_tree}/liveMedia -lliveMedia])
1249 VLC_ADD_LDFLAGS([livedotcom],[-L${real_livedotcom_tree}/BasicUsageEnvironment -lBasicUsageEnvironment])
1250 VLC_ADD_LDFLAGS([livedotcom],[-L${real_livedotcom_tree}/groupsock -lgroupsock])
1251 VLC_ADD_LDFLAGS([livedotcom],[-L${real_livedotcom_tree}/UsageEnvironment -lUsageEnvironment])
1253 VLC_ADD_CXXFLAGS([livedotcom],[-I${real_livedotcom_tree}/BasicUsageEnvironment/include])
1254 VLC_ADD_CXXFLAGS([livedotcom],[-I${real_livedotcom_tree}/groupsock/include])
1255 VLC_ADD_CXXFLAGS([livedotcom],[-I${real_livedotcom_tree}/liveMedia/include])
1256 VLC_ADD_CXXFLAGS([livedotcom],[-I${real_livedotcom_tree}/UsageEnvironment/include ])
1258 dnl The given live.com wasn't built
1260 AC_MSG_ERROR([cannot find ${real_livedotcom_tree}/liveMedia/libliveMedia.a, make sure you compiled live.com in ${with_livedotcom_tree}])
1267 dnl dvdread module: check for libdvdread
1269 AC_ARG_ENABLE(dvdread,
1270 [ --enable-dvdread dvdread input module (default disabled)])
1271 if test "${enable_dvdread}" != "no"
1273 AC_ARG_WITH(dvdread,
1274 [ --with-dvdread=PATH libdvdread headers and libraries])
1275 AC_ARG_WITH(dvdread-tree,
1276 [ --with-dvdread-tree=PATH libdvdread tree for static linking])
1278 dnl Temporary hack (yeah, sure ;)
1279 if test "${SYS}" = "mingw32" || test "${SYS}" = "darwin" || test "${SYS}" = "beos" ; then
1280 VLC_ADD_LDFLAGS([dvdread],[-ldvdcss])
1283 if test -z "${with_dvdread}"
1285 if test -z "${with_dvdread_tree}"
1287 AC_CHECK_HEADERS(dvdread/dvd_reader.h,
1288 [ VLC_ADD_PLUGINS([dvdread])
1289 VLC_ADD_LDFLAGS([dvdread],[-ldvdread ${LDFLAGS_dvdcss}])
1291 if test -n "${enable_dvdread}"
1293 AC_MSG_ERROR([cannot find libdvdread headers])
1297 AC_MSG_CHECKING(for libdvdread.a in ${with_dvdread_tree})
1298 real_dvdread_tree="`cd ${with_dvdread_tree} 2>/dev/null && pwd`"
1299 if test -z "${real_dvdread_tree}"
1301 dnl The given directory can't be found
1303 AC_MSG_ERROR([cannot cd to ${with_dvdread_tree}])
1305 if test -f "${real_dvdread_tree}/dvdread/.libs/libdvdread.a"
1307 dnl Use a custom libdvdread
1308 AC_MSG_RESULT(${real_dvdread_tree}/dvdread/.libs/libdvdread.a)
1309 VLC_ADD_BUILTINS([dvdread])
1310 VLC_ADD_LDFLAGS([dvdread],[-L${real_dvdread_tree}/dvdread/.libs -ldvdread ${LDFLAGS_dvdcss}])
1311 VLC_ADD_CPPFLAGS([dvdread],[-I${real_dvdread_tree}])
1313 dnl The given libdvdread wasn't built
1315 AC_MSG_ERROR([cannot find ${real_dvdread_tree}/dvdread/.libs/libdvdread.a, make sure you compiled libdvdread in ${with_dvdread_tree}])
1319 AC_MSG_CHECKING(for dvdread headers in ${with_dvdread})
1320 if test -f ${with_dvdread}/include/dvdread/dvd_reader.h
1322 dnl Use ${with_dvdread}/include/dvdread/dvd_reader.h
1324 VLC_ADD_PLUGINS([dvdread])
1325 VLC_ADD_LDFLAGS([dvdread],[-L${with_dvdread}/lib -ldvdread ${LDFLAGS_dvdcss}])
1326 VLC_ADD_CPPFLAGS([dvdread],[-I${with_dvdread}/include])
1328 dnl No libdvdread could be found, sorry
1330 AC_MSG_ERROR([cannot find ${with_dvdread}/include/dvdread/dvd_reader.h])
1336 dnl libdvdnav plugin
1338 AC_ARG_ENABLE(dvdnav,
1339 [ --enable-dvdnav dvdnav input module (default enabled)])
1340 if test "${enable_dvdnav}" != "no"
1342 DVDNAV_PATH="${PATH}"
1343 AC_ARG_WITH(dvdnav-config-path,
1344 [ --with-dvdnav-config-path=PATH dvdnav-config path (default search in \$PATH)],
1345 [ if test "${with_dvdnav_config_path}" != "no"
1347 DVDNAV_PATH="${with_dvdnav_config_path}:${PATH}"
1349 AC_PATH_PROG(DVDNAV_CONFIG, dvdnav-config, no, ${DVDNAV_PATH})
1350 if test "${DVDNAV_CONFIG}" != "no"
1352 VLC_ADD_PLUGINS([dvdnav])
1353 VLC_ADD_CFLAGS([dvdnav],[`${DVDNAV_CONFIG} --cflags`])
1354 VLC_ADD_LDFLAGS([dvdnav],[`${DVDNAV_CONFIG} --libs`])
1359 dnl Windows DirectShow access module
1361 AC_ARG_ENABLE(dshow,
1362 [ --enable-dshow Win32 DirectShow support (default enabled on Win32)])
1363 if test "${enable_dshow}" != "no"
1365 if test "${SYS}" = "mingw32" -o "${SYS}" = "cygwin"
1367 AC_CHECK_HEADERS(dshow.h,
1368 [ VLC_ADD_PLUGINS([dshow])
1369 VLC_ADD_CXXFLAGS([dshow],[])
1370 VLC_ADD_LDFLAGS([dshow],[-lole32 -loleaut32]) ])
1375 dnl libdvbpsi ts demux/mux
1377 AC_ARG_ENABLE(dvbpsi,
1378 [ --enable-dvbpsi dvbpsi ts mux and demux module (default enabled)])
1379 if test "${enable_dvbpsi}" != "no"
1382 [ --with-dvbpsi=PATH libdvbpsi headers and libraries])
1384 [ --with-dvbpsi-tree=PATH libdvbpsi tree for static linking])
1385 case "${with_dvbpsi}" in
1387 if test -z "${with_dvbpsi_tree}"
1389 AC_CHECK_HEADERS(dvbpsi/dr.h,
1390 [ VLC_ADD_PLUGINS([mux_ts ts])
1391 VLC_ADD_LDFLAGS([mux_ts ts],[-ldvbpsi]) ],
1392 [ AC_MSG_WARN([cannot find libdvbpsi headers]) ],
1393 [#if defined( HAVE_STDINT_H )
1394 # include <stdint.h>
1395 #elif defined( HAVE_INTTYPES_H )
1396 # include <inttypes.h>
1398 #include <dvbpsi/dvbpsi.h>
1399 #include <dvbpsi/descriptor.h>
1400 #include <dvbpsi/pat.h>
1401 #include <dvbpsi/pmt.h>])
1403 AC_MSG_CHECKING(for libdvbpsi.a in ${with_dvbpsi_tree})
1404 real_dvbpsi_tree="`cd ${with_dvbpsi_tree} 2>/dev/null && pwd`"
1405 if test -z "${real_dvbpsi_tree}"
1407 dnl The given directory can't be found
1409 AC_MSG_ERROR([cannot cd to ${with_dvbpsi_tree}])
1411 if test -f "${real_dvbpsi_tree}/src/.libs/libdvbpsi.a"
1413 dnl Use a custom libdvbpsi
1414 AC_MSG_RESULT(${real_dvbpsi_tree}/src/.libs/libdvbpsi.a)
1415 VLC_ADD_BUILTINS([mux_ts ts])
1416 VLC_ADD_CPPFLAGS([mux_ts ts],[-I${real_dvbpsi_tree}/src])
1417 VLC_ADD_LDFLAGS([mux_ts ts],[-L${real_dvbpsi_tree}/src/.libs -ldvbpsi])
1419 dnl The given libdvbpsi wasn't built
1421 AC_MSG_ERROR([cannot find ${real_dvbpsi_tree}/src/.libs/libdvbpsi.a, make sure you compiled libdvbpsi in ${with_dvbpsi_tree}])
1426 dnl Compile without dvbpsi
1429 AC_MSG_CHECKING(for dvbpsi headers in ${with_dvbpsi})
1430 if test -z "${with_dvbpsi}"
1435 LDFLAGS_test="-L${with_dvbpsi}/lib"
1436 CPPFLAGS_test="-I${with_dvbpsi}/include"
1438 CPPFLAGS="${CPPFLAGS_save} ${CPPFLAGS_test}"
1439 AC_CHECK_HEADERS([dvbpsi/dr.h],[
1440 VLC_ADD_PLUGINS([mux_ts ts])
1441 VLC_ADD_CPPFLAGS([mux_ts ts],[${CPPFLAGS_test}])
1442 VLC_ADD_LDFLAGS([mux_ts ts],[${LDFLAGS_test} -ldvbpsi])
1445 if test -n "${enable_dvbpsi}"
1447 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])
1450 CPPFLAGS="${CPPFLAGS_save}"
1456 dnl Video4Linux plugin
1459 [ --enable-v4l Video4Linux input support (default disabled)])
1460 if test "${enable_v4l}" = "yes"
1463 [ --with-v4l=PATH path to a v4l-enabled kernel tree],[],[])
1464 if test "${with_v4l}" != "no" -a -n "${with_v4l}"
1466 VLC_ADD_CPPFLAGS([v4l],[-I${with_v4l}/include])
1469 CPPFLAGS="${CPPFLAGS_save} ${CPPFLAGS_v4l}"
1470 AC_CHECK_HEADERS(linux/videodev.h, [
1471 VLC_ADD_PLUGINS([v4l])
1473 CPPFLAGS="${CPPFLAGS_save}"
1477 dnl special access module for Hauppauge PVR cards
1480 [ --enable-pvr PVR cards access module (default disabled)])
1481 if test "${enable_pvr}" = "yes"
1483 VLC_ADD_PLUGINS([pvr])
1487 dnl dnl VCDX and CDDAX modules
1489 dnl AC_ARG_ENABLE(libcdio,
1490 dnl [ --enable-libcdio CDDA support via libcdio (default enabled)])
1492 dnl AC_ARG_ENABLE(libcddb,
1493 dnl [ --enable-libcddb CDDB support for CDDAX (default enabled)])
1495 dnl AC_ARG_ENABLE(vcdx,
1496 dnl [ --enable-vcdx VCD support with Navigation (default enabled)])
1498 dnl AC_ARG_ENABLE(cdda,
1499 dnl [ --enable-cdda CDDA plugin support (default enabled)])
1501 dnl AC_ARG_ENABLE(cddax,
1502 dnl [ --enable-cddax CDDAX plugin support (default enabled)])
1504 dnl if test "${enable_cddax}" != "no"
1506 dnl PKG_CHECK_MODULES(LIBCDIO, libcdio >= 0.65,
1507 dnl [enable_cddax="no"
1508 dnl AC_DEFINE(HAVE_CDDAX, [], [Define for the CD-DA plugin using libcdio])
1509 dnl VLC_ADD_LDFLAGS([cddax],[$LIBCDIO_LIBS])
1510 dnl VLC_ADD_CFLAGS([cddax],[$LIBCDIO_CFLAGS])
1511 dnl VLC_ADD_PLUGINS([cddax])],
1512 dnl [AC_MSG_WARN(libcdio library not found)
1515 dnl if test "$enable_libcddb" != "no"; then
1516 dnl PKG_CHECK_MODULES(LIBCDDB, libcddb >= 0.9.4, [
1517 dnl HAVE_LIBCDDB=yes
1518 dnl AC_DEFINE(HAVE_LIBCDDB, [], [Define this if you have libcddb installed])
1519 dnl VLC_ADD_LDFLAGS([cddax],[$LIBCDDB_LIBS])
1520 dnl VLC_ADD_CFLAGS([cddax],[$LIBCDDB_CFLAGS])
1522 dnl [AC_MSG_WARN(new enough libcddb not found. CDDB access disabled)
1523 dnl HAVE_LIBCDDB=no])
1526 dnl if test "${enable_vcdx}" != "no"
1528 dnl PKG_CHECK_MODULES(VCDINFO, libvcdinfo >= 0.7.20,
1529 dnl [enable_vcd="no"
1530 dnl AC_DEFINE(HAVE_VCDX, [],
1531 dnl [Define for the VCD plugin using libcdio/libvcdinfo])
1532 dnl VLC_ADD_LDFLAGS([vcdx],[$VCDINFO_LIBS])
1533 dnl VLC_ADD_CFLAGS([vcdx],[$VCDINFO_CFLAGS])
1534 dnl VLC_ADD_PLUGINS([vcdx])],
1535 dnl [AC_MSG_WARN(vcdinfo library not found)
1544 [ --enable-vcd VCD support for Linux, FreeBSD, MacOS X and Win32 (default enabled)])
1546 if test "${enable_vcd}" != "no"
1548 AC_MSG_CHECKING(for cdrom_msf0 in linux/cdrom.h)
1549 AC_EGREP_HEADER(cdrom_msf0,linux/cdrom.h,[
1551 VLC_ADD_PLUGINS([vcd cdda])
1556 AC_MSG_CHECKING(for scsireq in sys/scsiio.h)
1557 AC_EGREP_HEADER(scsireq,sys/scsiio.h,[
1559 VLC_ADD_PLUGINS([vcd cdda])
1560 AC_DEFINE(HAVE_SCSIREQ_IN_SYS_SCSIIO_H, 1, For NetBSD VCD support)
1565 AC_MSG_CHECKING(for ioc_toc_header in sys/cdio.h)
1566 AC_EGREP_HEADER(ioc_toc_header ,sys/cdio.h,[
1568 VLC_ADD_PLUGINS([vcd cdda])
1569 AC_DEFINE(HAVE_IOC_TOC_HEADER_IN_SYS_CDIO_H, 1, For FreeBSD VCD support)
1574 if test "${SYS}" = "bsdi" -o "${SYS}" = "mingw32"
1576 VLC_ADD_PLUGINS([vcd cdda])
1579 if test "${SYS}" = "darwin"
1581 VLC_ADD_PLUGINS([vcd cdda])
1582 VLC_ADD_LDFLAGS([vcd vcdx cdda],[-framework IOKit -framework CoreFoundation])
1587 dnl Satellite input module
1589 AC_ARG_ENABLE(satellite,
1590 [ --enable-satellite satellite card support (default disabled)],
1591 [ if test "${enable_satellite}" = "yes"
1593 AC_DEFINE(HAVE_SATELLITE, [],
1594 [Define for the VCD plugin using libcdio/libvcdinfo])
1595 VLC_ADD_PLUGINS([satellite])
1599 dnl DVB-S/DVB-T/DVB-C satellite/teresterial/cable input using v4l2
1602 [ --enable-dvb DVB-S/T/C card support (default disabled)])
1604 if test "${enable_dvb}" = "yes"
1607 [ --with-dvb=PATH path to a dvb- and v4l2-enabled kernel tree],[],[])
1608 if test "${with_dvb}" != "no" -a -n "${with_dvb}"
1610 VLC_ADD_CFLAGS([dvb],[-I${with_dvb}/include])
1612 CPPFLAGS="${CPPFLAGS_save} -I${with_dvb}/include"
1613 AC_CHECK_HEADERS(linux/dvb/version.h linux/dvb/frontend.h, [
1614 VLC_ADD_PLUGINS([dvb])
1616 CPPFLAGS="${CPPFLAGS_save}"
1620 dnl Screen capture module
1622 AC_ARG_ENABLE(screen,
1623 [ --enable-screen Screen capture support (default enabled)])
1624 if test "${enable_screen}" != "no" && test "${SYS}" != "darwin"; then
1625 if test "${SYS}" = "mingw32"; then
1626 VLC_ADD_PLUGINS([screen])
1627 VLC_ADD_LDFLAGS([screen],[-lgdi32])
1628 elif test "${SYS}" = "beos"; then
1629 VLC_ADD_PLUGINS([screen])
1630 VLC_ADD_CXXFLAGS([screen],[])
1631 VLC_ADD_LDFLAGS([screen],[-lbe])
1633 CPPFLAGS="${CPPFLAGS_save} -I${x_includes}"
1634 AC_CHECK_HEADERS(X11/Xlib.h, [
1635 VLC_ADD_PLUGINS([screen])
1636 VLC_ADD_LDFLAGS([screen],[-L${x_libraries} -lX11 -lXext])
1637 VLC_ADD_CPPFLAGS([screen],[-I${x_includes}])
1639 CPPFLAGS="${CPPFLAGS_save}"
1644 dnl ipv6 plugin - not for QNX yet
1646 if test "${SYS}" != "nto" && test "${SYS}" != "mingw32"
1649 AC_CHECK_FUNCS(inet_pton,[have_ipv6=:],[
1650 AC_CHECK_LIB(resolv,inet_pton,
1652 VLC_ADD_LDFLAGS([ipv6],[-lresolv])])
1654 AC_MSG_CHECKING(for sockaddr_in6 in netinet/in.h)
1655 AC_EGREP_HEADER(sockaddr_in6,netinet/in.h,
1656 [AC_MSG_RESULT(yes)], [AC_MSG_RESULT(no) have_ipv6=false])
1657 if ${have_ipv6}; then
1658 VLC_ADD_PLUGINS([ipv6])
1661 if test "${SYS}" = "mingw32"
1663 AC_MSG_CHECKING(for getaddrinfo in ws2tcpip.h)
1664 AC_EGREP_HEADER(addrinfo,ws2tcpip.h,[AC_MSG_RESULT(yes)
1665 VLC_ADD_PLUGINS([ipv6])],[AC_MSG_RESULT(no)])
1669 dnl ogg demux plugin
1672 [ --enable-ogg Ogg demux support (default enabled)])
1673 if test "${enable_ogg}" != "no"
1675 AC_CHECK_HEADERS(ogg/ogg.h, [
1676 AC_CHECK_LIB( ogg, oggpack_read, [
1677 VLC_ADD_PLUGINS([ogg mux_ogg])
1678 VLC_ADD_LDFLAGS([ogg mux_ogg],[-logg])])
1683 dnl matroska demux plugin
1686 [ --enable-mkv Matroska demux support (default enabled)])
1687 if test "${enable_mkv}" != "no"; then
1689 AC_CHECK_HEADERS(ebml/EbmlVersion.h, [
1690 AC_CHECK_HEADERS(matroska/KaxVersion.h, [
1691 AC_CHECK_HEADERS(matroska/KaxAttachments.h)
1692 VLC_ADD_CXXFLAGS([mkv],[])
1693 AC_CHECK_LIB(ebml_pic, main, [
1694 # We have ebml_pic, that's good, we can build an mkv.so plugin !
1695 VLC_ADD_PLUGINS([mkv])
1696 VLC_ADD_LDFLAGS([mkv],[-lmatroska_pic -lebml_pic])
1698 AC_CHECK_LIB(ebml, main, [
1699 # We only have libebml, make mkv.a a builtin
1700 VLC_ADD_BUILTINS([mkv])
1701 VLC_ADD_LDFLAGS([mkv],[-lmatroska -lebml])
1710 dnl modplug demux plugin
1713 [ --enable-mod Mod demux support (default enabled)])
1714 if test "${enable_mod}" != "no"
1716 AC_CHECK_HEADERS(libmodplug/modplug.h, [
1717 VLC_ADD_PLUGINS([mod])
1718 VLC_ADD_CXXFLAGS([mod],[])
1719 VLC_ADD_LDFLAGS([mod],[-lmodplug])])
1726 AC_ARG_WITH(,[Codec plugins:])
1732 [ --enable-mad libmad module (default enabled)])
1733 if test "${enable_mad}" != "no"
1736 [ --with-mad=PATH path to libmad],[],[])
1737 if test "${with_mad}" != "no" -a -n "${with_mad}"
1739 VLC_ADD_CPPFLAGS([mpgatofixed32],[-I${with_mad}/include])
1740 VLC_ADD_LDFLAGS([mpgatofixed32],[-L${with_mad}/lib])
1743 AC_ARG_WITH(mad-tree,
1744 [ --with-mad-tree=PATH mad tree for static linking],[],[])
1745 if test "${with_mad_tree}" != "no" -a -n "${with_mad_tree}"
1747 real_mad_tree="`cd ${with_mad_tree} 2>/dev/null && pwd`"
1748 if test -z "${real_mad_tree}"
1750 dnl The given directory can't be found
1752 AC_MSG_ERROR([${with_mad_tree} directory doesn't exist])
1754 dnl Use a custom libmad
1755 AC_MSG_CHECKING(for mad.h in ${real_mad_tree})
1756 if test -f ${real_mad_tree}/mad.h
1759 VLC_ADD_CPPFLAGS([mpgatofixed32],[-I${real_mad_tree}])
1760 VLC_ADD_LDFLAGS([mpgatofixed32],[-L${real_mad_tree}/.libs])
1761 LDFLAGS="${LDFLAGS_save} ${LDFLAGS_mpgatofixed32}"
1762 AC_CHECK_LIB(mad, mad_bit_init, [
1763 VLC_ADD_BUILTINS([mpgatofixed32])
1764 VLC_ADD_LDFLAGS([mpgatofixed32],[-lmad])
1765 ],[ AC_MSG_ERROR([the specified tree hasn't been compiled ])
1767 LDFLAGS="${LDFLAGS_save}"
1770 AC_MSG_ERROR([the specified tree doesn't have mad.h])
1773 CPPFLAGS="${CPPFLAGS_save} ${CPPFLAGS_mpgatofixed32}"
1774 LDFLAGS="${LDFLAGS_save} ${LDFLAGS_mpgatofixed32}"
1775 AC_CHECK_HEADERS(mad.h, ,
1776 [ 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.]) ])
1777 AC_CHECK_LIB(mad, mad_bit_init, [
1778 VLC_ADD_PLUGINS([mpgatofixed32])
1779 VLC_ADD_LDFLAGS([mpgatofixed32],[-lmad])],
1780 [ AC_MSG_ERROR([Cannot find libmad library...]) ])
1781 CPPFLAGS="${CPPFLAGS_save}"
1782 LDFLAGS="${LDFLAGS_save}"
1787 dnl libid3tag support (FIXME!!! doesn't work with new input)
1789 AC_CHECK_HEADERS(id3tag.h, [
1790 AC_CHECK_HEADERS(zlib.h, [
1791 VLC_ADD_LDFLAGS([id3tag],[-lid3tag -lz])
1792 VLC_ADD_PLUGINS([id3tag])]) ])
1795 dnl ffmpeg decoder/demuxer plugin
1797 AC_ARG_ENABLE(ffmpeg,
1798 [ --enable-ffmpeg ffmpeg codec (default enabled)])
1799 if test "${enable_ffmpeg}" != "no"
1801 FFMPEG_PATH="${PATH}"
1802 AC_ARG_WITH(ffmpeg-config-path,
1803 [ --with-ffmpeg-config-path=PATH ffmpeg-config path (default search in \$PATH)],
1804 [ if test "${with_ffmpeg_config_path}" != "no"
1806 FFMPEG_PATH="${with_ffmpeg_config_path}:${PATH}"
1808 AC_PATH_PROG(FFMPEG_CONFIG, ffmpeg-config, no, ${FFMPEG_PATH})
1809 if test "${FFMPEG_CONFIG}" != "no"
1811 AC_CHECK_HEADERS(ffmpeg/avcodec.h)
1812 AC_CHECK_HEADERS(postproc/postprocess.h)
1813 VLC_ADD_PLUGINS([ffmpeg stream_out_transcode])
1814 VLC_ADD_CFLAGS([ffmpeg stream_out_transcode],[`${FFMPEG_CONFIG} --cflags`])
1815 VLC_ADD_LDFLAGS([ffmpeg],[`${FFMPEG_CONFIG} --plugin-libs avcodec avformat postproc`])
1816 VLC_ADD_LDFLAGS([stream_out_transcode],[`${FFMPEG_CONFIG} --libs avcodec`])
1818 AC_ARG_WITH(ffmpeg-mp3lame,
1819 [ --with-ffmpeg-mp3lame if ffmpeg has been compiled with mp3lame support],
1821 dnl XXX: we don't link with -lavcodec a 2nd time because the OS X
1822 dnl linker would miserably barf on multiple definitions.
1823 VLC_ADD_LDFLAGS([stream_out_transcode],[])
1824 VLC_ADD_LDFLAGS([ffmpeg],[-lmp3lame]) ])
1826 AC_ARG_WITH(ffmpeg-faac,
1827 [ --with-ffmpeg-faac if ffmpeg has been compiled with faac support],
1829 dnl XXX: we don't link with -lavcodec a 2nd time because the OS X
1830 dnl linker would miserably barf on multiple definitions.
1831 VLC_ADD_LDFLAGS([stream_out_transcode],[])
1832 VLC_ADD_LDFLAGS([ffmpeg],[-lfaac]) ])
1834 AC_ARG_WITH(ffmpeg-tree,
1835 [ --with-ffmpeg-tree=PATH ffmpeg tree for static linking])
1838 dnl test for !(--with-ffmpeg-tree)
1840 if test "${with_ffmpeg_tree}" = "no" -o -z "${with_ffmpeg_tree}"; then
1841 CPPFLAGS="${CPPFLAGS_save} ${CPPFLAGS_ffmpeg}"
1842 LDFLAGS="${LDFLAGS_save} ${LDFLAGS_ffmpeg}"
1843 AC_CHECK_HEADERS(ffmpeg/avcodec.h, [], [AC_MSG_ERROR([Missing header file ffmpeg/avcodec.h.])] )
1844 AC_CHECK_HEADERS(postproc/postprocess.h, [], [AC_MSG_ERROR([Missing header file postproc/postprocess.h.])] )
1845 AC_CHECK_LIB(avcodec, avcodec_init, [
1846 VLC_ADD_BUILTINS([ffmpeg stream_out_transcode])
1847 VLC_ADD_LDFLAGS([ffmpeg],[-lavcodec])
1848 dnl XXX: we don't link with -lavcodec a 2nd time because the OS X
1849 dnl linker would miserably barf on multiple definitions.
1850 VLC_ADD_LDFLAGS([stream_out_transcode],[]) ],
1851 [ 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.]) ])
1852 AC_CHECK_LIB(avformat, av_open_input_stream, [
1853 AC_DEFINE(HAVE_LIBAVFORMAT, 1,
1854 [Define if you have ffmpeg's libavformat.])
1855 VLC_ADD_LDFLAGS([ffmpeg],[-lavformat -lz]) ])
1856 LDFLAGS="${LDFLAGS_save}"
1857 CPPFLAGS="${CPPFLAGS_save}"
1861 dnl test for --with-ffmpeg-tree
1863 if test "${with_ffmpeg_tree}" != "no" -a -n "${with_ffmpeg_tree}"; then
1864 AC_MSG_CHECKING(for libavcodec.a in ${with_ffmpeg_tree})
1865 real_ffmpeg_tree="`cd ${with_ffmpeg_tree} 2>/dev/null && pwd`"
1866 if test -z "${real_ffmpeg_tree}"; then
1867 dnl The given directory can't be found
1869 AC_MSG_ERROR([cannot cd to ${with_ffmpeg_tree}])
1871 if ! test -f "${real_ffmpeg_tree}/libavcodec/libavcodec.a"; then
1872 dnl The given libavcodec wasn't built
1874 AC_MSG_ERROR([cannot find ${real_ffmpeg_tree}/libavcodec/libavcodec.a, make sure you compiled libavcodec in ${with_ffmpeg_tree}])
1876 if ! fgrep -s "pp_get_context" "${real_ffmpeg_tree}/libavcodec/libavcodec.a"; then
1877 dnl The given libavcodec wasn't built with --enable-pp
1879 AC_MSG_ERROR([${real_ffmpeg_tree}/libavcodec/libavcodec.a was not compiled with postprocessing support, make sure you configured ffmpeg with --enable-pp])
1881 dnl Use a custom libffmpeg
1882 AC_MSG_RESULT(${real_ffmpeg_tree}/libavcodec/libavcodec.a)
1883 VLC_ADD_BUILTINS([ffmpeg stream_out_transcode])
1884 VLC_ADD_LDFLAGS([ffmpeg],[-L${real_ffmpeg_tree}/libavcodec -lavcodec])
1885 VLC_ADD_CPPFLAGS([ffmpeg],[-I${real_ffmpeg_tree}/libavcodec -I${real_ffmpeg_tree}/libavformat])
1887 if test -f "${real_ffmpeg_tree}/libavformat/libavformat.a"; then
1888 AC_DEFINE(HAVE_LIBAVFORMAT, 1, [Define if you have ffmpeg's libavformat.])
1889 VLC_ADD_LDFLAGS([ffmpeg],[-L${real_ffmpeg_tree}/libavformat -lavformat -lz])
1890 VLC_ADD_CPPFLAGS([ffmpeg],[-I${real_ffmpeg_tree}/libavformat])
1893 dnl XXX: we don't link with -lavcodec a 2nd time because the OS X
1894 dnl linker would miserably barf on multiple definitions.
1895 VLC_ADD_LDFLAGS([stream_out_transcode],[-L${real_ffmpeg_tree}/libavcodec])
1896 VLC_ADD_CPPFLAGS([stream_out_transcode],[-I${real_ffmpeg_tree}/libavcodec -I${real_ffmpeg_tree}/libavformat])
1902 dnl faad decoder plugin
1905 [ --enable-faad faad codec (default disabled)])
1906 if test "${enable_faad}" = "yes"
1908 AC_ARG_WITH(faad-tree,
1909 [ --with-faad-tree=PATH faad tree for static linking])
1910 if test -n "${with_faad_tree}"
1912 AC_MSG_CHECKING(for libfaad.a in ${with_faad_tree})
1913 real_faad_tree="`cd ${with_faad_tree} 2>/dev/null && pwd`"
1914 if test -z "${real_faad_tree}"
1916 dnl The given directory can't be found
1918 AC_MSG_ERROR([cannot cd to ${with_faad_tree}])
1920 if test -f "${real_faad_tree}/libfaad/.libs/libfaad.a"
1922 dnl Use a custom faad
1923 AC_MSG_RESULT(${real_faad_tree}/libfaad/.libs/libfaad.a)
1924 VLC_ADD_BUILTINS([faad])
1925 VLC_ADD_LDFLAGS([faad],[${real_faad_tree}/libfaad/.libs/libfaad.a])
1926 VLC_ADD_CPPFLAGS([faad],[-I${real_faad_tree}/include])
1928 dnl The given libfaad wasn't built
1930 AC_MSG_ERROR([cannot find ${real_faad_tree}/libfaad/.libs/libfaad.a, make sure you compiled libfaad in ${with_faad_tree}])
1933 CPPFLAGS="${CPPFLAGS_save} ${CPPFLAGS_faad}"
1934 LDFLAGS="${LDFLAGS_save} ${LDFLAGS_faad}"
1935 AC_CHECK_HEADERS(faad.h, ,
1936 [ AC_MSG_ERROR([Cannot find development headers for libfaad...]) ])
1937 AC_CHECK_LIB(faad, faacDecOpen, [
1938 VLC_ADD_PLUGINS([faad])
1939 VLC_ADD_LDFLAGS([faad],[-lfaad]) ],
1940 AC_CHECK_LIB(faad, NeAACDecOpen, [
1941 VLC_ADD_PLUGINS([faad])
1942 VLC_ADD_LDFLAGS([faad],[-lfaad]) ],
1943 [ AC_MSG_ERROR([Cannot find libfaad library...]) ]))
1944 LDFLAGS="${LDFLAGS_save}"
1945 CPPFLAGS="${CPPFLAGS_save}"
1951 dnl dnl xvid decoder plugin
1953 dnl AC_ARG_ENABLE(xvid,
1954 dnl [ --enable-xvid xvid codec (default disabled)])
1955 dnl if test "${enable_xvid}" = "yes"
1957 dnl AC_ARG_WITH(xvid,
1958 dnl [ --with-xvid=PATH path to xvid installation],[],[])
1959 dnl if test "${with_xvid}" != "no" -a -n "${with_xvid}"
1961 dnl VLC_ADD_CPPFLAGS([xvid],[-I${with_xvid}/include])
1962 dnl VLC_ADD_LDFLAGS([xvid],[-L${with_xvid}/lib])
1965 dnl AC_ARG_WITH(xvid-tree,
1966 dnl [ --with-xvid-tree=PATH xvid tree for static linking])
1967 dnl if test -n "${with_xvid_tree}"
1969 dnl AC_MSG_CHECKING(for libxvidcore.a in ${with_xvid_tree})
1970 dnl real_xvid_tree="`cd ${with_xvid_tree} 2>/dev/null && pwd`"
1971 dnl if test -z "${real_xvid_tree}"
1973 dnl dnl The given directory can't be found
1974 dnl AC_MSG_RESULT(no)
1975 dnl AC_MSG_ERROR([cannot cd to ${with_xvid_tree}])
1977 dnl if test -f "${real_xvid_tree}/build/generic/libxvidcore.a"
1979 dnl dnl Use a custom xvid
1980 dnl AC_MSG_RESULT(${real_xvid_tree}/build/generic/libxvidcore.a)
1981 dnl VLC_ADD_BUILTINS([xvid])
1982 dnl VLC_ADD_LDFLAGS([xvid],[-L${real_xvid_tree}/build/generic -lxvidcore])
1983 dnl VLC_ADD_CPPFLAGS([xvid],[-I${real_xvid_tree}/src])
1985 dnl dnl The given libxvidcore wasn't built
1986 dnl AC_MSG_RESULT(no)
1987 dnl AC_MSG_ERROR([cannot find ${real_xvid_tree}/build/generic/libxvidcore.a, make sure you compiled libxvidcore in ${with_xvid_tree}])
1990 dnl CPPFLAGS="${CPPFLAGS_save} ${CPPFLAGS_xvid}"
1991 dnl LDFLAGS="${LDFLAGS_save} ${LDFLAGS_xvid}"
1992 dnl AC_CHECK_HEADERS(xvid.h, ,
1993 dnl [ AC_MSG_ERROR([Cannot find development headers for libxvidcore...]) ])
1994 dnl AC_CHECK_LIB(xvidcore, xvid_init, [
1995 dnl VLC_ADD_PLUGINS([xvid])
1996 dnl VLC_ADD_LDFLAGS([xvid],[-lxvidcore]) ],
1997 dnl [ AC_MSG_ERROR([Cannot find libxvidcore library...]) ])
1998 dnl LDFLAGS="${LDFLAGS_save}"
1999 dnl CPPFLAGS="${CPPFLAGS_save}"
2004 dnl QuickTime plugin
2006 AC_ARG_ENABLE(quicktime,
2007 [ --enable-quicktime QuickTime module (default enabled on MacOS X)])
2008 if test "${enable_quicktime}" != "no" &&
2009 (test "${SYS}" = "darwin" || test "${enable_quicktime}" = "yes")
2011 if test "${SYS}" = "mingw32"; then
2012 VLC_ADD_BUILTINS([quicktime])
2014 AC_CHECK_HEADERS(QuickTime/QuickTime.h,
2015 [ VLC_ADD_BUILTINS([quicktime])
2016 VLC_ADD_LDFLAGS([quicktime],[-framework QuickTime -framework Carbon])
2017 ], [ AC_MSG_ERROR([cannot find QuickTime headers]) ])
2024 AC_CHECK_HEADERS(zlib.h, [
2025 VLC_ADD_LDFLAGS([mp4 skins skins2 sap],[-lz])
2028 AC_CHECK_HEADERS(sysfs/libsysfs.h, [
2029 VLC_ADD_LDFLAGS([mp4],[-lsysfs])
2035 AC_CHECK_HEADERS(libtar.h, [
2036 VLC_ADD_LDFLAGS([skins skins2],[-ltar])
2042 dnl A52/AC3 decoder plugin
2045 [ --enable-a52 A/52 support with liba52 (default enabled)])
2046 if test "${enable_a52}" != "no"
2049 [ --with-a52=PATH a52 headers and libraries])
2050 AC_ARG_WITH(a52-tree,
2051 [ --with-a52-tree=PATH a52dec tree for static linking ],[],[])
2052 if test "${with_a52_tree}" != "no" -a -n "${with_a52_tree}"
2054 real_a52_tree="`cd ${with_a52_tree} 2>/dev/null && pwd`"
2055 if test -z "${real_a52_tree}"
2057 dnl The given directory can't be found
2059 AC_MSG_ERROR([${with_a52_tree} directory doesn't exist])
2061 dnl Use a custom a52dec
2062 AC_MSG_CHECKING(for a52.h in ${real_a52_tree}/include)
2063 if test -f ${real_a52_tree}/include/a52.h
2066 VLC_ADD_CPPFLAGS([a52tofloat32],[-I${real_a52_tree}])
2067 VLC_ADD_LDFLAGS([a52tofloat32],[-L${real_a52_tree}/liba52/.libs])
2068 LDFLAGS="${LDFLAGS_save} ${LDFLAGS_a52tofloat32}"
2069 AC_CHECK_LIB(a52, a52_free, [
2070 VLC_ADD_BUILTINS([a52tofloat32])
2071 VLC_ADD_CPPFLAGS([a52tofloat32],[-DUSE_A52DEC_TREE])
2072 VLC_ADD_LDFLAGS([a52tofloat32],[-la52])
2074 if test -f ${real_a52_tree}/liba52/.libs/liba52.a
2076 AC_MSG_ERROR([make sure you have at least a52dec-0.7.3])
2078 AC_MSG_ERROR([the specified tree hasn't been compiled])
2081 LDFLAGS="${LDFLAGS_save}"
2084 AC_MSG_ERROR([the specified tree doesn't have a52.h])
2087 if test -z "${with_a52}"
2092 LDFLAGS_test="-L${with_a52}/lib"
2093 CPPFLAGS_test="-I${with_a52}/include"
2095 CPPFLAGS="${CPPFLAGS_save} ${CPPFLAGS_test} ${CPPFLAGS_a52tofloat32}"
2096 LDFLAGS="${LDFLAGS_save} ${LDFLAGS_test} ${LDFLAGS_a52tofloat32}"
2097 AC_CHECK_HEADERS(a52dec/a52.h, [
2098 AC_CHECK_LIB(a52, a52_free, [
2099 VLC_ADD_PLUGINS([a52tofloat32])
2100 VLC_ADD_LDFLAGS([a52tofloat32],[${LDFLAGS_test} -la52])
2101 VLC_ADD_CPPFLAGS([a52tofloat32],[${CPPFLAGS_test}])
2103 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.])
2106 CPPFLAGS="${CPPFLAGS_save}"
2107 LDFLAGS="${LDFLAGS_save}"
2112 dnl DTS Coherent Acoustics decoder plugin
2115 [ --enable-dts DTS Coherent Acoustics support with libdts (default enabled)])
2116 if test "${enable_dts}" != "no"; then
2117 AC_ARG_WITH(dts-tree,
2118 [ --with-dts-tree=PATH libdts tree for static linking ],[],[])
2119 if test "${with_dts_tree}" != "no" -a -n "${with_dts_tree}"
2121 real_dts_tree="`cd ${with_dts_tree} 2>/dev/null && pwd`"
2122 if test -z "${real_dts_tree}"
2124 dnl The given directory can't be found
2126 AC_MSG_ERROR([${with_dts_tree} directory doesn't exist])
2128 dnl Use a custom libdts
2129 AC_MSG_CHECKING(for dts.h in ${real_dts_tree}/include)
2130 if test -f ${real_dts_tree}/include/dts.h
2133 VLC_ADD_CPPFLAGS([dtstofloat32],[-I${real_dts_tree}/include])
2134 VLC_ADD_LDFLAGS([dtstofloat32],[-L${real_dts_tree}/libdts])
2135 LDFLAGS="${LDFLAGS_save} ${LDFLAGS_dtstofloat32}"
2136 AC_CHECK_LIB(dts, dts_free, [
2137 VLC_ADD_BUILTINS([dtstofloat32])
2138 VLC_ADD_LDFLAGS([dtstofloat32],[-ldts])
2140 if test -f ${real_dts_tree}/libdts/libdts.a
2142 AC_MSG_ERROR([make sure you have at least libdts-0.0.2])
2144 AC_MSG_ERROR([the specified tree hasn't been compiled])
2147 LDFLAGS="${LDFLAGS_save}"
2150 AC_MSG_ERROR([the specified tree doesn't have dts.h])
2153 LDFLAGS="${LDFLAGS_save} ${LDFLAGS_dtstofloat32}"
2154 AC_CHECK_HEADERS(dts.h, [
2155 AC_CHECK_LIB(dts, dts_free, [
2156 VLC_ADD_PLUGINS([dtstofloat32])
2157 VLC_ADD_LDFLAGS([dtstofloat32],[-ldts])
2159 if test "${enable_dts}" = "yes"; then
2160 AC_MSG_ERROR([Could not find libdts on your system: you may get it from http://www.videolan.org/dtsdec.html])
2164 LDFLAGS="${LDFLAGS_save}"
2171 dnl AC_ARG_ENABLE(dv,
2172 dnl [ --enable-dv DV decoder support (deprecated in favor of ffmpeg) (default disabled)])
2173 dnl if test "${enable_dv}" = "yes"
2175 dnl AC_CHECK_HEADERS(libdv/dv.h, [
2176 dnl VLC_ADD_PLUGINS([dv])
2177 dnl VLC_ADD_LDFLAGS([dv],[-ldv])
2185 [ --enable-flac flac decoder support (default disabled)])
2186 if test "${enable_flac}" = "yes"
2188 AC_CHECK_HEADERS(FLAC/stream_decoder.h, [
2189 VLC_ADD_PLUGINS([flac flacdec])
2190 VLC_ADD_LDFLAGS([flacdec],[-lFLAC])
2197 AC_ARG_ENABLE(libmpeg2,
2198 [ --enable-libmpeg2 libmpeg2 decoder support (default enabled)])
2199 if test "${enable_libmpeg2}" != "no"
2201 AC_ARG_WITH(libmpeg2-tree,
2202 [ --with-libmpeg2-tree=PATH libmpeg2 tree for static linking])
2203 if test -n "${with_libmpeg2_tree}"
2205 AC_MSG_CHECKING(for libmpeg2.a in ${with_libmpeg2_tree})
2206 real_libmpeg2_tree="`cd ${with_libmpeg2_tree} 2>/dev/null && pwd`"
2207 if test -z "${real_libmpeg2_tree}"
2209 dnl The given directory can't be found
2211 AC_MSG_ERROR([cannot cd to ${with_libmpeg2_tree}])
2213 if test -f "${real_libmpeg2_tree}/libmpeg2/.libs/libmpeg2.a"
2215 dnl Use a custom libmpeg2
2216 AC_MSG_RESULT(${real_libmpeg2_tree}/libmpeg2/.libs/libmpeg2.a)
2217 VLC_ADD_PLUGINS([libmpeg2])
2218 VLC_ADD_LDFLAGS([libmpeg2],[-L${real_libmpeg2_tree}/libmpeg2/.libs -lmpeg2])
2219 VLC_ADD_CFLAGS([libmpeg2],[-I${real_libmpeg2_tree}/include])
2220 eval "`cd ${real_libmpeg2_tree}/include && ln -sf . mpeg2dec 2>/dev/null`"
2222 dnl The given libmpeg2 wasn't built
2224 AC_MSG_ERROR([cannot find ${real_libmpeg2_tree}/libmpeg2/.libs/libmpeg2.a, make sure you compiled libmpeg2 in ${with_libmpeg2_tree}])
2227 AC_CHECK_HEADERS(mpeg2dec/mpeg2.h, [
2228 AC_MSG_CHECKING(for libmpeg2 version >= 0.3.2)
2230 [#include <mpeg2dec/mpeg2.h>
2231 #ifdef MPEG2_RELEASE
2232 #if MPEG2_RELEASE >= MPEG2_VERSION(0,3,2)
2236 [AC_MSG_RESULT([yes])
2237 VLC_ADD_PLUGINS([libmpeg2])
2238 VLC_ADD_LDFLAGS([libmpeg2],[-lmpeg2])],
2239 [AC_MSG_RESULT([no])
2240 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.])])],
2242 [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.])]
2250 AC_ARG_ENABLE(vorbis,
2251 [ --enable-vorbis Vorbis decoder support (default enabled)])
2252 if test "${enable_vorbis}" != "no"
2254 AC_CHECK_HEADERS(vorbis/codec.h, [
2255 VLC_ADD_PLUGINS([vorbis])
2256 VLC_ADD_LDFLAGS([vorbis],[-lvorbis -logg]) ],[])
2258 AC_CHECK_HEADERS(vorbis/vorbisenc.h, [
2259 VLC_ADD_LDFLAGS([vorbis],[-lvorbisenc]) ],[])
2265 AC_ARG_ENABLE(tremor,
2266 [ --enable-tremor Tremor decoder support (default disabled)])
2267 if test "${enable_tremor}" = "yes"
2269 AC_CHECK_HEADERS(tremor/ivorbiscodec.h, [
2270 VLC_ADD_PLUGINS([tremor])
2271 VLC_ADD_LDFLAGS([tremor],[-lvorbisidec -logg])
2278 AC_ARG_ENABLE(speex,
2279 [ --enable-speex Speex decoder support (default enabled)])
2280 if test "${enable_speex}" != "no"
2282 AC_CHECK_HEADERS(speex.h, [
2283 AC_MSG_CHECKING(for libspeex version > 1.1.0)
2286 #ifdef SPEEX_SET_SUBMODE_ENCODING
2289 [ AC_MSG_RESULT([yes])
2290 VLC_ADD_PLUGINS([speex])
2291 VLC_ADD_LDFLAGS([speex],[-lspeex]) ],
2292 [ AC_MSG_RESULT([no])
2293 AC_MSG_WARN([Your libspeex is too old, please get the development
2299 dnl tarkin decoder plugin
2301 AC_ARG_ENABLE(tarkin,
2302 [ --enable-tarkin experimental tarkin codec (default disabled)])
2303 if test "${enable_tarkin}" = "yes"
2305 AC_ARG_WITH(tarkin-tree,
2306 [ --with-tarkin-tree=PATH tarkin tree for static linking])
2307 if test -n "${with_tarkin_tree}"
2309 AC_MSG_CHECKING(for tarkin.o in ${with_tarkin_tree})
2310 real_tarkin_tree="`cd ${with_tarkin_tree} 2>/dev/null && pwd`"
2311 if test -f "${real_tarkin_tree}/tarkin.o"
2313 VLC_ADD_BUILTINS([tarkin])
2314 VLC_ADD_CPPFLAGS([tarkin],[-I${real_tarkin_tree}])
2315 VLC_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])
2318 dnl The given tarkin tree wasn't built
2320 AC_MSG_ERROR([cannot find ${real_tarkin_tree}/tarkin.o,
2321 make sure you compiled tarkin in ${with_tarkin_tree}])
2327 dnl theora decoder plugin
2329 AC_ARG_ENABLE(theora,
2330 [ --enable-theora experimental theora codec (default disabled)])
2331 if test "${enable_theora}" = "yes"
2333 AC_CHECK_HEADERS(theora/theora.h, [
2334 AC_CHECK_LIB(theora, theora_granule_time, [
2335 if test "${SYS}" = "mingw32"; then
2336 VLC_ADD_PLUGINS([theora])
2338 VLC_ADD_BUILTINS([theora])
2340 theora_libs="-ltheora -logg"
2341 VLC_ADD_LDFLAGS([theora],[${theora_libs}]) ],[
2342 AC_MSG_ERROR([libtheora doesn't appear to be installed on you system.
2343 You also need to check that you have a libogg posterior to the 1.0 release.])],
2351 VLC_ADD_LDFLAGS([subsdec],[${LIBICONV}])
2352 VLC_ADD_CPPFLAGS([subsdec],[${INCICONV}])
2353 VLC_ADD_PLUGINS([subsdec])
2359 [ --enable-cmml CMML support (default enabled)])
2360 if test "${enable_cmml}" != "no"
2362 VLC_ADD_PLUGINS([cmml])
2373 AC_CHECK_HEADERS(png.h, [
2374 LDFLAGS="${LDFLAGS_save} -lz"
2375 AC_CHECK_LIB(png, png_set_rows, [
2376 VLC_ADD_LDFLAGS([logo],[-lpng -lz])
2377 VLC_ADD_PLUGINS([logo])
2378 VLC_ADD_LDFLAGS([svcdsub],[-lpng -lz])
2379 VLC_ADD_LDFLAGS([cvdsub],[-lpng -lz -lm])
2380 AC_DEFINE(HAVE_LIBPNG, [], [Define if you have the PNG library: libpng])])
2382 LDFLAGS="${LDFLAGS_save}"
2388 AC_ARG_WITH(,[Video plugins:])
2391 if test "${SYS}" != "mingw32"
2393 CPPFLAGS="${CPPFLAGS_save} -I${x_includes}"
2394 AC_CHECK_HEADERS(X11/extensions/dpms.h, [
2395 AC_MSG_CHECKING(for DPMSInfo in X11/extensions/dpms.h)
2396 AC_EGREP_HEADER(DPMSInfo,X11/extensions/dpms.h,[
2398 AC_DEFINE(DPMSINFO_IN_DPMS_H, 1,
2399 Define if <X11/extensions/dpms.h> defines DPMSInfo.)
2404 #include <X11/Xlib.h>
2406 CPPFLAGS="${CPPFLAGS_save}"
2411 dnl (enabled by default except on win32)
2414 [ --enable-x11 X11 support (default enabled)])
2415 if test "${enable_x11}" != "no" &&
2416 (test "${SYS}" != "mingw32" || test "${enable_x11}" = "yes"); then
2417 CPPFLAGS="${CPPFLAGS_save} -I${x_includes}"
2418 AC_CHECK_HEADERS(X11/Xlib.h, [
2419 VLC_ADD_PLUGINS([x11])
2420 VLC_ADD_LDFLAGS([x11],[-L${x_libraries} -lX11 -lXext])
2421 VLC_ADD_CPPFLAGS([x11],[-I${x_includes}])
2423 CPPFLAGS="${CPPFLAGS_save}"
2428 dnl (enabled by default except on win32)
2430 AC_ARG_ENABLE(xvideo,
2431 [ --enable-xvideo XVideo support (default enabled)])
2432 if test "${enable_xvideo}" != "no" &&
2433 (test "${SYS}" != "mingw32" || test "${enable_xvideo}" = "yes"); then
2434 CPPFLAGS="${CPPFLAGS_save} -I${x_includes}"
2435 AC_CHECK_HEADERS(X11/extensions/Xv.h, [
2436 CFLAGS="${CFLAGS_save} -L${x_libraries} -lX11 -lXext"
2437 AC_CHECK_LIB(Xv,XvPutImage,[
2438 # If libXv.so is available, xvideo can be a plugin. Otherwise, we
2439 # test for libXv_pic.
2440 if test -f /usr/X11R6/lib/libXv.so -o -f "${x_libraries}"/libXv.so; then
2441 VLC_ADD_PLUGINS([xvideo])
2442 VLC_ADD_CPPFLAGS([xvideo],[-I${x_includes}])
2443 VLC_ADD_LDFLAGS([xvideo],[-L${x_libraries} -lX11 -lXext -lXv])
2445 AC_CHECK_LIB(Xv_pic,XvPutImage,[
2446 VLC_ADD_PLUGINS([xvideo])
2447 VLC_ADD_CPPFLAGS([xvideo],[-I${x_includes}])
2448 VLC_ADD_LDFLAGS([xvideo],[-L${x_libraries} -lX11 -lXext -lXv_pic])
2450 VLC_ADD_BUILTINS([xvideo])
2451 VLC_ADD_LDFLAGS([xvideo],[-L${x_libraries} -lX11 -lXext -lXv])
2452 VLC_ADD_CPPFLAGS([xvideo],[-I${x_includes}])
2456 CFLAGS="${CFLAGS_save}"
2458 CPPFLAGS="${CPPFLAGS_save}")
2463 dnl (enabled by default except on win32)
2466 [ --enable-glx X11 OpenGL (GLX) support (default enabled)])
2467 if test "${enable_glx}" != "no" &&
2468 (test "${SYS}" != "mingw32" || test "${enable_glx}" = "yes"); then
2469 CPPFLAGS="${CPPFLAGS_save} -I${x_includes}"
2470 AC_CHECK_HEADERS(X11/Xlib.h, [
2471 AC_CHECK_HEADERS(GL/glx.h, [
2472 VLC_ADD_PLUGINS([glx])
2473 VLC_ADD_LDFLAGS([glx],[-L${x_libraries} -lX11 -lXext -lGL -lGLU])
2474 VLC_ADD_CPPFLAGS([glx],[-I${x_includes}])
2476 CPPFLAGS="${CPPFLAGS_save}"
2480 dnl Check for the Xinerama extension
2482 if test "${enable_xvideo}" != "no" &&
2483 (test "${SYS}" != "mingw32" || test "${enable_xvideo}" = "yes"); then
2484 ac_cv_have_xinerama="no"
2485 CPPFLAGS="${CPPFLAGS_save} -I${x_includes}"
2486 CFLAGS="${CFLAGS_save} -L${x_libraries} -lX11 -lXext"
2487 AC_CHECK_HEADERS(X11/extensions/Xinerama.h,[
2488 AC_CHECK_LIB(Xinerama_pic, XineramaQueryExtension,[
2489 VLC_ADD_LDFLAGS([xvideo],[-lXinerama_pic])
2490 VLC_ADD_LDFLAGS([x11],[-lXinerama_pic])
2491 VLC_ADD_LDFLAGS([glx],[-lXinerama_pic])
2492 ac_cv_have_xinerama="yes"
2494 AC_CHECK_LIB(Xinerama, XineramaQueryExtension,[
2495 VLC_ADD_LDFLAGS([xvideo],[-lXinerama])
2496 VLC_ADD_LDFLAGS([x11],[-lXinerama])
2497 VLC_ADD_LDFLAGS([glx],[-lXinerama])
2498 ac_cv_have_xinerama="yes"
2502 if test "${ac_cv_have_xinerama}" = "yes"; then
2503 AC_DEFINE(HAVE_XINERAMA, 1, [Define this if you have libXinerama installed])
2505 CFLAGS="${CFLAGS_save}"
2506 CPPFLAGS="${CPPFLAGS_save}"
2511 dnl (enabled by default except on win32)
2513 AC_ARG_ENABLE(opengl,
2514 [ --enable-opengl OpenGL support (default enabled)])
2515 if test "${enable_opengl}" != "no" && test "${SYS}" != "beos"; then
2516 AC_CHECK_HEADERS(GL/gl.h, [
2517 VLC_ADD_PLUGINS([opengl])
2518 if test "${SYS}" != "mingw32"; then
2519 VLC_ADD_LDFLAGS([opengl],[-L${x_libraries} -lGL -lGLU])
2521 VLC_ADD_LDFLAGS([opengl],[-lopengl32])
2530 [ --enable-sdl SDL support (default enabled)])
2531 if test "${enable_sdl}" != "no"
2534 AC_ARG_WITH(sdl-config-path,
2535 [ --with-sdl-config-path=PATH sdl-config path (default search in \$PATH)],
2536 [ if test "${with_sdl_config_path}" != "no"
2538 SDL_PATH="${with_sdl_config_path}:${PATH}"
2540 AC_PATH_PROG(SDL12_CONFIG, sdl12-config, no, ${SDL_PATH})
2541 SDL_CONFIG="${SDL12_CONFIG}"
2542 SDL_HEADER="SDL12/SDL.h"
2543 if test "${SDL_CONFIG}" = "no"
2545 AC_PATH_PROG(SDL11_CONFIG, sdl11-config, no, ${SDL_PATH})
2546 SDL_CONFIG=${SDL11_CONFIG}
2547 SDL_HEADER="SDL11/SDL.h"
2549 if test "${SDL_CONFIG}" = "no"
2551 AC_PATH_PROG(SDL_CONFIG, sdl-config, no, ${SDL_PATH})
2552 SDL_HEADER="SDL/SDL.h"
2554 # check for cross-compiling
2556 AC_ARG_WITH(sdl-prefix,
2557 [ --with-sdl-prefix=PATH path to libsdl (needed for cross-compiling),
2559 --with-sdl-prefix=/usr/local/arm/2.95.3/arm-linux/usr)],[],[])
2560 if test "${with_sdl_prefix}" != "no" -a -n "${with_sdl_prefix}"
2562 SDL_PREFIX="--prefix=${with_sdl_prefix}"
2564 if test "${SDL_CONFIG}" != "no"
2566 VLC_ADD_PLUGINS([vout_sdl aout_sdl])
2567 VLC_ADD_CFLAGS([vout_sdl aout_sdl],[`${SDL_CONFIG} ${SDL_PREFIX} --cflags | sed 's,SDL,,'`])
2568 VLC_ADD_LDFLAGS([vout_sdl aout_sdl],[`${SDL_CONFIG} ${SDL_PREFIX} --libs | sed 's,-rdynamic,,'`])
2569 CPPFLAGS="${CPPFLAGS_save} ${CFLAGS_vout_sdl}"
2570 AC_CHECK_HEADERS(${SDL_HEADER}, AC_DEFINE_UNQUOTED(SDL_INCLUDE_FILE,
2571 <${SDL_HEADER}>, Indicate whether we should use SDL/SDL.h or SDL11/SDL.h),
2572 [ AC_CHECK_HEADERS(SDL.h, AC_DEFINE(SDL_INCLUDE_FILE, <SDL.h>,
2573 As a last resort we also test for SDL.h presence),
2574 [ AC_MSG_ERROR([The development package for SDL is not installed.
2575 Please install it and try again. Alternatively you can also configure with
2578 CPPFLAGS="${CPPFLAGS_save}"
2579 if expr 1.1.5 \> `${SDL_CONFIG} --version` >/dev/null
2581 AC_MSG_ERROR([The development package for SDL is not installed.
2582 Please install it and try again. Alternatively you can also configure with
2585 elif test "${enable_sdl}" = "yes"
2587 AC_MSG_ERROR([I couldn't find the SDL package. You can download libSDL
2588 from http://www.libsdl.org/, or configure with --disable-sdl. Have a nice day.
2596 AC_ARG_ENABLE(freetype,
2597 [ --enable-freetype freetype support (default enabled)])
2598 AC_ARG_ENABLE(fribidi,
2599 [ --enable-fribidi fribidi support (default enabled)])
2600 if test "${enable_freetype}" != "no"
2602 FREETYPE_PATH="${PATH}"
2603 AC_ARG_WITH(freetype-config-path,
2604 [ --with-freetype-config-path=PATH freetype-config path (default search in \$PATH)],
2605 [ if test "${with_freetype_config_path}" != "no"
2607 FREETYPE_PATH="${with_freetype_config_path}:${PATH}"
2609 AC_PATH_PROG(FREETYPE_CONFIG, freetype-config, no, ${FREETYPE_PATH})
2611 if test "${FREETYPE_CONFIG}" != "no"
2613 VLC_ADD_PLUGINS([freetype])
2614 VLC_ADD_CFLAGS([freetype],[`${FREETYPE_CONFIG} --cflags` ${INCICONV}])
2615 VLC_ADD_LDFLAGS([freetype],[`${FREETYPE_CONFIG} --libs` ${LIBICONV}])
2616 AC_CHECK_HEADERS(Carbon/Carbon.h,
2617 [VLC_ADD_LDFLAGS([freetype],[-framework Carbon])])
2618 elif test "${enable_freetype}" = "yes"
2620 AC_MSG_ERROR([I couldn't find the freetype package. You can download libfreetype2
2621 from http://www.freetype.org/, or configure with --disable-freetype. Have a nice day.
2626 if test "${enable_fribidi}" != "no"
2628 FRIBIDI_PATH="${PATH}"
2629 AC_ARG_WITH(fribidi-config-path,
2630 [ --with-fribidi-config-path=PATH fribidi-config path (default search in \$PATH)],
2631 [ if test "${with_fribidi_config_path}" != "no"
2633 FRIBIDI_PATH="${with_fribidi_config_path}:${PATH}"
2635 AC_PATH_PROG(FRIBIDI_CONFIG, fribidi-config, no, ${FRIBIDI_PATH})
2637 if test "${FRIBIDI_CONFIG}" != "no"
2639 VLC_ADD_CFLAGS([freetype], [`${FRIBIDI_CONFIG} --cflags` -DHAVE_FRIBIDI])
2640 VLC_ADD_LDFLAGS([freetype], [`${FRIBIDI_CONFIG} --libs`])
2649 [ --enable-svg SVG support (default disabled)])
2650 if test "${enable_svg}" == "yes"
2652 PKG_CHECK_MODULES(SVG,
2653 librsvg-2.0 >= 2.5.0,
2655 VLC_ADD_LDFLAGS([svg],[$SVG_LIBS])
2656 VLC_ADD_CFLAGS([svg],[$SVG_CFLAGS])
2657 VLC_ADD_PLUGINS([svg]) ],
2658 [AC_MSG_WARN(SVG library not found)])
2662 dnl Qt Embedded module
2663 dnl (disabled by default)
2666 [ --enable-qte QT Embedded support (default disabled)])
2667 if test "${enable_qte}" = "yes"
2670 [ --with-qte=PATH Qt Embedded headers and libraries])
2671 if test "${with_qte}" != "no" -a -n "${with_qte}"
2673 VLC_ADD_LDFLAGS([qte],[-L${with_qte}/lib `echo -L${with_qte}/lib | sed 's,opt/QtPalmtop,usr,'` -ljpeg -lqte])
2674 VLC_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])
2676 VLC_ADD_LDFLAGS([qte],[-L${QTDIR}/lib `echo -L${QTDIR}/lib | sed 's,opt/QtPalmtop,usr,'` -ljpeg -lqte])
2677 VLC_ADD_CXXFLAGS([qte],[-I${QTDIR}/include `echo -I${QTDIR}/include | sed 's,opt/QtPalmtop,usr,'` -DQT_QWS_IPAQ -DQWS -fno-exceptions -fno-rtti])
2679 VLC_ADD_PLUGINS([qte])
2681 CPPFLAGS="${CPPFLAGS_save} ${CXXFLAGS_qte}"
2682 AC_CHECK_HEADERS(qt.h jpeglib.h, ,[
2683 AC_MSG_ERROR([echo "Cannot find QT Embedded development headers."])
2685 CPPFLAGS="${CPPFLAGS_save}"
2689 dnl Qt Video output module
2690 dnl (disabled by default)
2692 dnl AC_ARG_ENABLE(qt_video,
2693 dnl [ --enable-qt_video QT Video Output support (default disabled)])
2694 dnl if test "${enable_qt_video}" = "yes"
2696 dnl VLC_ADD_PLUGINS([qt_video])
2697 dnl VLC_ADD_LDFLAGS([qt_video],[-L${QTDIR}/lib])
2698 dnl LDFLAGS="${LDFLAGS_save} ${LDFLAGS_qt_video}"
2699 dnl AC_CHECK_LIB(qt-mt,main,[
2700 dnl VLC_ADD_LDFLAGS([qt_video],[-lqt-mt])
2702 dnl AC_CHECK_LIB(qt,main,[
2703 dnl VLC_ADD_LDFLAGS([qt_video],[-lqt])
2706 dnl NEED_QTE_MAIN=yes
2707 dnl LDFLAGS="${LDFLAGS_save}"
2708 dnl VLC_ADD_CXXFLAGS([qt_video],[-I/usr/include/qt3 -I/usr/include/qt -I${QTDIR}/include])
2712 dnl Roku HD1000 Video output module
2714 AC_ARG_ENABLE(hd1000v,
2715 [ --enable-hd1000v HD1000 Video Output module (default enabled on HD1000)])
2716 if test "${enable_hd1000v}" != "no" &&
2717 (test "${SYS}" != "mingw32" || test "${enable_hd1000v}" = "yes")
2720 AC_CHECK_HEADERS([cascade/graphics/CascadeScreen.h cascade/graphics/CascadeBitmap.h],
2722 can_build_roku="yes"
2726 AC_MSG_WARN([Not building Roku HD1000 compatible video output])
2728 if test "$can_build_roku" = "yes"
2730 VLC_ADD_PLUGINS([hd1000v])
2731 VLC_ADD_LDFLAGS([hd1000v],[-lCascade -ldvbpsi -lmad])
2737 dnl Windows DirectX module
2739 AC_ARG_ENABLE(directx,
2740 [ --enable-directx Win32 DirectX support (default enabled on Win32)])
2741 if test "${enable_directx}" != "no"
2743 if test "${SYS}" = "mingw32" -o "${SYS}" = "cygwin"
2745 AC_ARG_WITH(directx,
2746 [ --with-directx=PATH Win32 DirectX headers])
2747 if test -z "${with_directx}"
2749 AC_CHECK_HEADERS(ddraw.h,
2750 [ VLC_ADD_PLUGINS([vout_directx aout_directx])
2751 VLC_ADD_LDFLAGS([vout_directx],[-lgdi32])
2752 dnl to be moved when dependance is removed
2753 AC_CHECK_HEADERS(GL/gl.h, [
2754 VLC_ADD_PLUGINS([glwin32])
2755 VLC_ADD_LDFLAGS([glwin32],[-lopengl32 -lgdi32])
2758 AC_MSG_CHECKING(for directX headers in ${with_directx})
2759 if test -f ${with_directx}/ddraw.h
2761 VLC_ADD_PLUGINS([vout_directx aout_directx])
2762 VLC_ADD_CPPFLAGS([vout_directx aout_directx],[-I${with_directx}])
2763 VLC_ADD_LDFLAGS([vout_directx],[-lgdi32])
2767 AC_MSG_ERROR([Cannot find ${with_directx}/ddraw.h!])
2774 dnl Linux framebuffer module
2777 [ --enable-fb Linux framebuffer support (default enabled on Linux)])
2778 if test "${enable_fb}" != "no"
2780 AC_CHECK_HEADERS(linux/fb.h, [
2781 VLC_ADD_PLUGINS([fb])
2786 dnl Linux MGA module
2789 [ --enable-mga Linux kernel Matrox support (default disabled)],
2790 [ if test "${enable_mga}" = "yes"
2792 VLC_ADD_PLUGINS([mga])
2798 AC_ARG_ENABLE(svgalib,
2799 [ --enable-svgalib SVGAlib support (default disabled)])
2800 if test "${enable_svgalib}" = "yes"
2802 VLC_ADD_PLUGINS([svgalib])
2803 VLC_ADD_LDFLAGS([svgalib],[-lvgagl -lvga])
2810 [ --enable-ggi GGI support (default disabled)])
2811 if test "${enable_ggi}" = "yes"
2813 VLC_ADD_PLUGINS([ggi])
2814 VLC_ADD_LDFLAGS([ggi],[-lggi])
2816 [ --with-ggi=PATH path to libggi],
2817 [ if test "${with_ggi}" != "no" -a -n "${with_ggi}"
2819 VLC_ADD_CPPFLAGS([ggi],[-I${with_ggi}/include])
2820 VLC_ADD_LDFLAGS([ggi],[-L${with_ggi}/lib])
2827 AC_ARG_ENABLE(glide,
2828 [ --enable-glide Glide (3dfx) support (default disabled)])
2829 if test "${enable_glide}" = "yes"
2831 VLC_ADD_PLUGINS([glide])
2832 VLC_ADD_LDFLAGS([glide],[-lglide2x -lm])
2833 VLC_ADD_CPPFLAGS([glide],[-I/usr/include/glide])
2835 [ --with-glide=PATH path to libglide],
2836 [ if test "${with_glide}" != "no" -a -n "${with_glide}"
2838 VLC_ADD_CPPFLAGS([glide],[-I${with_glide}/include])
2839 VLC_ADD_LDFLAGS([glide],[-L${with_glide}/lib])
2847 [ --enable-aa aalib output (default disabled)])
2848 if test "${enable_aa}" = "yes"
2850 AC_CHECK_HEADER(aalib.h,have_aa="true",have_aa="false")
2851 if test "${have_aa}" = "true"
2853 VLC_ADD_PLUGINS([aa])
2854 VLC_ADD_LDFLAGS([aa],[-laa])
2862 [ --enable-caca libcaca output (default disabled)])
2863 if test "${enable_caca}" = "yes"
2866 AC_ARG_WITH(caca-config-path,
2867 [ --with-caca-config-path=PATH caca-config path (default search in \$PATH)],
2868 [ if test "${with_caca_config_path}" != "no"
2870 CACA_PATH="${with_caca_config_path}:${PATH}"
2872 AC_PATH_PROG(CACA_CONFIG, caca-config, no, ${CACA_PATH})
2873 if test "${CACA_CONFIG}" != "no"
2875 VLC_ADD_PLUGINS([caca])
2876 VLC_ADD_CFLAGS([caca],[`${CACA_CONFIG} --cflags`])
2877 VLC_ADD_LDFLAGS([caca],[`${CACA_CONFIG} --plugin-libs`])
2882 dnl win32 GDI plugin
2884 AC_ARG_ENABLE(wingdi,
2885 [ --enable-wingdi Win32 GDI module (default enabled on Win32)])
2886 if test "${enable_wingdi}" != "no"; then
2887 if test "${SYS}" = "mingw32" -o "${SYS}" = "cygwin"; then
2888 VLC_ADD_PLUGINS([wingdi])
2889 VLC_ADD_LDFLAGS([wingdi],[-lgdi32])
2897 AC_ARG_WITH(,[Audio plugins:])
2900 dnl OSS /dev/dsp module (enabled by default except on win32)
2903 [ --enable-oss Linux OSS /dev/dsp support (enabled on Linux)])
2905 if test "${enable_oss}" != "no" &&
2906 (test "${SYS}" != "mingw32" || test "${enable_oss}" = "yes")
2908 AC_CHECK_HEADERS(soundcard.h sys/soundcard.h machine/soundcard.h, [
2909 VLC_ADD_PLUGINS([oss])
2910 AC_CHECK_LIB(ossaudio,main,VLC_ADD_LDFLAGS([oss],[-lossaudio]))
2918 [ --enable-esd Esound library support (default disabled)],
2919 [if test "${enable_esd}" = "yes"
2921 AC_PATH_PROG(ESD_CONFIG, esd-config, no)
2922 if test "${ESD_CONFIG}" != "no"
2924 VLC_ADD_PLUGINS([esd])
2925 VLC_ADD_CFLAGS([esd],[`${ESD_CONFIG} --cflags`])
2926 VLC_ADD_LDFLAGS([esd],[`${ESD_CONFIG} --libs`])
2934 [ --enable-arts aRts sound server (default disabled)],
2935 [if test "${enable_arts}" = "yes"
2937 AC_PATH_PROG(ARTS_CONFIG, artsc-config, no)
2938 if test "${ARTS_CONFIG}" != "no"
2940 VLC_ADD_PLUGINS([arts])
2941 VLC_ADD_CFLAGS([arts],[`${ARTS_CONFIG} --cflags`])
2942 VLC_ADD_LDFLAGS([arts],[`${ARTS_CONFIG} --libs `])
2950 [ --enable-alsa ALSA sound support for Linux (default disabled)],
2951 [if test "${enable_alsa}" = "yes"
2953 AC_CHECK_HEADER(alsa/asoundlib.h, AC_CHECK_LIB(asound, main, have_alsa="true", have_alsa="false"),have_alsa="false")
2954 if test "${have_alsa}" = "true"
2956 AC_TRY_COMPILE([#define ALSA_PCM_NEW_HW_PARAMS_API
2957 #define ALSA_PCM_NEW_SW_PARAMS_API
2958 #include <alsa/asoundlib.h>],
2959 [void foo() { snd_pcm_hw_params_get_period_time(0,0,0); }],
2960 AC_DEFINE(HAVE_ALSA_NEW_API, 1, Define if ALSA is at least rc4))
2961 VLC_ADD_PLUGINS([alsa])
2962 VLC_ADD_LDFLAGS([alsa],[-lasound -lm -ldl])
2964 AC_MSG_ERROR([Could not find ALSA development headers])
2969 dnl win32 waveOut plugin
2971 AC_ARG_ENABLE(waveout,
2972 [ --enable-waveout Win32 waveOut module (default enabled on Win32)])
2973 if test "${enable_waveout}" != "no"; then
2974 if test "${SYS}" = "mingw32" -o "${SYS}" = "cygwin"; then
2975 VLC_ADD_PLUGINS([waveout])
2976 VLC_ADD_LDFLAGS([waveout],[-lwinmm])
2981 dnl CoreAudio plugin
2983 AC_ARG_ENABLE(coreaudio,
2984 [ --enable-coreaudio CoreAudio module (default enabled on MacOS X)])
2985 if test "${enable_coreaudio}" != "no" &&
2986 (test "${SYS}" = "darwin" || test "${enable_coreaudio}" = "yes")
2988 AC_CHECK_HEADERS(CoreAudio/CoreAudio.h,
2989 [ VLC_ADD_BUILTINS([coreaudio])
2990 VLC_ADD_LDFLAGS([coreaudio],[-framework CoreAudio])
2991 AC_MSG_CHECKING(for kAudioConverterPrimeMethod in AudioToolbox/AudioConverter.h)
2992 AC_EGREP_HEADER(kAudioConverterPrimeMethod,AudioToolbox/AudioConverter.h,[
2994 VLC_ADD_PLUGINS([coreaudio_resampler])
2995 VLC_ADD_LDFLAGS([coreaudio_resampler],[-framework AudioToolbox])
2996 ],[ AC_MSG_RESULT(no) ])
2997 ], [ AC_MSG_ERROR([cannot find CoreAudio headers]) ])
3001 dnl Roku HD1000 audio
3003 AC_ARG_ENABLE(hd1000a,
3004 [ --enable-hd1000a HD1000 audio module (default enabled on HD1000)])
3005 if test "${enable_hd1000a}" != "no" &&
3006 (test "${SYS}" != "mingw32" || test "${enable_hd1000a}" = "yes")
3009 AC_CHECK_HEADERS(deschutes/libraries/hdmachinex225/PCMAudioPlayer.h, [
3010 VLC_ADD_PLUGINS([hd1000a])
3011 AC_CHECK_LIB(HDMachineX225,main,VLC_ADD_LDFLAGS([hd1000a],[-lHDMachineX225])) ])
3016 dnl Interface plugins
3019 AC_ARG_WITH(,[Interface plugins:])
3021 dnl special case for BeOS
3022 if test "${SYS}" = "beos"
3024 VLC_ADD_PLUGINS([beos])
3030 AC_ARG_ENABLE(skins,
3031 [ --enable-skins Skins interface module (default enabled on Win32)])
3032 if test "${enable_skins}" != "no"; then
3033 if test "${SYS}" = "mingw32" -o "${SYS}" = "cygwin"; then
3035 VLC_ADD_PLUGINS([skins])
3036 ALIASES="${ALIASES} svlc"
3037 VLC_ADD_CPPFLAGS([skins],[-U_OFF_T_ -U_off_t -Imodules/gui/skins])
3038 VLC_ADD_CXXFLAGS([skins],[-O2 -fno-rtti])
3039 VLC_ADD_LDFLAGS([skins],[-loleaut32 -lwinspool -lwinmm -lshell32 -lctl3d32 -ladvapi32 -lwsock32 -lgdi32 -lcomdlg32 -lole32 -luuid -lcomctl32])
3041 else if test "${enable_skins}" = "yes"; then
3042 VLC_ADD_PLUGINS([skins])
3043 ALIASES="${ALIASES} svlc"
3044 VLC_ADD_CPPFLAGS([skins],[-Imodules/gui/skins -I${x_includes} -I/usr/include/freetype2 -DX11_SKINS])
3045 VLC_ADD_CXXFLAGS([skins],[-O2 -fno-rtti])
3046 VLC_ADD_LDFLAGS([skins],[-L${x_libraries} -lImlib2 -lXext -lX11 -lfreetype -lpng -lz ])
3053 AC_ARG_ENABLE(skins2,
3054 [ --enable-skins2 Skins2 interface module (experimental)])
3055 if test "${enable_skins2}" = "yes" || (test "${SYS}" != "darwin" && test "${SYS}" != "beos" && test "${enable_skins2}" != "no"); then
3057 dnl test for the required libraries
3058 skins2_missing_lib="no"
3061 if test "${FREETYPE_CONFIG}" != "no"; then
3062 VLC_ADD_CPPFLAGS([skins2],[`${FREETYPE_CONFIG} --cflags`])
3063 VLC_ADD_LDFLAGS([skins2],[`${FREETYPE_CONFIG} --libs`])
3065 skins2_missing_lib="yes"
3066 if test "${enable_skins2}" = "yes"; then
3067 AC_MSG_ERROR([Could not find freetype (required for skins2)])
3072 if test "$am_cv_func_iconv" = "yes"; then
3073 VLC_ADD_CPPFLAGS([skins2],[${INCICONV}])
3074 VLC_ADD_LDFLAGS([skins2],[${LIBICONV} -lpng])
3076 skins2_missing_lib="yes"
3077 if test "${enable_skins2}" = "yes"; then
3078 AC_MSG_ERROR([Could not find iconv (required for skins2)])
3084 AC_ARG_WITH(xml2-config-path,
3085 [ --with-xml2-config-path=PATH xml2-config path (default search in \$PATH)],
3086 [ if test "${with_xml2_config_path}" != "no"; then
3087 XML2_PATH="${with_xml2_config_path}:${PATH}"
3089 AC_PATH_PROG(XML2_CONFIG, xml2-config, no, ${XML2_PATH})
3090 if test "${XML2_CONFIG}" != "no"; then
3091 VLC_ADD_CPPFLAGS([skins2],[`${XML2_CONFIG} --cflags`])
3092 VLC_ADD_LDFLAGS([skins2],[`${XML2_CONFIG} --libs`])
3093 dnl skins2 depends on the xmlTextReader extension
3094 LDFLAGS="${LDFLAGS_save} ${LDFLAGS_skins2}"
3095 AC_CHECK_LIB(xml2,xmlTextReaderConstName,[],[
3096 skins2_missing_lib="yes"
3097 AC_MSG_WARN([libxml2 missing the xmlTextReader extension, you should update your version; maybe you are missing libpng.])
3098 if test "${enable_skins2}" = "yes"; then
3099 AC_MSG_ERROR([libxml2 missing the xmlTextReader extension (required for skins2)])
3101 LDFLAGS="${LDFLAGS_save}"
3103 skins2_missing_lib="yes"
3104 if test "${enable_skins2}" = "yes"; then
3105 AC_MSG_ERROR([Could not find libxml2 (required for skins2)])
3109 if test "${skins2_missing_lib}" = "no" && (test "${SYS}" = "mingw32" -o "${SYS}" = "cygwin"); then
3110 VLC_ADD_PLUGINS([skins2])
3111 ALIASES="${ALIASES} svlc"
3112 VLC_ADD_CPPFLAGS([skins2],[-U_OFF_T_ -U_off_t -Imodules/gui/skins2 -DWIN32_SKINS])
3113 VLC_ADD_CXXFLAGS([skins2],[-O2 -fno-rtti])
3114 VLC_ADD_LDFLAGS([skins2],[-loleaut32 -lwinspool -lwinmm -lshell32 -lctl3d32 -ladvapi32 -lwsock32 -lgdi32 -lcomdlg32 -lole32 -luuid -lcomctl32])
3116 else if test "${skins2_missing_lib}" = "no"; then
3117 VLC_ADD_PLUGINS([skins2])
3118 ALIASES="${ALIASES} svlc"
3119 VLC_ADD_CPPFLAGS([skins2],[-Imodules/gui/skins2 -I${x_includes} -DX11_SKINS])
3120 VLC_ADD_CXXFLAGS([skins2],[-O2 -fno-rtti])
3121 VLC_ADD_LDFLAGS([skins2],[-L${x_libraries} -lXext -lX11])
3129 dnl AC_ARG_ENABLE(gtk,
3130 dnl [ --enable-gtk Gtk+ support (default enabled)])
3131 dnl if test "${enable_gtk}" != "no"
3133 dnl GTK_PATH="${PATH}"
3134 dnl AC_ARG_WITH(gtk-config-path,
3135 dnl [ --with-gtk-config-path=PATH gtk-config path (default search in \$PATH)],
3136 dnl [ if test "${with_gtk_config_path}" != "no"
3138 dnl GTK_PATH="${with_gtk_config_path}:${PATH}"
3140 dnl # look for gtk-config
3141 dnl AC_PATH_PROG(GTK12_CONFIG, gtk12-config, no, ${GTK_PATH})
3142 dnl GTK_CONFIG=${GTK12_CONFIG}
3143 dnl if test "${GTK_CONFIG}" = "no"
3145 dnl AC_PATH_PROG(GTK_CONFIG, gtk-config, no, ${GTK_PATH})
3147 dnl if test "${GTK_CONFIG}" != "no"
3149 dnl if expr 1.2.0 \> `${GTK_CONFIG} --version` >/dev/null
3151 dnl AC_MSG_ERROR([Your development package for Gtk+ is too old, you need at least version 1.2.0. Please upgrade and try again. Alternatively you can also configure with --disable-gtk.])
3153 dnl if test "${SYS}" != "mingw32"; then
3154 dnl VLC_ADD_CFLAGS([gtk],[`${GTK_CONFIG} --cflags gtk gthread`])
3155 dnl VLC_ADD_LDFLAGS([gtk],[`${GTK_CONFIG} --libs gtk gthread | sed 's,-rdynamic,,'`])
3157 dnl VLC_ADD_CFLAGS([gtk],[`${GTK_CONFIG} --cflags gtk`])
3158 dnl VLC_ADD_LDFLAGS([gtk],[`${GTK_CONFIG} --libs gtk | sed 's,-rdynamic,,'`])
3160 dnl # now look for the gtk.h header
3161 dnl CPPFLAGS="${CPPFLAGS_save} ${CFLAGS_gtk}"
3162 dnl ac_cv_gtk_headers=yes
3163 dnl AC_CHECK_HEADERS(gtk/gtk.h glib.h gdk/gdk.h, , [
3164 dnl ac_cv_gtk_headers=no
3165 dnl echo "Cannot find gtk development headers."
3167 dnl if test "${ac_cv_gtk_headers}" = "yes"
3169 dnl VLC_ADD_PLUGINS([gtk])
3170 dnl if test "${SYS}" != "mingw32"; then
3171 dnl NEED_GTK_MAIN=yes
3173 dnl ALIASES="${ALIASES} gvlc"
3175 dnl CPPFLAGS="${CPPFLAGS_save}"
3180 dnl Gtk+2 module ! Disabled for now as it is unusable and confuses users
3182 dnl AC_ARG_ENABLE(gtk2,
3183 dnl [ --enable-gtk2 Gtk2 support (default disabled)])
3184 dnl if test "${enable_gtk2}" = "yes"
3186 dnl PKG_CHECK_MODULES(GTK2, [gtk+-2.0 >= 2.0.0, gthread-2.0])
3187 dnl VLC_ADD_CFLAGS([gtk2],[${GTK2_CFLAGS}])
3188 dnl VLC_ADD_LDFLAGS([gtk2],[${GTK2_LIBS}])
3189 dnl VLC_ADD_PLUGINS([gtk2])
3190 dnl if test "${SYS}" != "mingw32"; then
3191 dnl NEED_GTK2_MAIN=yes
3196 dnl PDA Gtk+2 module
3199 [ --enable-pda PDA interface needs Gtk2 support (default disabled)])
3200 if test "${enable_pda}" = "yes"
3202 PKG_CHECK_MODULES(GTK2, [gtk+-2.0 >= 2.0.0, gthread-2.0])
3203 VLC_ADD_CFLAGS([gtk2],[${GTK2_CFLAGS}])
3204 VLC_ADD_LDFLAGS([gtk2],[${GTK2_LIBS}])
3205 VLC_ADD_CFLAGS([pda],[${GTK2_CFLAGS} ${CFLAGS_pda}])
3206 VLC_ADD_LDFLAGS([pda],[${GTK2_LIBS} ${LDFLAGS_pda}])
3207 VLC_ADD_PLUGINS([pda])
3208 if test "${SYS}" != "mingw32"; then
3214 dnl dnl Gnome module
3216 dnl AC_ARG_ENABLE(gnome,
3217 dnl [ --enable-gnome Gnome interface support (default disabled)],
3218 dnl [if test "${enable_gnome}" = "yes"; then
3219 dnl # look for gnome-config
3220 dnl AC_PATH_PROG(GNOME_CONFIG, gnome-config, no)
3221 dnl if test -x ${GNOME_CONFIG}
3223 dnl VLC_ADD_CFLAGS([gnome],[`${GNOME_CONFIG} --cflags gtk gnomeui`])
3224 dnl VLC_ADD_LDFLAGS([gnome],[`${GNOME_CONFIG} --libs gnomeui | sed 's,-rdynamic,,'`])
3226 dnl # now look for the gnome.h header
3227 dnl CPPFLAGS="${CPPFLAGS_save} ${CFLAGS_gnome}"
3228 dnl AC_CHECK_HEADERS(gnome.h, [
3229 dnl VLC_ADD_PLUGINS([gnome])
3230 dnl NEED_GTK_MAIN=yes
3231 dnl NEED_GNOME_MAIN=yes
3232 dnl ALIASES="${ALIASES} gnome-vlc"
3233 dnl dnl We need this because of some moronic gnomesupport.h flavours
3234 dnl AC_MSG_CHECKING(for strndup in gnome.h)
3235 dnl AC_EGREP_HEADER(strndup,gnome.h,[
3236 dnl AC_MSG_RESULT(yes)
3237 dnl AC_DEFINE(STRNDUP_IN_GNOME_H, 1,
3238 dnl Define if <gnome.h> defines strndup.)],[
3239 dnl AC_MSG_RESULT(no)])
3241 dnl AC_MSG_ERROR([Can't find gnome headers. Please install the gnome
3242 dnl developement tools or remove the --enable-gnome option])
3244 dnl CPPFLAGS="${CPPFLAGS_save}"
3248 dnl Gnome2 module ! Disabled for know as it is unuseable and confuses users
3250 dnl AC_ARG_ENABLE(gnome2,
3251 dnl [ --enable-gnome2 Gnome2 support (default disabled)])
3252 dnl if test "${enable_gnome2}" = "yes"
3254 dnl PKG_CHECK_MODULES(GNOME2, [libgnomeui-2.0])
3255 dnl VLC_ADD_CFLAGS([gnome2],[${GNOME2_CFLAGS}])
3256 dnl VLC_ADD_LDFLAGS([gnome2],[${GNOME2_LIBS}])
3257 dnl VLC_ADD_PLUGINS([gnome2])
3258 dnl if test "${SYS}" != "mingw32"; then
3259 dnl NEED_GNOME2_MAIN=yes
3264 dnl wxWindows module
3266 AC_ARG_ENABLE(wxwindows,
3267 [ --enable-wxwindows wxWindows support (default enabled)])
3268 if test "${enable_wxwindows}" != "no"
3270 WXWINDOWS_PATH="${PATH}"
3271 AC_ARG_WITH(wx-config-path,
3272 [ --with-wx-config-path=PATH wx-config path (default search in \$PATH)],
3273 [ if test "${with_wx_config_path}" != "no"
3275 WXWINDOWS_PATH="${with_wx_config_path}:${PATH}"
3277 # look for wx-config
3278 AC_PATH_PROG(WX_CONFIG, wx-config, no, ${WXWINDOWS_PATH})
3279 if test "${WX_CONFIG}" != "no"
3281 if expr 2.3.0 \> `${WX_CONFIG} --version` >/dev/null
3283 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.])
3286 VLC_ADD_CXXFLAGS([wxwindows],[`${WX_CONFIG} --cxxflags`])
3287 VLC_ADD_LDFLAGS([wxwindows],[`${WX_CONFIG} --libs`])
3288 # now look for the wxprec.h header
3289 CPPFLAGS="${CPPFLAGS_save} ${CXXFLAGS_wxwindows}"
3290 ac_cv_wx_headers=yes
3291 AC_CHECK_HEADERS(wx/wxprec.h, , [
3293 echo "Cannot find wxWindows development headers."
3295 if test "${ac_cv_wx_headers}" = "yes"
3297 VLC_ADD_PLUGINS([wxwindows])
3298 ALIASES="${ALIASES} wxvlc"
3300 CPPFLAGS="${CPPFLAGS_save}"
3308 dnl AC_ARG_ENABLE(qt,
3309 dnl [ --enable-qt Qt interface support (default disabled)],
3310 dnl [if test "${enable_qt}" = "yes"; then
3311 dnl VLC_ADD_PLUGINS([qt])
3312 dnl ALIASES="${ALIASES} qvlc"
3313 dnl VLC_ADD_LDFLAGS([qt],[-L${QTDIR}/lib])
3314 dnl LDFLAGS="${LDFLAGS_save} ${LDFLAGS_qt}"
3315 dnl AC_CHECK_LIB(qt-mt,main,[
3316 dnl VLC_ADD_LDFLAGS([qt],[-lqt-mt])
3318 dnl AC_CHECK_LIB(qt,main,[
3319 dnl VLC_ADD_LDFLAGS([qt],[-lqt])
3322 dnl LDFLAGS="${LDFLAGS_save}"
3323 dnl VLC_ADD_CXXFLAGS([qt],[-I/usr/include/qt3 -I/usr/include/qt -I${QTDIR}/include])
3324 dnl if test -x ${QTDIR}/bin/moc
3326 dnl MOC=${QTDIR}/bin/moc
3335 dnl AC_ARG_ENABLE(kde,
3336 dnl [ --enable-kde KDE interface support (default disabled)],
3337 dnl [if test "${enable_kde}" = "yes"; then
3338 dnl VLC_ADD_PLUGINS([kde])
3339 dnl ALIASES="${ALIASES} kvlc"
3340 dnl VLC_ADD_LDFLAGS([kde],[-L${KDEDIR}/lib])
3341 dnl dnl Check for -lkfile (only in KDE 2) or -lkdeui -lkio (KDE 3)
3342 dnl LDFLAGS="${LDFLAGS_save} ${LDFLAGS_kde}"
3343 dnl AC_CHECK_LIB(kfile,main,[
3344 dnl VLC_ADD_LDFLAGS([kde],[-lkfile])
3346 dnl LDFLAGS="${LDFLAGS_save} ${LDFLAGS_kde}"
3347 dnl AC_CHECK_LIB(kdeui,main,[
3348 dnl VLC_ADD_LDFLAGS([kde],[-lkdeui])
3350 dnl LDFLAGS="${LDFLAGS_save} ${LDFLAGS_kde}"
3351 dnl AC_CHECK_LIB(kio,main,[
3352 dnl VLC_ADD_LDFLAGS([kde],[-lkio])
3354 dnl LDFLAGS="${LDFLAGS_save}"
3355 dnl VLC_ADD_CXXFLAGS([kde],[-I/usr/include/kde -I/usr/include/qt3 -I/usr/include/qt])
3356 dnl VLC_ADD_CXXFLAGS([kde],[-I${KDEDIR}/include -I${QTDIR}/include])
3357 dnl if test -x ${QTDIR}/bin/moc
3359 dnl MOC=${QTDIR}/bin/moc
3366 dnl Opie QT embedded module
3369 [ --enable-opie Qt embedded interface support (default disabled)],
3370 [if test "${enable_opie}" = "yes"; then
3372 [ --with-qte=PATH Qt Embedded headers and libraries])
3373 if test "${with_qte}" != "no" -a -n "${with_qte}"
3375 VLC_ADD_LDFLAGS([qte],[-L${with_qte}/lib `echo -L${with_qte}/lib | sed 's,opt/QtPalmtop,usr,'` -ljpeg -lqte])
3376 VLC_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])
3378 VLC_ADD_LDFLAGS([qte],[-L${QTDIR}/lib `echo -L${QTDIR}/lib | sed 's,opt/QtPalmtop,usr,'`])
3379 VLC_ADD_CXXFLAGS([qte],[-I${QTDIR}/include `echo -I${QTDIR}/include | sed 's,opt/QtPalmtop,usr,'`])
3381 CPPFLAGS="${CPPFLAGS_save} ${CXXFLAGS_qte}"
3382 AC_CHECK_HEADERS(qt.h jpeglib.h, ,[
3383 AC_MSG_ERROR([echo "Cannot find QT Embedded development headers."])
3385 CPPFLAGS="${CPPFLAGS_save}"
3387 VLC_ADD_PLUGINS([opie])
3389 VLC_ADD_LDFLAGS([opie],[-lqpe ${LDFLAGS_qte}])
3390 VLC_ADD_CXXFLAGS([opie],[${CXXFLAGS_qte}])
3391 if test "${with_qte}" != "no" -a -n "${with_qte}"
3393 MOC=${with_qte}/bin/moc
3395 MOC=${QTDIR}/bin/moc
3402 AC_ARG_ENABLE(macosx,
3403 [ --enable-macosx MacOS X support (default enabled on MacOS X)],
3404 [if test "${enable_macosx}" = "yes"
3406 VLC_ADD_BUILTINS([macosx])
3407 VLC_ADD_LDFLAGS([macosx],[-framework IOKit -framework Cocoa -framework Carbon -framework QuickTime -lobjc -ObjC -framework OpenGL])
3409 [AC_CHECK_HEADERS(Cocoa/Cocoa.h,
3410 VLC_ADD_BUILTINS([macosx])
3411 VLC_ADD_LDFLAGS([macosx],[-framework IOKit -framework Cocoa -framework Carbon -framework QuickTime -lobjc -ObjC -framework OpenGL])
3418 [ --enable-qnx QNX RTOS support (default enabled on QNX RTOS)])
3419 if test "${enable_qnx}" != "no"
3421 AC_CHECK_HEADERS(Ph.h, [
3422 VLC_ADD_PLUGINS([qnx])
3423 VLC_ADD_LDFLAGS([qnx],[-lasound -lph])
3430 AC_ARG_ENABLE(ncurses,
3431 [ --enable-ncurses ncurses interface support (default disabled)],
3432 [if test "${enable_ncurses}" = "yes"; then
3433 VLC_ADD_PLUGINS([ncurses])
3434 VLC_ADD_LDFLAGS([ncurses],[-lncurses])
3441 [ --enable-xosd xosd interface support (default disabled)])
3442 if test "${enable_xosd}" = "yes"
3444 AC_CHECK_HEADER(xosd.h, have_xosd="true", have_xosd="false")
3445 AC_CHECK_LIB(xosd,xosd_set_offset,
3446 AC_DEFINE(HAVE_XOSD_VERSION_1, 1, Define if <xosd.h> is 1.0.x),
3447 AC_CHECK_LIB(xosd,xosd_set_horizontal_offset,
3448 AC_DEFINE(HAVE_XOSD_VERSION_2, 1, Define if <xosd.h> is 2.0.x),
3449 AC_TRY_COMPILE([#include <xosd.h>],
3450 [void foo() { xosd_init("foo","bar",12,XOSD_top,2,12,42); }],,
3451 AC_DEFINE(HAVE_XOSD_VERSION_0, 1, Define if <xosd.h> is pre-1.0.0))))
3452 if test "${have_xosd}" = "true"
3454 VLC_ADD_PLUGINS([xosd])
3455 VLC_ADD_LDFLAGS([xosd],[-lxosd])
3460 dnl Visualisation plugin
3462 AC_ARG_ENABLE(visual,
3463 [ --enable-visual visualisation plugin (default enabled)])
3464 if test "${enable_visual}" != "no"
3466 VLC_ADD_PLUGINS([visual])
3470 dnl OpenGL visualisation plugin
3472 AC_ARG_ENABLE(galaktos,
3473 [ --enable-galaktos OpenGL visualisation plugin (default disabled)])
3474 if test "${enable_galaktos}" = "yes"
3476 AC_CHECK_HEADERS(GL/gl.h, [
3477 VLC_ADD_PLUGINS([galaktos])
3478 if test "${SYS}" != "mingw32"; then
3479 VLC_ADD_LDFLAGS([galaktos],[-L${x_libraries} -lGL -lGLU])
3481 VLC_ADD_LDFLAGS([galaktos],[-lopengl32])
3487 dnl goom visualization plugin
3490 [ --enable-goom goom visualisation plugin (default disabled)])
3491 if test "${enable_goom}" = "yes"
3493 AC_ARG_WITH(goom-tree,
3494 [ --with-goom-tree=PATH goom tree for static linking (required)])
3497 dnl test for --with-goom-tree
3499 if test "${with_goom_tree}" != "no" -a -n "${with_goom_tree}"; then
3500 AC_MSG_CHECKING(for libgoom2.a in ${with_goom_tree})
3501 real_goom_tree="`cd ${with_goom_tree} 2>/dev/null && pwd`"
3502 if test -z "${real_goom_tree}"; then
3503 dnl The given directory can't be found
3505 AC_MSG_ERROR([cannot cd to ${with_goom_tree}])
3507 if test -f "${real_goom_tree}/src/.libs/libgoom2.a"; then
3508 AC_MSG_RESULT(${real_goom_tree}/src/.libs/libgoom2.a)
3509 VLC_ADD_BUILTINS([goom])
3510 VLC_ADD_LDFLAGS([goom],[-L${real_goom_tree}/src/.libs -lgoom2])
3511 VLC_ADD_CPPFLAGS([goom],[-I${real_goom_tree}/src -DUSE_GOOM_TREE])
3513 dnl The given libgoom2 wasn't built, try to look for the old goom
3515 AC_MSG_CHECKING(for libgoom.a in ${with_goom_tree})
3516 if test -f "${real_goom_tree}/libgoom.a"; then
3517 AC_MSG_RESULT(${real_goom_tree}/libgoom.a)
3518 VLC_ADD_BUILTINS([goom])
3519 VLC_ADD_LDFLAGS([goom],[-L${real_goom_tree} -lgoom])
3520 VLC_ADD_CPPFLAGS([goom],[-I${real_goom_tree} -DUSE_GOOM_TREE -DOLD_GOOM])
3522 dnl The given libgoom wasn't built
3524 AC_MSG_ERROR([cannot find ${real_goom_tree}/src/.libs/libgoom2.a, make sure you compiled goom in ${with_goom_tree}])
3528 AC_CHECK_HEADERS(goom/goom.h, [
3529 AC_CHECK_LIB(goom2, goom_init, [
3530 VLC_ADD_PLUGINS([goom])
3531 VLC_ADD_LDFLAGS([goom],[-lgoom2])
3533 AC_MSG_ERROR([Could not find goom on your system: you may get it from http://www.ios-software.com/.])
3540 dnl SLP access plugin
3543 [ --enable-slp SLP service discovery support (default disabled)])
3544 if test "${enable_slp}" = "yes"
3547 [ --with-slp=PATH libslp headers and libraries])
3548 if test -z "${with_slp}"
3550 AC_CHECK_HEADERS(slp.h, have_slp="true", have_slp="false")
3551 if test "${have_slp}" = "true"
3553 VLC_ADD_PLUGINS([slp])
3554 VLC_ADD_LDFLAGS([slp],[-lslp])
3555 VLC_ADD_LDFLAGS([stream_out_standard],[-lslp])
3558 AC_MSG_CHECKING(for slp headers in ${with_slp})
3559 if test -f ${with_slp}/slp.h
3561 dnl Use ${with_slp}/libslp/slp.h
3563 VLC_ADD_PLUGINS([slp])
3564 VLC_ADD_LDFLAGS([slp],[-L${with_slp} -lslp])
3565 VLC_ADD_LDFLAGS([stream_out_standard],[-L${with_slp} -lslp])
3566 VLC_ADD_CPPFLAGS([slp],[-I${with_slp}])
3567 AC_DEFINE(HAVE_SLP_H)
3569 dnl No libslp could be found, sorry
3571 AC_MSG_ERROR([cannot find ${with_slp}/slp.h])
3580 [ --enable-lirc lirc support (default disabled)])
3581 if test "${enable_lirc}" = "yes"
3583 AC_CHECK_HEADER(lirc/lirc_client.h, AC_CHECK_LIB(lirc_client, lirc_init, have_lirc="true", have_lirc="false"),have_lirc="false")
3584 if test "${have_lirc}" = "true"
3586 VLC_ADD_PLUGINS([lirc])
3587 VLC_ADD_LDFLAGS([lirc],[-llirc_client])
3594 AC_ARG_ENABLE(joystick,
3595 [ --enable-joystick joystick control (default disabled)])
3596 if test "${enable_joystick}" = "yes"
3598 AC_CHECK_HEADER( linux/joystick.h,
3599 [VLC_ADD_PLUGINS([joystick])]
3604 dnl corba (ORBit) plugin
3606 dnl Default: do not enable corba
3608 AC_ARG_ENABLE(corba,
3609 [ --enable-corba corba interface support (default disabled)])
3610 if test "${enable_corba}" = "yes"; then
3612 PKG_CHECK_MODULES(CORBA,
3613 ORBit-2.0 >= 2.8.0 \
3614 glib-2.0 >= $GLIB_VERSION \
3615 gobject-2.0 >= $GLIB_VERSION \
3616 gthread-2.0 >= $GLIB_VERSION,
3619 VLC_ADD_LDFLAGS([corba],[$CORBA_LIBS])
3620 VLC_ADD_CFLAGS([corba],[$CORBA_CFLAGS])
3621 VLC_ADD_PLUGINS([corba snapshot]) ],
3623 AC_MSG_WARN(corba library not found) ])
3625 AM_CONDITIONAL(ENABLE_CORBA, test "$enablecorba" = "true")
3627 AC_ARG_WITH(,[Misc options:])
3630 dnl Endianness check, AC_C_BIGENDIAN doesn't work if we are cross-compiling
3632 dnl We give the user the opportunity to specify
3633 dnl --with-words=big or --with-words=little ; otherwise, try to guess
3636 [ --with-words=endianness set endianness (big or little)])
3637 case "${with_words}" in
3639 ac_cv_c_bigendian=yes
3642 ac_cv_c_bigendian=no
3645 dnl Try to guess endianness by matching patterns on a compiled
3646 dnl binary, by looking for an ASCII or EBCDIC string
3647 AC_CACHE_CHECK([whether the byte order is big-endian],
3648 [ac_cv_c_bigendian],
3649 [ac_cv_c_bigendian="unknown"
3650 [cat >conftest.c <<EOF
3651 short am[] = { 0x4249, 0x4765, 0x6e44, 0x6961, 0x6e53, 0x7953, 0 };
3652 short ai[] = { 0x694c, 0x5454, 0x656c, 0x6e45, 0x6944, 0x6e61, 0 };
3653 void _a(void) { char*s = (char*)am; s = (char *)ai; }
3654 short ei[] = { 0x89D3, 0xe3e3, 0x8593, 0x95c5, 0x89c4, 0x9581, 0 };
3655 short em[] = { 0xc2c9, 0xc785, 0x95c4, 0x8981, 0x95e2, 0xa8e2, 0 };
3656 void _e(void) { char*s = (char*)em; s = (char*)ei; }
3657 int main(void) { _a(); _e(); return 0; }
3660 if test -f conftest.c
3662 if ${CC-cc} -c conftest.c -o conftest.o >>config.log 2>&1 \
3663 && test -f conftest.o
3665 if test "`strings conftest.o | grep BIGenDianSyS`"
3667 ac_cv_c_bigendian="yes"
3669 if test "`strings conftest.o | grep LiTTleEnDian`"
3671 ac_cv_c_bigendian="no"
3676 if test "${ac_cv_c_bigendian}" = "unknown"
3678 AC_MSG_ERROR([Could not guess endianness, please use --with-words])
3682 dnl Now we know what to use for endianness, just put it in the header
3683 if test "${ac_cv_c_bigendian}" = "yes"
3685 AC_DEFINE(WORDS_BIGENDIAN, 1, big endian system)
3692 AC_ARG_ENABLE(mozilla,
3693 [ --enable-mozilla build a vlc-based Mozilla plugin (default disabled)])
3694 if test "${enable_mozilla}" = "yes" -a "${SYS}" != "mingw32"
3696 AC_PATH_PROG(MOZILLA_CONFIG, mozilla-config, no)
3697 if test "${MOZILLA_CONFIG}" = "no"
3699 AC_MSG_ERROR([Please install the Mozilla development tools, mozilla-config was not found.])
3701 if test "${SYS}" != "mingw32"; then
3702 LDFLAGS="${LDFLAGS_save} -L${x_libraries}"
3703 AC_CHECK_LIB(Xt,XtStrings,
3704 [VLC_ADD_LDFLAGS([mozilla],[-L${x_libraries} -lXt -lX11 -lSM -lICE])],
3706 [[-L${x_libraries} -lX11 -lSM -lICE]
3708 LDFLAGS="${LDFLAGS_save}"
3711 dnl Workaround for http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=150490
3712 VLC_ADD_CPPFLAGS([mozilla],[[`${MOZILLA_CONFIG} --cflags plugin xpcom java | sed 's,-I\([^ ]*\)/mozilla/\([^ ]*\),-I\1/\2 -I\1/mozilla/\2,g' | xargs`]])
3713 VLC_ADD_LDFLAGS([mozilla],[`${MOZILLA_CONFIG} --libs plugin xpcom`])
3714 CPPFLAGS="${CPPFLAGS_save} ${CPPFLAGS_mozilla}"
3715 AC_CHECK_HEADERS(mozilla-config.h)
3716 CPPFLAGS="${CPPFLAGS_save}"
3719 dnl special case for mingw32
3720 elif test "${enable_mozilla}" = "yes"
3722 AC_CHECK_TOOL(CYGPATH, cygpath, "")
3723 AC_ARG_WITH(mozilla-sdk-path,
3724 [ --with-mozilla-sdk-path=PATH path to win32 mozilla sdk], [
3725 real_mozilla_sdk="`cd ${with_mozilla_sdk_path} 2>/dev/null && pwd`"
3726 CPPFLAGS="${CPPFLAGS_save} ${real_mozilla_sdk}"
3727 AC_CHECK_HEADERS(mozilla-config.h, [
3729 VLC_ADD_CPPFLAGS([mozilla],[-DXPCOM_GLUE -I${real_mozilla_sdk} -I${real_mozilla_sdk}/embedstring/include -I${real_mozilla_sdk}/xpcom/include -I${real_mozilla_sdk}/nspr/include -I${real_mozilla_sdk}/string/include -I${real_mozilla_sdk}/plugin/include -I${real_mozilla_sdk}/java/include])
3730 VLC_ADD_LDFLAGS([mozilla],[-L${real_mozilla_sdk}/embedstring/bin -L${real_mozilla_sdk}/xpcom/bin -L${real_mozilla_sdk}/nspr/bin -L${real_mozilla_sdk}/string/bin -lnspr4 -lplds4 -lplc4 -lembedstring -lxpcomglue -Wl,--kill-at])
3731 XPIDL_INCL="-I${real_mozilla_sdk}/xpcom/idl"
3732 if test -n "${CYGPATH}"; then
3733 XPIDL="${real_mozilla_sdk}/xpcom/bin/xpidl"
3734 real_mozilla_sdk="`${CYGPATH} -w ${real_mozilla_sdk}`"
3735 XPIDL_INCL="${XPIDL_INCL} -I\"${real_mozilla_sdk}/xpcom/idl\""
3737 CPPFLAGS="${CPPFLAGS_save}"
3741 dnl Not necessarily in ${PATH}
3742 if test -z "${XPIDL}" -o ! -x "${XPIDL}"; then
3743 XPIDL="/usr/lib/mozilla/xpidl"
3745 AM_CONDITIONAL(BUILD_MOZILLA,${mozilla})
3750 AC_ARG_ENABLE(testsuite,
3751 [ --enable-testsuite build test modules (default disabled)])
3752 if test "${enable_testsuite}" = "yes"
3754 TESTS="test1 test2 test3 test4"
3756 dnl we define those so that bootstrap sets the right linker
3757 VLC_ADD_CXXFLAGS([test2],[])
3758 VLC_ADD_OBJCFLAGS([test3],[])
3759 dnl this one is needed until automake knows what to do
3760 VLC_ADD_LDFLAGS([test3],[-lobjc])
3762 VLC_ADD_PLUGINS([${TESTS}])
3763 #VLC_ADD_BUILTINS([${TESTS}])
3769 if test "${NEED_GTK_MAIN}" != "no"
3771 VLC_ADD_PLUGINS([gtk_main])
3772 VLC_ADD_CFLAGS([gtk_main],[${CFLAGS_gtk}])
3773 VLC_ADD_LDFLAGS([gtk_main],[${LDFLAGS_gtk}])
3776 if test "${NEED_GNOME_MAIN}" != "no"
3778 VLC_ADD_PLUGINS([gnome_main])
3779 VLC_ADD_CFLAGS([gnome_main],[${CFLAGS_gtk} ${CFLAGS_gnome}])
3780 VLC_ADD_LDFLAGS([gnome_main],[${LDFLAGS_gtk} ${LDFLAGS_gnome}])
3783 if test "${NEED_GTK2_MAIN}" != "no"
3785 VLC_ADD_PLUGINS([gtk2_main])
3786 VLC_ADD_CFLAGS([gtk2],[-DNEED_GTK2_MAIN])
3787 VLC_ADD_CFLAGS([pda],[-DNEED_GTK2_MAIN])