1 dnl Autoconf settings for vlc
3 AC_COPYRIGHT([Copyright 2002-2012 VLC authors and VideoLAN])
5 AC_INIT(vlc, 2.1.0-git)
15 CONFIGURE_LINE="`echo "$0 $ac_configure_args" | sed -e 's/\\\/\\\\\\\/g'`"
17 COPYRIGHT_YEARS="1996-2012"
19 AC_CONFIG_SRCDIR(src/libvlc.c)
20 AC_CONFIG_AUX_DIR(autotools)
21 AC_CONFIG_MACRO_DIR(m4)
22 AC_CONFIG_LIBOBJ_DIR(compat)
25 AC_PRESERVE_HELP_ORDER
27 AM_INIT_AUTOMAKE(tar-ustar color-tests)
28 AM_CONFIG_HEADER(config.h)
30 # Disable with "./configure --disable-silent-rules" or "make V=1"
31 AM_SILENT_RULES([yes])
33 dnl Too many people are not aware of maintainer mode:
34 dnl If you want to use it, you definitely know what you are doing, so
35 dnl you can specify "--disable-maintainer-mode". But if you want the default
36 dnl automake behavior, you've likely never heard of maintainer mode, so we
37 dnl can't expect you to enable it manually.
38 AS_IF([test "x${enable_maintainer_mode}" != "xno"],
39 [enable_maintainer_mode="yes"])
45 dnl vlcincludedir="\${includedir}/\${PKGDIR}"
46 dnl AC_SUBST(vlcincludedir)
47 vlcdatadir="\${datadir}/\${PKGDIR}"
49 vlclibdir="\${libdir}/\${PKGDIR}"
56 AC_USE_SYSTEM_EXTENSIONS
57 AC_DEFINE([_FORTIFY_SOURCE], 2, [Define to 2 to get glibc warnings.])
58 AC_DEFINE([_FILE_OFFSET_BITS], 64, [Define to 64 for large files support.])
59 AC_DEFINE([_REENTRANT],, [Define to expose reentrant functions.])
60 AC_DEFINE([_THREAD_SAFE],, [Same as _REENTANT for some other OSes.])
61 AC_DEFINE([__LIBVLC__],, [Define within the LibVLC source code tree.])
62 AC_DEFINE([WIN32_LEAN_AND_MEAN],, [Define to limit the scope of <windows.h>.])
68 _AM_DEPENDENCIES([OBJC])
74 AC_ARG_VAR([DESKTOP_FILE_VALIDATE], [Validator for desktop entry files])
75 AC_CHECK_PROGS(DESKTOP_FILE_VALIDATE, [${DESKTOP_FILE_VALIDATE} desktop-file-validate], :)
77 dnl Check for compiler properties
82 dnl Extend the --help string at the current spot.
83 AC_DEFUN([EXTEND_HELP_STRING], [m4_divert_once([HELP_ENABLE], [$1])])
85 dnl Allow binary package maintainer to pass a custom string to avoid
87 AC_ARG_WITH(binary-version,
88 AS_HELP_STRING([--with-binary-version=STRING],
89 [To avoid plugins cache problem between binary version]),[],[])
90 AS_IF([test -n "${with_binary_version}"],[
91 AC_DEFINE_UNQUOTED([DISTRO_VERSION],["${with_binary_version}"],
92 [Binary specific version])
96 dnl Check the operating system
108 CFLAGS="${CFLAGS} -pthread"
109 VLC_ADD_LIBS([vcd cdda vcdx],[-ldvd])
113 CFLAGS="${CFLAGS} -pthread"
114 CPPFLAGS="${CPPFLAGS} -I/usr/local/include"
115 LDFLAGS="${LDFLAGS} -L/usr/local/lib"
119 CPPFLAGS="${CPPFLAGS} -I/usr/local/include -I/usr/X11R6/include"
120 LDFLAGS="${LDFLAGS} -L/usr/local/lib -L/usr/X11R6/lib/"
130 dnl Force gcc "-arch" flag
134 ARCH_flag="-arch i386"
137 ARCH_flag="-arch ppc64"
140 ARCH_flag="-arch ppc"
143 ARCH_flag="-arch x86_64"
148 CFLAGS="${CFLAGS} -D_INTL_REDIRECT_MACROS ${ARCH_flag}"
149 CXXFLAGS="${CXXFLAGS} -D_INTL_REDIRECT_MACROS ${ARCH_flag}"
150 CPPFLAGS="${CPPFLAGS} ${ARCH_flag}"
151 OBJCFLAGS="${OBJCFLAGS} -D_INTL_REDIRECT_MACROS -std=gnu99 ${ARCH_flag}"
152 LDFLAGS="${LDFLAGS} -Wl,-headerpad_max_install_names ${ARCH_flag}"
153 VLC_ADD_LIBS([mkv mp4 motion], [-Wl,-framework,IOKit,-framework,CoreFoundation])
154 VLC_ADD_LIBS([libvlc vlc],[-Wl,-undefined,dynamic_lookup])
155 VLC_ADD_LIBS([avcodec avformat access_avio swscale postproc i420_rgb_mmx x264],[-Wl,-read_only_relocs,suppress])
156 VLC_ADD_CFLAGS([motion],[-fconstant-cfstrings])
157 VLC_ADD_LIBS([libvlccore],[-Wl,-framework,CoreFoundation])
159 dnl Allow binaries created on Lion to run on earlier releases
161 [#import <Cocoa/Cocoa.h>
162 #ifdef MAC_OS_X_VERSION_10_7
165 [AC_MSG_RESULT([yes])
166 AC_LIBOBJ([getdelim])
168 AC_LIBOBJ([strnlen])],)
171 dnl Check for Mac OS X SDK settings
173 AC_ARG_WITH(macosx-sdk,
174 [AS_HELP_STRING([--with-macosx-sdk=DIR],
175 [compile using the SDK in DIR])])
176 test "${with_macosx_sdk}" = "" && with_macosx_sdk=/Developer/SDKs/MacOSX10.6.sdk
177 test ! -d "${with_macosx_sdk}" && AC_MSG_ERROR([SDK "${with_macosx_sdk}" not found])
178 AC_ARG_WITH(macosx-version-min,
179 [AS_HELP_STRING([--with-macosx-version-min=VERSION],
180 [compile for MacOS X VERSION and above])])
181 if test "${with_macosx_version_min}" = "" ; then
182 with_macosx_version_min=10.5
184 MACOSX_DEPLOYMENT_TARGET=${with_macosx_version_min}
185 CPP="${CPP} -isysroot ${with_macosx_sdk} -mmacosx-version-min=${with_macosx_version_min}"
186 CC="${CC} -isysroot ${with_macosx_sdk} -mmacosx-version-min=${with_macosx_version_min}"
187 CXX="${CXX} -isysroot ${with_macosx_sdk} -mmacosx-version-min=${with_macosx_version_min}"
188 OBJC="${OBJC} -isysroot ${with_macosx_sdk} -mmacosx-version-min=${with_macosx_version_min}"
189 LD="${LD} -syslibroot ${with_macosx_sdk} -mmacosx_version_min=${with_macosx_version_min}"
190 CFLAGS="${CFLAGS} -DMACOSX_DEPLOYMENT_TARGET=${with_macosx_version_min}"
191 CXXFLAGS="${CXXFLAGS} -DMACOSX_DEPLOYMENT_TARGET=${with_macosx_version_min}"
192 OBJCFLAGS="${OBJCFLAGS} -DMACOSX_DEPLOYMENT_TARGET=${with_macosx_version_min}"
193 export MACOSX_DEPLOYMENT_TARGET
195 *mingw32* | *cygwin* | *wince* | *mingwce*)
196 AC_CHECK_TOOL(WINDRES, windres, :)
197 AC_CHECK_TOOL(OBJCOPY, objcopy, :)
198 AC_DEFINE([_WIN32_WINNT], 0x0502, [Define to '0x0502' for Windows XP SP2 APIs.])
199 AC_DEFINE([_WIN32_IE], 0x0600, [Define to '0x0600' for IE 6.0 (and shell) APIs.])
202 *wince* | *mingwce* | *mingw32ce*)
204 dnl Sadly CeGCC still needs non-wince macros
210 dnl Check if we are using the mno-cygwin mode in which case we are
211 dnl actually dealing with a mingw32 compiler.
216 SYS=mingw32, AC_MSG_ERROR([VLC requires -mno-cygwin]))
220 if test "${SYS}" = "mingw32"; then
221 VLC_ADD_LIBS([libvlccore],[-lnetapi32 -lwinmm])
222 VLC_ADD_LDFLAGS([vlc],[-mwindows])
223 VLC_ADD_LIBS([win32text],[-lgdi32])
224 VLC_ADD_LIBS([cdda vcdx sdl_image vout_sdl],[-lwinmm])
225 AC_CHECK_PROGS(U2D, [unix2dos todos], unix2dos)
226 ac_default_prefix="`pwd`/_win32"
227 DESTDIR="`pwd`/_win32/"
230 dnl NSIS Installer prefix and WIN64
235 PROGRAMFILES="PROGRAMFILES64"
238 PROGRAMFILES="PROGRAMFILES"
241 AC_SUBST(PROGRAMFILES)
244 if test "${SYS}" = "mingwce"; then
245 VLC_ADD_LIBS([libvlccore],[-lmmtimer])
246 AC_CHECK_PROGS(U2D, [unix2dos todos], unix2dos)
247 ac_default_prefix="`pwd`/_wince"
248 DESTDIR="`pwd`/_wince/"
265 LDFLAGS="${LDFLAGS} -Zomf -Zbin-files -Zargs-wild"
271 AM_CONDITIONAL(HAVE_DARWIN, test "${SYS}" = "darwin")
272 AM_CONDITIONAL(HAVE_LINUX, test "${SYS}" = "linux")
273 AM_CONDITIONAL(HAVE_OS2, test "${SYS}" = "os2")
274 AM_CONDITIONAL(HAVE_WIN32, test "${SYS}" = "mingw32")
275 AM_CONDITIONAL(HAVE_WIN64, test "${HAVE_WIN64}" = "1")
276 AM_CONDITIONAL(HAVE_WINCE, test "${SYS}" = "mingwce")
277 AM_CONDITIONAL(HAVE_SYMBIAN, test "${SYS}" = "symbian")
280 dnl Check for the contrib directory
283 [AS_HELP_STRING([--with-contrib[=DIR]],
284 [search for 3rd party libraries in DIR/include and DIR/lib])
286 AC_MSG_CHECKING([for 3rd party libraries path])
287 AS_IF([test -z "${with_contrib}" || test "${with_contrib}" = "yes"], [
288 CONTRIB_DIR="${srcdir}/contrib/${host}"
289 AS_IF([test ! -d "${CONTRIB_DIR}"], [
290 echo "${CONTRIB_DIR} not found" >&AS_MESSAGE_LOG_FD
291 CONTRIB_DIR="${srcdir}/contrib/`$CC -dumpmachine`"
292 AS_IF([test ! -d "${CONTRIB_DIR}"], [
293 echo "${CONTRIB_DIR} not found" >&AS_MESSAGE_LOG_FD
294 CONTRIB_DIR="${srcdir}/extras/contrib/hosts/${host}"
295 AS_IF([test ! -d "${CONTRIB_DIR}"], [
296 echo "${CONTRIB_DIR} not found" >&AS_MESSAGE_LOG_FD
297 CONTRIB_DIR="${srcdir}/extras/contrib/hosts/`$CC -dumpmachine`"
298 AS_IF([test ! -d "${CONTRIB_DIR}"], [
299 echo "${CONTRIB_DIR} not found" >&AS_MESSAGE_LOG_FD
301 AC_MSG_RESULT([not found])
307 AS_IF([test "${with_contrib}" != "no"], [
308 CONTRIB_DIR="${with_contrib}"
311 AC_MSG_RESULT([disabled])
314 AS_IF([test -n "${CONTRIB_DIR}"], [
315 AS_IF([test -d "${CONTRIB_DIR}/lib"],[
316 CONTRIB_DIR=`cd "${CONTRIB_DIR}" && pwd`
318 echo "${CONTRIB_DIR}/lib not found" >&AS_MESSAGE_LOG_FD
320 AC_MSG_RESULT([not usable])
324 AS_IF([test -n "${CONTRIB_DIR}"], [
325 AC_MSG_RESULT([${CONTRIB_DIR}])
326 export PATH=${CONTRIB_DIR}/bin:$PATH
327 CPPFLAGS="${CPPFLAGS} -I${CONTRIB_DIR}/include"
328 CFLAGS="${CFLAGS} -I${CONTRIB_DIR}/include"
329 CXXFLAGS="${CXXFLAGS} -I${CONTRIB_DIR}/include"
330 OBJCFLAGS="${OBJCFLAGS} -I${CONTRIB_DIR}/include"
331 AS_IF([test "$build" = "$host" -o "$PKG_CONFIG_LIBDIR"], [
332 export PKG_CONFIG_PATH="${CONTRIB_DIR}/lib/pkgconfig:$PKG_CONFIG_PATH"
334 export PKG_CONFIG_LIBDIR="${CONTRIB_DIR}/lib/pkgconfig"
336 LDFLAGS="${LDFLAGS} -L${CONTRIB_DIR}/lib"
338 AS_IF([test "${SYS}" = "darwin"], [
339 export LD_LIBRARY_PATH="${CONTRIB_DIR}/lib:$LD_LIBRARY_PATH"
340 export DYLD_LIBRARY_PATH="${CONTRIB_DIR}/lib:$DYLD_LIBRARY_PATH"
343 AS_IF([test -n "${with_contrib}" && test "${with_contrib}" != "no"], [
344 AC_MSG_ERROR([Third party libraries not found!])
347 AC_SUBST(CONTRIB_DIR)
350 dnl Sadly autoconf does not think about testing foo.exe when ask to test
351 dnl for program foo on win32
353 case "${build_os}" in
355 ac_executable_extensions=".exe"
361 dnl Android is linux, but a bit different
362 AS_IF([test "$SYS" = linux],[
363 AC_MSG_CHECKING([for an Android system])
364 AC_PREPROC_IFELSE([AC_LANG_PROGRAM(
365 [[#ifndef __ANDROID__
376 AM_CONDITIONAL(HAVE_ANDROID, test "${HAVE_ANDROID}" = "1")
380 dnl It's very bad, but our former custom system was worst
384 dnl override platform specific check for dependent libraries
385 dnl otherwise libtool linking of shared libraries will
386 dnl fail on anything other than pass_all.
387 AC_CACHE_VAL(lt_cv_deplibs_check_method,
388 [lt_cv_deplibs_check_method=pass_all])
390 LT_INIT([dlopen win32-dll shared disable-static])
392 LT_LANG([Windows Resource])
394 m4_undefine([AC_DEPLIBS_CHECK_METHOD])
395 m4_defun([AC_DEPLIBS_CHECK_METHOD],[])
397 lt_cv_deplibs_check_method=pass_all
399 AS_IF([test "${enable_shared}" = "no" -a "${enable_vlc}" != "no"], [
400 AC_MSG_ERROR([VLC is based on plugins. Shared libraries cannot be disabled.])
406 AM_GNU_GETTEXT_VERSION([0.18.1])
407 AM_GNU_GETTEXT([external])
414 dnl Check for broken versions of mingw-runtime compatability library
415 AS_IF([test "${SYS}" = "mingw32" -o "${SYS}" = "mingwce"], [
416 AC_MSG_CHECKING(for broken mingw-runtime)
417 AC_PREPROC_IFELSE([AC_LANG_SOURCE([
419 #if (__MINGW32_MAJOR_VERSION == 3) && (__MINGW32_MINOR_VERSION < 15)
420 #ifndef __MINGW64_VERSION_MAJOR
421 # error Attempting to use mingw-runtime with broken vsnprintf support
427 AC_MSG_RESULT([present])
428 AC_MSG_ERROR([LibVLC requires mingw-runtime version 3.15 or higher!])
430 dnl force use of mingw provided c99 *printf over msvcrt
431 CPPFLAGS="${CPPFLAGS} -D__USE_MINGW_ANSI_STDIO=1"
434 dnl Check for the need to include the mingwex lib for mingw32
435 if test "${SYS}" = "mingw32" ; then
436 AC_CHECK_LIB(mingwex,opendir,
437 AC_CHECK_LIB(mingw32,opendir,,
438 [VLC_ADD_LIBS([libvlccore],[-lmingwex])])
442 dnl Check for fnative-struct or mms-bitfields support for mingw32
443 if test "${SYS}" = "mingw32" ; then
445 CFLAGS="${CFLAGS} -mms-bitfields"
446 CXXFLAGS="${CXXFLAGS} -mms-bitfields"
447 AC_CACHE_CHECK([if \$CC accepts -mms-bitfields],
448 [ac_cv_c_mms_bitfields],
449 [AC_TRY_COMPILE([],,ac_cv_c_mms_bitfields=yes, ac_cv_c_mms_bitfields=no)])
450 if test "${ac_cv_c_mms_bitfields}" = "no"; then
452 CFLAGS="${CFLAGS} -fnative-struct"
453 CXXFLAGS="${CXXFLAGS} -fnative-struct"
454 AC_CACHE_CHECK([if \$CC accepts -fnative-struct],
455 [ac_cv_c_fnative_struct],
456 [AC_TRY_COMPILE([],,ac_cv_c_fnative_struct=yes, ac_cv_c_fnative_struct=no)])
457 "${ac_cv_c_fnative_struct}" = "no" && VLC_RESTORE_FLAGS
462 dnl Buggy glibc prevention. Purposedly not cached.
463 dnl See sourceware.org bugs 5058 and 5443.
464 dnl Ubuntu alone has 20 bug numbers for this...
466 AC_MSG_CHECKING(for buggy GNU/libc versions)
467 AC_PREPROC_IFELSE([AC_LANG_SOURCE([
469 #if defined (__GLIBC__) && (__GLIBC__ == 2) \
470 && (__GLIBC_MINOR__ >= 5) && (__GLIBC_MINOR__ <= 7)
471 # error GNU/libc with dcgettext killer bug!
474 AC_MSG_RESULT([not present])
476 AC_MSG_RESULT([found])
477 AS_IF([test "x${enable_nls}" != "xno"], [
478 AC_MSG_ERROR([Buggy GNU/libc (version 2.5 - 2.7) present. VLC would crash; there is no viable
479 work-around for this. Check with your distribution vendor on how to update the
480 glibc run-time. Alternatively, build with --disable-nls.])
484 dnl Plugin compilation stuff
488 dnl Check for system libs needed
491 dnl Check for usual libc functions
492 AC_CHECK_DECLS([nanosleep],,,[#include <time.h>])
493 AC_CHECK_FUNCS([daemon fcntl fstatvfs fork getenv getpwuid_r if_nameindex if_nametoindex isatty lstat memalign mmap openat pread posix_fadvise posix_madvise setlocale stricmp strnicmp strptime uselocale])
494 AC_REPLACE_FUNCS([atof atoll dirfd fdopendir flockfile fsync getdelim getpid gmtime_r inet_pton lldiv localtime_r nrand48 poll rewind setenv strcasecmp strcasestr strdup strlcpy strncasecmp strndup strnlen strsep strtof strtok_r strtoll swab tdestroy strverscmp])
495 AC_CHECK_FUNCS(fdatasync,,
496 [AC_DEFINE(fdatasync, fsync, [Alias fdatasync() to fsync() if missing.])
499 dnl mingw64 implements those as static inline, not functions with C linkage
501 AC_LANG_PROGRAM([#include <stdio.h>], [
503 if (asprintf(&c, "%s %d", "string", 1) == -1)
505 ])],[AC_DEFINE([HAVE_ASPRINTF],[1],[Define to 1 if you have asprintf function])],[AC_LIBOBJ([asprintf])])
507 AC_LANG_PROGRAM([#include <stdio.h>], [
510 if (vasprintf(&c, "%s %d", ap) == -1)
512 ])],[AC_DEFINE([HAVE_VASPRINTF],[1],[Define to 1 if you have asprintf function])],[AC_LIBOBJ([vasprintf])])
514 dnl C11 static_assert()
515 AC_MSG_CHECKING([for static_assert in assert.h])
516 AC_PREPROC_IFELSE([AC_LANG_SOURCE([
518 #ifndef static_assert
523 AC_DEFINE([HAVE_STATIC_ASSERT], [1], [Define to 1 if <assert.h> defines static_assert.])
528 # Windows CE does not have strcoll()
531 dnl Check for non-standard system calls
532 AC_CHECK_FUNCS([accept4 pipe2 eventfd vmsplice sched_getaffinity])
534 AH_BOTTOM([#include <vlc_fixups.h>])
536 dnl Check for struct pollfd
537 AC_CHECK_TYPES([struct pollfd],,,
538 [#include <sys/types.h>
541 #elif defined (WIN32)
542 # include <winsock2.h>
546 dnl Check for connect
549 AC_SEARCH_LIBS(connect, [socket], [
550 AS_IF([test "$ac_cv_search_connect" != "none required"], [
551 SOCKET_LIBS="$ac_cv_search_connect"
554 AS_IF([test "${SYS}" = "mingw32"], [
555 SOCKET_LIBS="-lws2_32"
557 AS_IF([test "${SYS}" = "mingwce"], [
562 AS_IF([test -n "$SOCKET_LIBS"], [
563 VLC_ADD_LIBS([access_http access_mms access_udp access_tcp access_ftp access_rtmp access_output_udp access_output_shout sap stream_out_select stream_out_standard stream_out_rtp stream_out_raop vod_rtsp access_realrtsp rtp oldrc netsync gnutls flac ts audioscrobbler lua remoteosd zvbi audiobargraph_a netsync stream_filter_dash],[${SOCKET_LIBS}])
565 AC_SUBST(SOCKET_LIBS)
567 dnl Check for socklen_t
568 AH_TEMPLATE(socklen_t, [Define to `int' if <sys/socket.h> does not define.])
569 AC_CACHE_CHECK([for socklen_t in sys/socket.h], dnl ` (fix VIM syntax highlight
570 ac_cv_type_socklen_t,
571 [AC_COMPILE_IFELSE([AC_LANG_PROGRAM([
572 [#include <sys/types.h>
574 # include <winsock2.h>
575 # include <ws2tcpip.h>
577 # include <sys/socket.h>
578 #endif]], [[socklen_t len; len = 0;]])],
579 ac_cv_type_socklen_t=yes,
580 ac_cv_type_socklen_t=no)])
581 AS_IF([test "$ac_cv_type_socklen_t" = no],
582 [AC_DEFINE(socklen_t, int)])
584 dnl Check for struct sockaddr_storage
585 AH_TEMPLATE(sockaddr_storage, [Define to `sockaddr' if <sys/socket.h> does not define.]) dnl ` (fix VIM syntax highlight
586 AH_TEMPLATE(ss_family, [Define to `sa_family' if <sys/socket.h> does not define.]) dnl ` (fix VIM syntax highlight
587 AC_CACHE_CHECK([for struct sockaddr_storage], ac_cv_struct_sockaddr_storage,
589 [#include <sys/types.h>
590 #if defined( UNDER_CE )
591 # include <winsock2.h>
592 #elif defined( WIN32 )
593 # include <winsock2.h>
595 # include <sys/socket.h>
596 #endif], [struct sockaddr_storage addr;],
597 ac_cv_struct_sockaddr_storage=yes,
598 ac_cv_struct_sockaddr_storage=no)])
599 AS_IF([test "${ac_cv_struct_sockaddr_storage}" = no], [
600 AC_DEFINE(sockaddr_storage, sockaddr)
601 AC_DEFINE(ss_family, sa_family)
604 dnl getaddrinfo, getnameinfo and gai_strerror check
605 dnl -lnsl and -lsocket are needed on Solaris;
606 dnl we purposedly make the test fail on Windows
608 AC_SEARCH_LIBS([getaddrinfo], [nsl],,, [${SOCKET_LIBS}])
611 dnl FreeBSD has a gnugetopt library for this:
613 AC_CHECK_FUNC(getopt_long,, [
614 AC_CHECK_LIB([gnugetopt],[getopt_long], [
615 GNUGETOPT_LIBS="-lgnugetopt"
618 AC_SUBST(GNUGETOPT_LIBS)
620 dnl Solaris and non glibc builds will crash on NULL strings passed to *printf
621 if test "${SYS}" == "solaris" -a "$cross_compiling" != "yes"; then
622 AC_CACHE_CHECK([for printf page zero fix], [ac_cv_printf_page_zero_fix], [
627 char foo[] = "(****)";
628 sprintf(foo, "%s", NULL);
633 [ac_cv_printf_page_zero_fix=no],
634 [ac_cv_printf_page_zero_fix=yes],
635 [ac_cv_printf_page_zero_fix=skipped])
637 if test "$ac_cv_printf_page_zero_fix" = yes; then
638 AC_DEFINE(NEED_PRINTF_PAGEZEROFIX, 1, [*printf requires NULL to be fixed])
643 VLC_ADD_LIBS([adjust wave ripple psychedelic gradient a52tofloat32 dtstofloat32 x264 goom visual panoramix rotate noise grain scene kate flac lua chorus_flanger freetype avcodec avformat access_avio swscale postproc i420_rgb faad twolame equalizer spatializer param_eq samplerate freetype mod mpc dmo mp4 quicktime qt4 compressor headphone_channel_mixer normvol audiobargraph_a speex mono colorthres extract ball access_imem hotkeys mosaic gaussianblur dbus x264 hqdn3d anaglyph],[-lm])
650 AC_CHECK_LIB(m,lrintf, [
651 AC_DEFINE(HAVE_LRINTF, 1, [Define to 1 if you have the lrintf function])
652 VLC_ADD_LIBS([skins2],[-lm])
655 dnl Check for dynamic plugins
657 have_dynamic_objects="no"
659 AC_SEARCH_LIBS(dlopen, [dl svld], [
660 AS_IF([test "$ac_cv_search_dlopen" != "none required"], [
661 LIBDL="$ac_cv_search_dlopen"
663 have_dynamic_objects="yes"
668 AS_IF([test "${SYS}" = "mingw32" -o "${SYS}" = "mingwce"], [
670 have_dynamic_objects="yes" #assume we can use shared objects
673 test "${enable_shared}" = "no" && have_dynamic_objects=no
675 AS_IF([test "${have_dynamic_objects}" != "no"], [
676 AC_DEFINE(HAVE_DYNAMIC_PLUGINS, 1,
677 [Define to 1 if dynamic plugins are supported.])
679 dnl Clear $LIBDL so as not to break linking
682 AM_CONDITIONAL(HAVE_DYNAMIC_PLUGINS, [test "${have_dynamic_objects}" != "no"])
685 VLC_ADD_LIBS([lua],[$LIBDL])
687 dnl Check for thread library
688 if test "${SYS}" != "mingw32" -a "${SYS}" != "mingwce"; then
692 AC_SEARCH_LIBS(pthread_rwlock_init, pthread pthreads c_r, [
693 VLC_ADD_LIBS([libvlccore libvlc vlc plugin],[${LIBS}])
697 AC_CHECK_LIB(rt, clock_nanosleep, [
698 VLC_ADD_LIBS([libvlccore],[-lrt])
700 AC_CHECK_FUNC(nanosleep,,[
701 AC_CHECK_LIB(rt,nanosleep, [
702 VLC_ADD_LIBS([libvlccore],[-lrt])
704 AC_CHECK_LIB(posix4,nanosleep, [
705 VLC_ADD_LIBS([libvlccore],[-lposix4])
710 AC_CHECK_LIB(rt,sem_init, [VLC_ADD_LIBS([libvlccore],[-lrt])])
712 fi # end "${SYS}" != "mingw32" -a "${SYS}" != "mingwce"
714 dnl Check for headers
715 AC_CHECK_HEADERS([search.h])
716 AC_CHECK_HEADERS(getopt.h locale.h xlocale.h)
717 AC_CHECK_HEADERS([sys/time.h sys/ioctl.h])
718 AC_CHECK_HEADERS([arpa/inet.h netinet/udplite.h sys/eventfd.h])
719 AC_CHECK_HEADERS([net/if.h], [], [],
721 #include <sys/types.h>
722 #include <sys/socket.h>
724 AC_CHECK_HEADERS([sys/mount.h], [], [],
726 #include <sys/param.h>
729 if test "${SYS}" != "mingw32" -a "${SYS}" != "mingwce"; then
730 AC_CHECK_HEADERS(machine/param.h sys/shm.h)
731 AC_CHECK_HEADERS([linux/version.h linux/dccp.h scsi/scsi.h linux/magic.h])
732 AC_CHECK_HEADERS(syslog.h mntent.h)
733 fi # end "${SYS}" != "mingw32" -a "${SYS}" != "mingwce"
735 dnl LP64 and LLP64 architectures had better define ssize_t by themselves...
736 AH_TEMPLATE(ssize_t, [Define to `int' if <stddef.h> does not define.]) dnl ` (fix VIM syntax highlight
737 AC_CHECK_TYPE(ssize_t,, [
738 AC_DEFINE(ssize_t, int)
741 dnl Check for threads library
742 if test "${SYS}" != "mingw32" -a "${SYS}" != "mingwce"; then
743 AC_CHECK_HEADERS(pthread.h)
744 fi # end "${SYS}" != "mingw32" -a "${SYS}" != "mingwce"
746 dnl It seems that autoconf detects pkg-config only during the first
747 dnl PKG_CHECK_MODULES from configure.ac - which makes sense. But in our case,
748 dnl it is nested within a conditional block, so it was not working right.
749 dnl Make PKG_CONFIG_PATH precious so that it appears in the help and get saved
750 AC_ARG_VAR(PKG_CONFIG_PATH,
751 [Paths where to find .pc not at the default location])
752 PKG_PROG_PKG_CONFIG()
754 dnl On some OS we need static linking
755 AS_IF([test -n "${PKG_CONFIG}" ],[
756 AS_IF([test "${SYS}" = "mingw32" -o "${SYS}" = "mingwce" -o "${SYS}" = "darwin" -o "${SYS}" = "os2" ],[
757 PKG_CONFIG="${PKG_CONFIG} --static"
763 dnl Check for zlib.h and -lz along with system -lminizip if available
765 AC_CHECK_HEADERS(zlib.h, [ have_zlib=yes ], [ have_zlib=no ])
766 AM_CONDITIONAL(HAVE_ZLIB, [ test "${have_zlib}" = "yes" ])
767 if test "${have_zlib}" = "yes"
769 VLC_ADD_LIBS([access_http mp4 skins2 sap mkv unzip zip],[-lz])
770 PKG_CHECK_MODULES([MINIZIP], [minizip] , [ have_minizip=yes ], [
771 AC_CHECK_HEADERS([unzip.h], [
773 MINIZIP_LIBS="-lminizip -lz"
776 MINIZIP_CFLAGS="-I\\\${top_srcdir}/modules/access/zip/unzip"
777 MINIZIP_LIBS="\\\${top_builddir}/modules/access/zip/unzip/libunzip.la"
780 VLC_ADD_CPPFLAGS([skins2],[$MINIZIP_CFLAGS])
781 VLC_ADD_LIBS([skins2],[$MINIZIP_LIBS])
783 AM_CONDITIONAL(HAVE_MINIZIP, [ test "${have_minizip}" = "yes" ])
786 dnl Manual switch for UTF-8
787 AC_ARG_ENABLE(non-utf8,
788 [AS_HELP_STRING([--enable-non-utf8],
789 [support legacy non-UTF-8 systems (default disabled)])],, [
790 AS_IF([test "${SYS}" = "mingw32" -o "${SYS}" = "mingwce" -o "${SYS}" = "os2"], [
794 AS_IF([test "${enable_non_utf8}" != "no"], [
795 AC_DEFINE([ASSUME_UTF8], [1],
796 [Define to 1 if the operating system uses UTF-8 internally])
802 [AS_HELP_STRING([--enable-dbus],
803 [compile D-Bus message bus support (default enabled)])])
806 if test "${enable_dbus}" != "no" -a "${SYS}" != "mingw32" -a "${SYS}" != "mingwce"
809 PKG_CHECK_MODULES(DBUS, [dbus-1 >= 1.0.0],
810 [ AC_DEFINE( HAVE_DBUS, 1, [Define if you have the D-BUS library] )
811 VLC_ADD_LIBS([libvlccore],[$DBUS_LIBS])
812 VLC_ADD_CFLAGS([libvlccore],[$DBUS_CFLAGS])
813 dnl Check for dbus control interface
814 AC_ARG_ENABLE(dbus-control,
815 [AS_HELP_STRING([--disable-dbus-control],
816 [D-Bus control interface (default enabled)])])
817 if test "${enable_dbus_control}" != "no"
819 VLC_ADD_PLUGIN([dbus])
820 VLC_ADD_LIBS([dbus],[$DBUS_LIBS])
821 VLC_ADD_CFLAGS([dbus],[$DBUS_CFLAGS])
823 dnl Check for Telepathy
824 AC_ARG_ENABLE(telepathy,
825 AS_HELP_STRING([--enable-telepathy],[Telepathy Presence plugin through DBus(default enabled)]))
826 if test "${enable_telepathy}" != "no"; then
827 VLC_ADD_PLUGIN([telepathy])
828 VLC_ADD_LIBS([telepathy],[$DBUS_LIBS])
829 VLC_ADD_CFLAGS([telepathy],[$DBUS_CFLAGS])
831 dnl Power Management Inhibiter
832 VLC_ADD_PLUGIN([inhibit])
833 VLC_ADD_LIBS([inhibit],[$DBUS_LIBS])
834 VLC_ADD_CFLAGS([inhibit],[$DBUS_CFLAGS])
836 [AC_MSG_ERROR([${DBUS_PKG_ERRORS}.])]
842 dnl Check for ntohl, etc.
844 CFLAGS="${CFLAGS} -Wall -Werror"
845 AC_CACHE_CHECK([for ntohl in sys/param.h],
846 [ac_cv_c_ntohl_sys_param_h],
847 [ AC_TRY_COMPILE([#include <sys/param.h>],
848 [int meuh; ntohl(meuh);],
849 ac_cv_c_ntohl_sys_param_h=yes, ac_cv_c_ntohl_sys_param_h=no)])
850 if test "${ac_cv_c_ntohl_sys_param_h}" != "no"; then
851 AC_DEFINE(NTOHL_IN_SYS_PARAM_H, 1, Define if <sys/param.h> defines ntohl.)
855 EXTEND_HELP_STRING([Optimization options:])
857 dnl Compiler warnings
860 RDC_PROG_CC_WFLAGS([all extra sign-compare undef pointer-arith bad-function-cast write-strings missing-prototypes volatile-register-var error-implicit-function-declaration])
861 RDC_PROG_CC_FLAGS([-pipe])
863 RDC_PROG_CXX_WFLAGS([all extra sign-compare undef pointer-arith volatile-register-var])
870 [AS_HELP_STRING([--enable-debug],
871 [build with run-time assertions (default disabled)])],,
874 [Define to 1 if debug code should NOT be compiled])
875 AS_IF([test "${enable_debug}" != "no"], [
876 AC_CHECK_HEADERS([valgrind/valgrind.h])
881 dnl Set up version & compiler variables for various hacks
882 if test "$GCC" = "yes"; then
883 AC_DEFINE_UNQUOTED(VLC_COMPILER, "`$CC -v 2>&1 | tail -n 1`", [compiler])
885 AC_CHECK_DECL([__SUNPRO_C], [SUNCC="yes"], [SUNCC="no"])
886 if test "$SUNCC" = "yes"; then
887 AC_DEFINE_UNQUOTED(VLC_COMPILER, "`$CC -V 2>&1 | head -n 1`", [compiler])
889 AC_DEFINE_UNQUOTED(VLC_COMPILER, "unknown", [compiler])
897 [AS_HELP_STRING([--enable-gprof],[profile with gprof (default disabled)])],,
899 AS_IF([test "${enable_gprof}" != "no"], [
900 CFLAGS="${CFLAGS} -pg"
901 CXXFLAGS="${CXXFLAGS} -pg"
902 OBJCFLAGS="${OBJCFLAGS} -pg"
903 LDFLAGS="${LDFLAGS} -pg"
907 [AS_HELP_STRING([--enable-cprof],[profile with cprof (default disabled)])],,
909 AS_IF([test "${enable_gprof}" != "no"], [
910 CFLAGS="${CFLAGS} -finstrument-functions"
911 CXXFLAGS="${CXXFLAGS} -finstrument-functions"
912 OBJCFLAGS="${OBJCFLAGS} -finstrument-functions"
913 LDFLAGS="${LDFLAGS} -finstrument-functions"
919 AC_ARG_ENABLE(coverage,
920 [AS_HELP_STRING([--enable-coverage],
921 [build for test coverage (default disabled)])],,
922 [enable_coverage="no"])
923 AS_IF([test "${enable_coverage}" != "no"], [
924 CFLAGS="-fprofile-arcs -ftest-coverage ${CFLAGS}"
925 CXXFLAGS="-fprofile-arcs -ftest-coverage ${CXXFLAGS}"
926 LDFLAGS="-lgcov ${LDFLAGS}"
929 AS_IF([test "${SYS}" != "mingw32" -a "${SYS}" != "mingwce"], [
931 CFLAGS="${CFLAGS} -fvisibility=hidden"
932 CXXFLAGS="${CXXFLAGS} -fvisibility=hidden"
933 OBJCFLAGS="${OBJCFLAGS} -fvisibility=hidden"
934 AC_CACHE_CHECK([if $CC accepts -fvisibility=hidden],
935 [ac_cv_c_visibility_hidden], [
936 AC_COMPILE_IFELSE([AC_LANG_PROGRAM()], [
937 ac_cv_c_visibility_hidden=yes
939 ac_cv_c_visibility_hidden=no
942 AS_IF([test "${ac_cv_c_visibility_hidden}" = "no"], [VLC_RESTORE_FLAGS])
946 dnl Enable/disable optimizations
948 AC_ARG_ENABLE(optimizations,
949 [AS_HELP_STRING([--disable-optimizations],
950 [disable compiler optimizations (default enabled)])],,
951 [enable_optimizations="yes"])
953 dnl Check for various optimization flags
954 AS_IF([test "${enable_optimizations}" != "no"], [
956 dnl -O4 and -O3 only in production builds
957 AS_IF([test "{enable_debug}" = "no"], [
959 CFLAGS="${CFLAGS} -O4"
960 CXXFLAGS="${CXXFLAGS} -O4"
961 OBJCFLAGS="${OBJCFLAGS} -O4"
962 AC_CACHE_CHECK([if $CC accepts -O4], [ac_cv_c_o4], [
963 AC_COMPILE_IFELSE([AC_LANG_PROGRAM()], [
969 AS_IF([test "${ac_cv_c_o4}" = "no"], [
971 CFLAGS="${CFLAGS} -O3"
972 CXXFLAGS="${CXXFLAGS} -O3"
973 OBJCFLAGS="${OBJCFLAGS} -O3"
974 AC_CACHE_CHECK([if $CC accepts -O3], [ac_cv_c_o3], [
975 AC_COMPILE_IFELSE([AC_LANG_PROGRAM()], [
981 AS_IF([test "${ac_cv_c_o3}" = "no"], [VLC_RESTORE_FLAGS])
985 dnl Check for -ffast-math
987 CFLAGS="${CFLAGS} -ffast-math"
988 CXXFLAGS="${CXXFLAGS} -ffast-math"
989 OBJCFLAGS="${OBJCFLAGS} -ffast-math"
990 AC_CACHE_CHECK([if $CC accepts -ffast-math], [ac_cv_c_fast_math], [
991 AC_COMPILE_IFELSE([AC_LANG_PROGRAM()], [
992 ac_cv_c_fast_math=yes
997 AS_IF([test "${ac_cv_c_fast_math}" = "no"], [VLC_RESTORE_FLAGS])
999 dnl Check for -funroll-loops
1001 CFLAGS="${CFLAGS} -funroll-loops"
1002 CXXFLAGS="${CXXFLAGS} -funroll-loops"
1003 OBJCFLAGS="${OBJCFLAGS} -funroll-loops"
1004 AC_CACHE_CHECK([if $CC accepts -funroll-loops], [ac_cv_c_unroll_loops], [
1005 AC_COMPILE_IFELSE([AC_LANG_PROGRAM()], [
1006 ac_cv_c_unroll_loops=yes
1008 ac_cv_c_unroll_loops=no
1011 AS_IF([test "${ac_cv_c_unroll_loops}" = "no"], [VLC_RESTORE_FLAGS])
1013 AS_IF([test "$enable_debug" = "no"], [
1014 dnl Check for -fomit-frame-pointer
1016 CFLAGS="${CFLAGS} -fomit-frame-pointer"
1017 CXXFLAGS="${CXXFLAGS} -fomit-frame-pointer"
1018 OBJCFLAGS="${OBJCFLAGS} -fomit-frame-pointer"
1019 AC_CACHE_CHECK([if $CC accepts -fomit-frame-pointer],
1020 [ac_cv_c_omit_frame_pointer], [
1021 AC_COMPILE_IFELSE([AC_LANG_PROGRAM()], [
1022 ac_cv_c_omit_frame_pointer=yes
1024 ac_cv_c_omit_frame_pointer=no
1027 AS_IF([test "${ac_cv_c_omit_frame_pointer}" = "no"], [VLC_RESTORE_FLAGS])
1031 dnl Check for Darwin plugin linking flags
1032 AS_IF([test "${SYS}" = "darwin"], [
1034 CFLAGS="${CFLAGS} -bundle -undefined error"
1035 AC_CACHE_CHECK([if $CC accepts -bundle -undefined error],
1036 [ac_cv_ld_darwin], [
1037 AC_COMPILE_IFELSE([AC_LANG_PROGRAM()], [
1043 AS_IF([test "${ac_cv_ld_darwin}" != "no"], [
1044 VLC_ADD_LDFLAGS([plugin],[-bundle -undefined error])
1049 dnl Checks for __attribute__(aligned()) directive
1051 CFLAGS="${CFLAGS} -Werror"
1052 AC_CACHE_CHECK([__attribute__ ((aligned ())) support],
1053 [ac_cv_c_attribute_aligned],
1054 [ac_cv_c_attribute_aligned=0
1055 for ac_cv_c_attr_align_try in 2 4 8 16 32 64; do
1057 [static char c __attribute__ ((aligned(${ac_cv_c_attr_align_try}))) = 0; return c;],
1058 [ac_cv_c_attribute_aligned="${ac_cv_c_attr_align_try}"])
1061 if test "${ac_cv_c_attribute_aligned}" != "0"; then
1062 AC_DEFINE_UNQUOTED([ATTRIBUTE_ALIGNED_MAX],
1063 [${ac_cv_c_attribute_aligned}],[Maximum supported data alignment])
1066 dnl Check for __attribute__((packed))
1067 AC_CACHE_CHECK([for __attribute__((packed))],
1068 [ac_cv_c_attribute_packed],
1069 [ac_cv_c_attribute_packed=no
1070 AC_TRY_COMPILE(, [struct __attribute__((__packed__)) foo { int a; } b; (void)b;],
1071 [ac_cv_c_attribute_packed=yes])])
1072 if test "${ac_cv_c_attribute_packed}" != "no"; then
1073 AC_DEFINE(HAVE_ATTRIBUTE_PACKED, 1, Support for __attribute__((packed)) for structs)
1079 case "${host_cpu}" in
1088 dnl Check for backtrace() support
1089 AC_CHECK_HEADERS(execinfo.h)
1090 AC_CHECK_FUNCS(backtrace)
1095 ALIASES="${ALIASES} cvlc rvlc"
1098 dnl Some plugins aren't useful on some platforms
1100 if test "${SYS}" = "os2"; then
1101 VLC_ADD_PLUGIN([dynamicoverlay])
1102 elif test "${SYS}" != "mingw32" -a "${SYS}" != "mingwce"; then
1103 VLC_ADD_PLUGIN([dynamicoverlay access_shm])
1104 elif test "${SYS}" != "mingwce"; then
1105 VLC_ADD_PLUGIN([access_smb dmo globalhotkeys])
1106 VLC_ADD_LIBS([dmo],[-lole32 -luuid])
1108 if test "${SYS}" = "darwin"; then
1109 VLC_ADD_LIBS([quartztext],[-Wl,-framework,ApplicationServices])
1113 dnl Accelerated modules
1116 dnl Check for fully working MMX intrinsics
1117 dnl We need support for -mmmx, we need <mmintrin.h>, and we also need a
1118 dnl working compiler (http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23963)
1120 [AS_HELP_STRING([--disable-mmx],
1121 [disable MMX optimizations (default auto)])],,[
1122 case "${host_cpu}" in
1133 AS_IF([test "${enable_mmx}" != "no"], [
1136 CFLAGS="${CFLAGS} -mmmx"
1137 AC_CACHE_CHECK([if $CC groks MMX intrinsics], [ac_cv_c_mmx_intrinsics], [
1138 AC_COMPILE_IFELSE([AC_LANG_PROGRAM([
1139 [#include <mmintrin.h>
1141 uint64_t frobzor;]], [
1143 a = b = c = (__m64)frobzor;
1144 a = _mm_slli_pi16(a, 3);
1145 a = _mm_adds_pi16(a, b);
1146 c = _mm_srli_pi16(c, 8);
1147 c = _mm_slli_pi16(c, 3);
1148 b = _mm_adds_pi16(b, c);
1149 a = _mm_unpacklo_pi8(a, b);
1150 frobzor = (uint64_t)a;]])], [
1151 ac_cv_c_mmx_intrinsics=yes
1153 ac_cv_c_mmx_intrinsics=no
1157 AS_IF([test "${ac_cv_c_mmx_intrinsics}" != "no"], [
1158 AC_DEFINE(HAVE_MMX_INTRINSICS, 1, [Define to 1 if MMX intrinsics are available.])
1162 CFLAGS="${CFLAGS} -mmmx"
1163 AC_CACHE_CHECK([if $CC groks MMX inline assembly], [ac_cv_mmx_inline], [
1164 AC_COMPILE_IFELSE([AC_LANG_PROGRAM(,[[
1166 asm volatile("packuswb %%mm1,%%mm2"::"r"(p):"mm1", "mm2");
1169 ac_cv_mmx_inline=yes
1174 AS_IF([test "${ac_cv_mmx_inline}" != "no"], [
1175 AC_DEFINE(CAN_COMPILE_MMX, 1, [Define to 1 inline MMX assembly is available.])
1179 AC_CACHE_CHECK([if $CC groks MMX EXT inline assembly],
1180 [ac_cv_mmxext_inline], [
1181 AC_COMPILE_IFELSE([AC_LANG_PROGRAM(,[[
1183 asm volatile("maskmovq %%mm1,%%mm2"::"r"(p):"mm1", "mm2");
1186 ac_cv_mmxext_inline=yes
1188 ac_cv_mmxext_inline=no
1192 AS_IF([test "${ac_cv_mmxext_inline}" != "no"], [
1193 AC_DEFINE(CAN_COMPILE_MMXEXT, 1, [Define to 1 if MMX EXT inline assembly is available.])
1197 AM_CONDITIONAL([HAVE_MMX], [test "${have_mmx}" = "yes"])
1198 AM_CONDITIONAL([HAVE_MMXEXT], [test "${have_mmxext}" = "yes"])
1200 dnl Check for fully workin SSE2 intrinsics
1201 dnl We need support for -mmmx, we need <emmintrin.h>, and we also need a
1202 dnl working compiler (http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23963)
1204 [AS_HELP_STRING([--disable-sse],
1205 [disable SSE (1-4) optimizations (default auto)])],, [
1206 case "${host_cpu}" in
1216 AS_IF([test "${enable_sse}" != "no"], [
1217 ARCH="${ARCH} sse sse2"
1220 CFLAGS="${CFLAGS} -msse2"
1221 AC_CACHE_CHECK([if $CC groks SSE2 intrinsics], [ac_cv_c_sse2_intrinsics], [
1222 AC_COMPILE_IFELSE([AC_LANG_PROGRAM([
1223 [#include <emmintrin.h>
1225 uint64_t frobzor;]], [
1227 a = b = c = _mm_set1_epi64((__m64)frobzor);
1228 a = _mm_slli_epi16(a, 3);
1229 a = _mm_adds_epi16(a, b);
1230 c = _mm_srli_epi16(c, 8);
1231 c = _mm_slli_epi16(c, 3);
1232 b = _mm_adds_epi16(b, c);
1233 a = _mm_unpacklo_epi8(a, b);
1234 frobzor = (uint64_t)_mm_movepi64_pi64(a);]])], [
1235 ac_cv_c_sse2_intrinsics=yes
1237 ac_cv_c_sse2_intrinsics=no
1241 AS_IF([test "${ac_cv_c_sse2_intrinsics}" != "no"], [
1242 AC_DEFINE(HAVE_SSE2_INTRINSICS, 1, [Define to 1 if SSE2 intrinsics are available.])
1246 CFLAGS="${CFLAGS} -msse"
1247 AC_CACHE_CHECK([if $CC groks SSE inline assembly], [ac_cv_sse_inline], [
1248 AC_COMPILE_IFELSE([AC_LANG_PROGRAM(,[[
1250 asm volatile("xorps %%xmm1,%%xmm2"::"r"(p):"xmm1", "xmm2");
1253 ac_cv_sse_inline=yes
1259 AS_IF([test "${ac_cv_sse_inline}" != "no" -a "${SYS}" != "solaris"], [
1260 AC_DEFINE(CAN_COMPILE_SSE, 1, [Define to 1 if SSE inline assembly is available.])
1263 AC_CACHE_CHECK([if $CC groks SSE2 inline assembly], [ac_cv_sse2_inline], [
1264 AC_COMPILE_IFELSE([AC_LANG_PROGRAM(,[[
1266 asm volatile("punpckhqdq %%xmm1,%%xmm2"::"r"(p):"xmm1", "xmm2");
1269 ac_cv_sse2_inline=yes
1271 ac_cv_sse2_inline=no
1274 AS_IF([test "${ac_cv_sse2_inline}" != "no" -a "${SYS}" != "solaris"], [
1275 AC_DEFINE(CAN_COMPILE_SSE2, 1, [Define to 1 if SSE2 inline assembly is available.])
1280 AC_CACHE_CHECK([if $CC groks SSE3 inline assembly], [ac_cv_sse3_inline], [
1281 AC_COMPILE_IFELSE([AC_LANG_PROGRAM(,[[
1283 asm volatile("movsldup %%xmm1,%%xmm0"::"r"(p):"xmm0", "xmm1");
1286 ac_cv_sse3_inline=yes
1288 ac_cv_sse3_inline=no
1292 AS_IF([test "${ac_cv_sse3_inline}" != "no"], [
1293 AC_DEFINE(CAN_COMPILE_SSE3, 1, [Define to 1 if SSE3 inline assembly is available.]) ])
1295 AC_CACHE_CHECK([if $CC groks SSSE3 inline assembly], [ac_cv_ssse3_inline], [
1296 AC_COMPILE_IFELSE([AC_LANG_PROGRAM(,[[
1298 asm volatile("pabsw %%xmm0,%%xmm0"::"r"(p):"xmm0");
1301 ac_cv_ssse3_inline=yes
1303 ac_cv_ssse3_inline=no
1307 AS_IF([test "${ac_cv_ssse3_inline}" != "no"], [
1308 AC_DEFINE(CAN_COMPILE_SSSE3, 1, [Define to 1 if SSSE3 inline assembly is available.]) ])
1311 AC_CACHE_CHECK([if $CC groks SSE4.1 inline assembly],
1312 [ac_cv_sse4_1_inline], [
1313 AC_COMPILE_IFELSE([AC_LANG_PROGRAM(,[[
1315 asm volatile("pmaxsb %%xmm1,%%xmm0"::"r"(p):"xmm0", "xmm1");
1318 ac_cv_sse4_1_inline=yes
1320 ac_cv_sse4_1_inline=no
1324 AS_IF([test "${ac_cv_sse4_1_inline}" != "no"], [
1325 AC_DEFINE(CAN_COMPILE_SSE4_1, 1, [Define to 1 if SSE4_1 inline assembly is available.]) ])
1328 AC_CACHE_CHECK([if $CC groks SSE4.2 inline assembly],
1329 [ac_cv_sse4_2_inline], [
1330 AC_COMPILE_IFELSE([AC_LANG_PROGRAM(,[[
1332 asm volatile("pcmpgtq %%xmm1,%%xmm0"::"r"(p):"xmm0", "xmm1");
1335 ac_cv_sse4_2_inline=yes
1337 ac_cv_sse4_2_inline=no
1341 AS_IF([test "${ac_cv_sse4_2_inline}" != "no"], [
1342 AC_DEFINE(CAN_COMPILE_SSE4_2, 1, [Define to 1 if SSE4_2 inline assembly is available.]) ])
1345 AC_CACHE_CHECK([if $CC groks SSE4A inline assembly], [ac_cv_sse4a_inline], [
1346 AC_COMPILE_IFELSE([AC_LANG_PROGRAM(,[[
1348 asm volatile("insertq %%xmm1,%%xmm0"::"r"(p):"xmm0", "xmm1");
1351 ac_cv_sse4a_inline=yes
1353 ac_cv_sse4a_inline=no
1357 AS_IF([test "${ac_cv_sse4a_inline}" != "no"], [
1358 AC_DEFINE(CAN_COMPILE_SSE4A, 1, [Define to 1 if SSE4A inline assembly is available.]) ])
1360 AM_CONDITIONAL([HAVE_SSE2], [test "$have_sse2" = "yes"])
1363 CFLAGS="${CFLAGS} -mmmx"
1365 AC_CACHE_CHECK([if $CC groks 3D Now! inline assembly], [ac_cv_3dnow_inline], [
1366 AC_COMPILE_IFELSE([AC_LANG_PROGRAM(,[[
1368 asm volatile("pfadd %%mm1,%%mm2"::"r"(p):"mm1", "mm2");
1371 ac_cv_3dnow_inline=yes
1373 ac_cv_3dnow_inline=no
1377 AS_IF([test "${ac_cv_3dnow_inline}" != "no"], [
1378 AC_DEFINE(CAN_COMPILE_3DNOW, 1,
1379 [Define to 1 if 3D Now! inline assembly is available.])
1382 AM_CONDITIONAL([HAVE_3DNOW], [test "$have_3dnow" = "yes"])
1386 [AS_HELP_STRING([--disable-neon],
1387 [disable NEON optimizations (default auto)])],, [
1388 AS_IF([test "${host_cpu}" = "arm"], [enable_neon="yes"] ,[enable_neon="no"])
1390 AS_IF([test "${enable_neon}" != "no"], [
1392 CFLAGS="${CFLAGS} -mfpu=neon"
1393 AC_CACHE_CHECK([if $CC groks NEON inline assembly], [ac_cv_neon_inline], [
1396 asm volatile("vqmovun.s64 d0, q1":::"d0");
1397 asm volatile("ssat r0, #1, r0":::"r0"); /* assume ARMv6 */
1400 ac_cv_neon_inline="-mfpu=neon"
1402 ac_cv_neon_inline="no"
1406 AS_IF([test "$ac_cv_neon_inline" != "no"], [
1407 NEON_CFLAGS="$ac_cv_neon_inline"
1408 AC_DEFINE([CAN_COMPILE_NEON], 1, [Define to 1 if NEON (and ARMv6) assembly is available with NEON_CFLAGS.])
1411 ac_cv_neon_inline="no"
1413 AC_SUBST(NEON_CFLAGS)
1414 AM_CONDITIONAL(HAVE_NEON, [test "${ac_cv_neon_inline}" != "no"])
1417 AC_ARG_ENABLE(altivec,
1418 [AS_HELP_STRING([--disable-altivec],
1419 [disable AltiVec optimizations (default auto)])],, [
1420 AS_IF([test "${host_cpu}" = "powerpc"],
1421 [enable_altivec=yes], [enable_altivec=no])
1424 AS_IF([test "${enable_altivec}" = "yes"], [
1425 ARCH="${ARCH} altivec";
1427 AC_CACHE_CHECK([if $CC groks AltiVec inline assembly],
1428 [ac_cv_altivec_inline],
1429 [AC_TRY_COMPILE(,[asm volatile("vperm 0,1,2,3");],
1430 ac_cv_altivec_inline="yes",
1431 [CFLAGS="${CFLAGS} -Wa,-m7400"
1432 AC_TRY_COMPILE(,[asm volatile("vperm 0,1,2,3");],
1433 [ac_cv_altivec_inline="-Wa,-m7400"],
1434 ac_cv_altivec_inline=no)
1437 AS_IF([test "${ac_cv_altivec_inline}" != "no"], [
1438 AC_DEFINE(CAN_COMPILE_ALTIVEC, 1,
1439 [Define to 1 if AltiVec inline assembly is available.])
1440 AS_IF([test "${ac_cv_altivec_inline}" != "yes"], [
1441 VLC_ADD_CFLAGS([memcpyaltivec],[${ac_cv_altivec_inline}])
1442 VLC_ADD_CFLAGS([i420_yuy2_altivec],[${ac_cv_altivec_inline}])
1443 VLC_ADD_CFLAGS([libvlccore],[${ac_cv_altivec_inline}])
1448 dnl The AltiVec C extensions
1450 dnl There are several possible cases:
1451 dnl - OS X PPC, gcc 4.x: use -mpim-altivec -force_cpusubtype_ALL, don't
1452 dnl need <altivec.h>
1453 dnl - OS X PPC, gcc 3.x: need -faltivec, don't need <altivec.h>
1454 dnl - Linux PPC, gcc 3.4, 4.x: need <altivec.h> which requires -maltivec
1455 dnl - Linux PPC, gcc 3.3: need <altivec.h> and -maltivec -mabi=altivec
1456 dnl - Linux PPC, gcc 3.x: need <altivec.h> and -fvec
1457 dnl - Others: test should fail
1459 AC_CACHE_CHECK([if \$CC groks AltiVec C extensions],
1461 [# OS X/PPC test (gcc 4.x)
1462 CFLAGS="${CFLAGS} -mpim-altivec -force_cpusubtype_ALL"
1463 AC_TRY_COMPILE([vector unsigned char foo;],
1464 [vec_ld(0, (unsigned char *)0);],
1465 [ac_cv_c_altivec="-mpim-altivec -force_cpusubtype_ALL"],
1466 [# OS X/PPC test (gcc 3.x)
1467 CFLAGS="${CFLAGS} -faltivec"
1468 AC_TRY_COMPILE([vector unsigned char foo;],
1469 [vec_ld(1 * sizeof(vector float), (unsigned char *)0);],
1470 [ac_cv_c_altivec="-faltivec"],
1471 dnl Below this are the Linux tests
1472 [# Linux/PPC test (gcc 4.x)
1473 CFLAGS="${CFLAGS} -maltivec"
1474 AC_TRY_COMPILE([#include <altivec.h>],
1475 [vec_ld(0, (unsigned char *)0);],
1476 [ac_cv_c_altivec="-maltivec"],
1477 [# Linux/PPC test (gcc 3.3)
1478 CFLAGS="${CFLAGS} -maltivec -mabi=altivec"
1479 AC_TRY_COMPILE([#include <altivec.h>],
1480 [vec_ld(0, (unsigned char *)0);],
1482 ac_cv_c_altivec_abi="-maltivec -mabi=altivec"],
1483 [# Linux/PPC test (gcc 3.3)
1484 CFLAGS="${CFLAGS} -fvec"
1485 AC_TRY_COMPILE([#include <altivec.h>],
1486 [vec_ld(0, (unsigned char *)0);],
1487 [ac_cv_c_altivec="-fvec"],
1488 [ac_cv_c_altivec=no])
1496 AS_IF([test "${ac_cv_c_altivec}" != "no"], [
1497 CPPFLAGS="${CPPFLAGS} ${ac_cv_c_altivec}"
1498 AC_DEFINE(CAN_COMPILE_C_ALTIVEC, 1, [Define to 1 if C AltiVec extensions are available.])
1499 VLC_ADD_CFLAGS([libvlccore],[${ac_cv_c_altivec}])
1500 VLC_ADD_CFLAGS([i420_yuy2_altivec memcpyaltivec deinterlace],[${ac_cv_c_altivec} ${ac_cv_c_altivec_abi}])
1503 AC_CHECK_HEADERS(altivec.h)
1506 LDFLAGS="${LDFLAGS} -Wl,-framework,vecLib"
1507 AC_CACHE_CHECK([if linker needs -framework vecLib],
1509 [AC_TRY_LINK([],,ac_cv_ld_altivec=yes,ac_cv_ld_altivec=no)])
1511 AS_IF([test "${ac_cv_ld_altivec}" != "no"], [
1512 VLC_ADD_LIBS([libvlccore memcpyaltivec],[-Wl,-framework,vecLib])
1515 AM_CONDITIONAL([HAVE_ALTIVEC], [test "$have_altivec" = "yes"])
1518 dnl Special arch tuning
1521 [AS_HELP_STRING([--with-tuning=ARCH],
1522 [tune compilation for an architecture (default varies)])])
1523 if test "$SUNCC" != "yes"; then
1524 if test -n "${with_tuning}"; then
1525 if test "${with_tuning}" != "no"; then
1526 CFLAGS_TUNING="-mtune=${with_tuning}"
1529 if test "${SYS}" = "darwin" -a "${host_cpu}" = "i686"; then
1530 CFLAGS_TUNING="-march=prescott -mtune=generic"
1531 elif test "${SYS}" = "darwin" -a "${host_cpu}" = "x86_64"; then
1532 CFLAGS_TUNING="-march=core2 -mtune=core2"
1533 elif test "${host_cpu}" = "i686" -o "${host_cpu}" = "i586" -o "${host_cpu}" = "i486" -o "${host_cpu}" = "i386"; then
1534 CFLAGS_TUNING="-mtune=pentium2"
1535 elif test "${host_cpu}" = "x86_64"; then
1536 CFLAGS_TUNING="-mtune=athlon64"
1537 elif test "${host_cpu}" = "powerpc"; then
1538 CFLAGS_TUNING="-mtune=G4";
1543 dnl NOTE: this can't be cached cleanly
1544 AS_IF([test -n "${CFLAGS_TUNING}"], [
1546 CFLAGS="${CFLAGS} ${CFLAGS_TUNING}"
1547 AC_MSG_CHECKING([whether $CC accepts ${CFLAGS_TUNING}])
1548 AC_COMPILE_IFELSE([AC_LANG_SOURCE([])], [
1549 AC_MSG_RESULT([yes])
1553 AS_IF([test "${with_tuning}"], [AC_MSG_ERROR([requested tuning not supported])])
1560 AC_ARG_ENABLE(optimize-memory,
1561 [AS_HELP_STRING([--enable-optimize-memory],
1562 [optimize memory usage over performance])])
1563 if test "${enable_optimize_memory}" = "yes"; then
1564 AC_DEFINE(OPTIMIZE_MEMORY, 1, Define if you want to optimize memory usage over performance)
1568 dnl Allow running as root (useful for people running on embedded platforms)
1570 AC_ARG_ENABLE(run-as-root,
1571 [AS_HELP_STRING([--enable-run-as-root],
1572 [allow running VLC as root (default disabled)])])
1573 AS_IF([test "${enable_run_as_root}" = "yes"],[
1574 AC_DEFINE(ALLOW_RUN_AS_ROOT, 1,
1575 [Define to 1 to allow running VLC as root (uid 0).])
1582 [AS_HELP_STRING([--disable-sout],
1583 [disable streaming output (default enabled)])])
1584 AS_IF([test "${enable_sout}" != "no"], [
1585 AC_DEFINE(ENABLE_SOUT, 1, [Define to 1 for stream output support.])
1587 AM_CONDITIONAL(ENABLE_SOUT, [test "${enable_sout}" != "no"])
1591 [AS_HELP_STRING([--disable-lua],
1592 [disable LUA scripting support (default enabled)])])
1593 if test "${enable_lua}" != "no"
1595 PKG_CHECK_MODULES(LUA, lua5.1,
1598 AC_MSG_WARN([${LUA_PKG_ERRORS}, trying lua >= 5.1 instead])
1599 PKG_CHECK_MODULES(LUA, lua >= 5.1,
1602 AC_MSG_WARN([${LUA_PKG_ERRORS}, trying manual detection instead])
1604 AC_CHECK_HEADERS([lua.h lauxlib.h lualib.h],
1607 AC_CHECK_LIB( lua5.1 , luaL_newstate,
1608 [LUA_LIBS="-llua5.1"],
1609 AC_CHECK_LIB( lua51 , luaL_newstate,
1610 [LUA_LIBS="-llua51"],
1611 AC_CHECK_LIB( lua , luaL_newstate,
1619 if test "x${have_lua}" = "xyes" ; then
1620 VLC_ADD_LIBS([lua],[$LUA_LIBS])
1621 VLC_ADD_CFLAGS([lua],[$LUA_CFLAGS])
1623 AC_MSG_ERROR([Could not find lua. Lua is needed for some interfaces (rc, telnet, http) as well as many other custom scripts. Use --disable-lua to ignore this error.])
1625 AC_ARG_VAR([LUAC], [LUA byte compiler])
1626 AC_PATH_PROGS(LUAC,[${LUAC} luac], [false])
1627 AS_IF([test "${LUAC}" = "false"], [
1628 AC_MSG_ERROR([Could not find the LUA byte compiler.])
1631 AM_CONDITIONAL(BUILD_LUA, [test "${have_lua}" = "yes"])
1637 AC_ARG_ENABLE(httpd,
1638 [AS_HELP_STRING([--disable-httpd],
1639 [disable the built-in HTTP server (default enabled)])])
1640 if test "${enable_httpd}" != "no"
1642 AC_DEFINE(ENABLE_HTTPD, 1, Define if you want the HTTP daemon support)
1644 AM_CONDITIONAL(BUILD_HTTPD, [test "${enable_httpd}" != "no"])
1648 dnl VideoLAN manager
1651 [AS_HELP_STRING([--disable-vlm],
1652 [disable the stream manager (default enabled)])],,
1653 [enable_vlm="${enable_sout}"])
1654 AS_IF([test "${enable_vlm}" != "no"], [
1655 AS_IF([test "${enable_sout}" = "no"], [
1656 AC_MSG_ERROR([VLM requires the stream output. Do not use --disable-sout.])
1658 AC_DEFINE(ENABLE_VLM, 1, [Define if you want the VideoLAN manager support])
1660 AM_CONDITIONAL([ENABLE_VLM], [test "${enable_vlm}" != "no"])
1667 EXTEND_HELP_STRING([Input plugins:])
1670 dnl libproxy support
1672 AC_ARG_ENABLE(libproxy,
1673 [AS_HELP_STRING([--enable-libproxy],[support libproxy (default auto)])])
1674 AS_IF([test "${enable_libproxy}" != "no"], [
1675 PKG_CHECK_MODULES(LIBPROXY, libproxy-1.0, [
1676 AC_DEFINE(HAVE_LIBPROXY, 1, [Define if libproxy is available])
1677 VLC_ADD_CFLAGS([access_http],[$LIBPROXY_CFLAGS])
1678 VLC_ADD_LIBS([access_http],[$LIBPROXY_LIBS])
1680 AS_IF([test -n "${enable_libproxy}"], [
1681 AC_MSG_ERROR([${LIBPROXY_PKG_ERRORS}.])
1689 AC_ARG_ENABLE(live555,
1690 [AS_HELP_STRING([--enable-live555],
1691 [enable RTSP input through live555 (default enabled)])])
1692 AS_IF([test "${enable_live555}" != "no" -a -n "${CXX}"], [
1695 AS_IF([test -z "${CONTRIB_DIR}"], [
1696 CPPFLAGS_live555="-I/usr/include/liveMedia -I/usr/include/groupsock -I/usr/include/BasicUsageEnvironment -I/usr/include/UsageEnvironment"
1698 CPPFLAGS_live555="-I${CONTRIB_DIR}/include/liveMedia -I${CONTRIB_DIR}/include/groupsock -I${CONTRIB_DIR}/include/BasicUsageEnvironment -I${CONTRIB_DIR}/include/UsageEnvironment"
1700 AS_IF([test "${SYS}" = "solaris"], [
1701 CPPFLAGS_live555="${CPPFLAGS_live555} -DSOLARIS"
1703 CPPFLAGS="${CPPFLAGS} ${CPPFLAGS_live555}"
1705 AC_CACHE_CHECK([for live555 version 1324598400 or later], [ac_cv_live555], [
1706 AC_PREPROC_IFELSE([AC_LANG_PROGRAM([
1707 [#include <liveMedia_version.hh>
1708 #if !defined (LIVEMEDIA_LIBRARY_VERSION_INT) || (LIVEMEDIA_LIBRARY_VERSION_INT < 1324598400)
1717 AS_IF([test "$ac_cv_live555" = "no"], [
1718 AC_MSG_WARN([liveMedia is missing or its installed version is too old:
1719 Version 2011.12.23 or later is required to proceed.
1720 You can get an updated one from http://www.live555.com/liveMedia .])
1721 AS_IF([test -n "${enable_live555}"], [
1722 AC_MSG_ERROR([Update live555 or pass --disable-live555 to disable RTSP input support.])
1725 other_libs="-lgroupsock -lBasicUsageEnvironment -lUsageEnvironment"
1726 other_libs_pic="-lgroupsock_pic -lBasicUsageEnvironment_pic -lUsageEnvironment_pic"
1727 AS_IF([test "${SYS}" = "mingw32"], [
1728 # add ws2_32 for closesocket, select, recv
1729 other_libs="$other_libs -lws2_32"
1730 ], [test "${SYS}" = "mingwce"], [
1731 # add ws2 for closesocket, select, recv
1732 other_libs="$other_libs -lws2"
1735 dnl We need to check for pic because live555 don't provide shared libs
1736 dnl and we want to build a plugins so we need -fPIC on some arch.
1737 VLC_ADD_CXXFLAGS([live555], [${CPPFLAGS_live555}])
1738 AC_CHECK_LIB(liveMedia_pic, main, [
1739 VLC_ADD_PLUGIN([live555])
1740 VLC_ADD_LIBS([live555], [-lliveMedia_pic ${other_libs_pic}])
1742 AC_CHECK_LIB(liveMedia, main, [
1743 VLC_ADD_PLUGIN([live555])
1744 VLC_ADD_LIBS([live555], [-lliveMedia ${other_libs}])
1745 ],[],[${other_libs}])],[${other_libs_pic}])
1752 dnl - special access module for dc1394 input
1753 dnl - dv module: digital video module check for libraw1394
1754 dnl - linsys modules: access module check for libzvbi
1756 PKG_ENABLE_MODULES_VLC([DC1394], [], [libraw1394 >= 2.0.1 libdc1394-2 >= 2.1.0], [dc1394 access module], [auto])
1757 PKG_ENABLE_MODULES_VLC([DV], [access_dv], [libraw1394 >= 2.0.1 libavc1394 >= 0.5.3], [DV input module], [auto])
1759 AC_ARG_ENABLE(linsys,
1760 [AS_HELP_STRING([--enable-linsys],
1761 [Linux Linear Systems Ltd. SDI and HD-SDI input cards (default enabled)])])
1762 if test "$SYS" = "linux" -a "${enable_linsys}" != "no"; then
1763 VLC_ADD_PLUGIN([linsys_hdsdi])
1764 PKG_CHECK_MODULES(LINSYS_SDI, [zvbi-0.2 >= 0.2.28],
1765 [ VLC_ADD_LIBS([linsys_sdi],[$LINSYS_SDI_LIBS])
1766 VLC_ADD_CFLAGS([linsys_sdi],[$LINSYS_SDI_CFLAGS])
1767 VLC_ADD_PLUGIN([linsys_sdi]) ],
1768 [AC_MSG_WARN([${LINSYS_SDI_PKG_ERRORS}.])]
1773 dnl dvdread module: check for libdvdread
1775 PKG_ENABLE_MODULES_VLC([DVDREAD], [], [dvdread], [dvdread input module], [auto])
1778 dnl libdvdnav plugin
1780 AC_ARG_ENABLE(dvdnav,
1781 [AS_HELP_STRING([--disable-dvdnav],
1782 [disable DVD navigation with libdvdnav (default auto)])])
1783 if test "${enable_dvdnav}" != "no"
1785 PKG_CHECK_MODULES(DVDNAV, dvdnav, [
1786 VLC_ADD_PLUGIN([dvdnav])
1787 VLC_ADD_CFLAGS([dvdnav],[${DVDNAV_CFLAGS}])
1788 VLC_ADD_LIBS([dvdnav],[${DVDNAV_LIBS}])
1789 AC_CHECK_LIB(dvdnav, dvdnav_get_video_resolution,
1790 AC_DEFINE(HAVE_DVDNAV_GET_VIDEO_RESOLUTION, 1, [Define if you have dvdnav_get_video_resolution.]),
1791 [], [${LIBS_dvdnav}])
1792 AC_CHECK_LIB(dvdnav, dvdnav_describe_title_chapters,
1793 AC_DEFINE(HAVE_DVDNAV_DESCRIBE_TITLE_CHAPTERS, 1, [Define if you have dvdnav_describe_title_chapters.]),
1794 [], [${LIBS_dvdnav}])],
1795 [AC_MSG_WARN([${DVDNAV_PKG_ERRORS}.])])
1799 dnl Windows DirectShow access module
1801 AC_ARG_ENABLE(dshow,
1802 [AS_HELP_STRING([--disable-dshow],
1803 [support DirectShow (default auto)])])
1804 if test "${enable_dshow}" != "no"
1806 if test "${SYS}" = "mingw32"
1809 AC_CHECK_HEADERS(dshow.h,
1810 [ VLC_ADD_PLUGIN([dshow])
1811 VLC_ADD_CXXFLAGS([dshow],[])
1812 VLC_ADD_LIBS([dshow],[-lole32 -loleaut32 -luuid -lstrmiids -lksuser])])
1818 dnl Blu-ray Disc Support with libbluray
1820 PKG_ENABLE_MODULES_VLC([BLURAY], [libbluray], [libbluray >= 0.2.1], (libbluray for Blu-ray disc support ) )
1823 dnl OpenCV wrapper and example filters
1825 PKG_ENABLE_MODULES_VLC([OPENCV], [opencv_example opencv_wrapper], [opencv], (OpenCV (computer vision) filter), [off])
1829 dnl libsmbclient plugin
1832 [AS_HELP_STRING([--disable-smb], [disable SMB/CIFS support (default auto)])])
1833 if test "${enable_smb}" != "no"; then
1834 AC_CHECK_HEADERS(libsmbclient.h,
1835 [ VLC_ADD_PLUGIN([access_smb])
1836 VLC_ADD_LIBS([access_smb],[-lsmbclient]) ],
1837 [ if test -n "${enable_smb}"; then
1838 AC_MSG_ERROR([cannot find libsmbclient headers])
1844 dnl sftp access support
1847 [AS_HELP_STRING([--enable-sftp],
1848 [support SFTP file transfer via libssh2 (default disabled)])])
1849 if test "${enable_sftp}" = "yes"; then
1850 AC_CHECK_HEADERS(libssh2.h, [
1851 VLC_ADD_PLUGIN([access_sftp])
1852 VLC_ADD_LIBS([access_sftp], [-lssh2])
1859 AC_ARG_ENABLE(v4l2, [AS_HELP_STRING([--disable-v4l2],
1860 [disable Video4Linux version 2 (default auto)])])
1861 AC_ARG_ENABLE(pvr, [AS_HELP_STRING([--enable-pvr],
1862 [support PVR V4L2 cards (default disabled)])])
1864 AS_IF([test "$enable_v4l2" != "no"], [
1865 AC_CHECK_HEADERS([linux/videodev2.h sys/videoio.h], [
1869 AS_IF([test "$have_v4l2" = "yes"], [
1870 PKG_CHECK_MODULES(LIBV4L2, libv4l2, [
1871 AC_DEFINE(HAVE_LIBV4L2, 1, [Define to 1 if libv4l2 is available])
1873 AC_MSG_WARN([${LIBV4L2_PKG_ERRORS}.])
1875 AS_IF([test "${enable_pvr}" = "yes"], [
1876 VLC_ADD_PLUGIN([pvr])
1879 AM_CONDITIONAL(HAVE_V4L2, [test "${have_v4l2}" != "no"])
1882 dnl special access module for Blackmagic SDI cards
1884 AC_ARG_ENABLE(decklink,
1885 [AS_HELP_STRING([--disable-decklink],
1886 [disable Blackmagic DeckLink SDI input (default auto)])])
1887 AC_ARG_WITH(decklink_sdk,
1888 [AS_HELP_STRING[--with-decklink-sdk=DIR],
1889 [ location of Blackmagic DeckLink SDI SDK])])
1890 if test "${enable_decklink}" != "no"
1892 if test "${with_decklink_sdk}" != "no" -a -n "${with_decklink_sdk}"
1894 VLC_ADD_CPPFLAGS([decklink],[-I${with_decklink_sdk}/include])
1897 CPPFLAGS="${CPPFLAGS} ${CPPFLAGS_decklink}"
1899 AC_CHECK_HEADERS(DeckLinkAPIDispatch.cpp, [
1900 VLC_ADD_PLUGIN([decklink])
1901 ],[AC_MSG_WARN(Blackmagic DeckLink SDI include files not found, decklink disabled)])
1908 dnl gnomeVFS access module
1910 PKG_ENABLE_MODULES_VLC([GNOMEVFS], [access_gnomevfs], [gnome-vfs-2.0], [GnomeVFS access module], [auto])
1916 [AS_HELP_STRING([--enable-vcdx],
1917 [navigate VCD with libvcdinfo (default disabled)])])
1918 if test "${enable_vcdx}" = "yes"
1920 PKG_CHECK_MODULES(LIBCDIO, [libcdio >= 0.78.2 libiso9660 >= 0.72],
1921 [VLC_ADD_LIBS([vcdx],[$LIBCDIO_LIBS])
1922 VLC_ADD_CFLAGS([vcdx],[$LIBCDIO_CFLAGS])],
1923 [AC_MSG_ERROR([${LIBCDIO_PKG_ERRORS} (required for vcdx plugin).])])
1924 PKG_CHECK_MODULES(LIBVCDINFO, libvcdinfo >= 0.7.22,
1925 [VLC_ADD_LIBS([vcdx],[$LIBVCDINFO_LIBS])
1926 VLC_ADD_CFLAGS([vcdx],[$LIBVCDINFO_CFLAGS])],
1927 [AC_MSG_ERROR([${LIBVCDINFO_PKG_ERRORS} (required for vcdx plugin).])])
1928 VLC_ADD_PLUGIN([vcdx])
1932 dnl Built-in CD-DA and VCD module
1935 [AS_HELP_STRING([--disable-vcd],
1936 [disable built-in VCD and CD-DA support (default enabled)])])
1938 AC_ARG_ENABLE(libcddb,
1939 [AS_HELP_STRING([--disable-libcddb],
1940 [disable CDDB for Audio CD (default enabled)])])
1942 if test "${enable_vcd}" != "no"
1944 AC_MSG_CHECKING(for cdrom_msf0 in linux/cdrom.h)
1945 AC_EGREP_HEADER(cdrom_msf0,linux/cdrom.h,[
1947 VLC_ADD_PLUGIN([vcd cdda])
1952 AC_MSG_CHECKING(for scsireq in sys/scsiio.h)
1953 AC_EGREP_HEADER(scsireq,sys/scsiio.h,[
1955 VLC_ADD_PLUGIN([vcd cdda])
1956 AC_DEFINE(HAVE_SCSIREQ_IN_SYS_SCSIIO_H, 1, For NetBSD VCD support)
1961 AC_MSG_CHECKING(for ioc_toc_header in sys/cdio.h)
1962 AC_EGREP_HEADER(ioc_toc_header ,sys/cdio.h,[
1964 VLC_ADD_PLUGIN([vcd cdda])
1965 AC_DEFINE(HAVE_IOC_TOC_HEADER_IN_SYS_CDIO_H, 1, For FreeBSD VCD support)
1970 if test "${SYS}" = "bsdi" -o "${SYS}" = "mingw32" -o "${SYS}" = "os2"
1972 VLC_ADD_PLUGIN([vcd cdda])
1975 if test "${SYS}" = "darwin"
1977 VLC_ADD_PLUGIN([vcd cdda])
1978 VLC_ADD_LIBS([vcd vcdx cdda],[-Wl,-framework,IOKit,-framework,CoreFoundation])
1979 VLC_ADD_LIBS([vcdx cdda],[-liconv])
1982 if test "$enable_libcddb" != "no"; then
1983 PKG_CHECK_MODULES(LIBCDDB, [libcddb >= 0.9.5], [
1985 AC_DEFINE(HAVE_LIBCDDB, 1, [Define this if you have libcddb installed])
1986 VLC_ADD_LIBS([cdda],[$LIBCDDB_LIBS])
1987 VLC_ADD_CFLAGS([cdda],[$LIBCDDB_CFLAGS])
1989 [AC_MSG_WARN([${LIBCDDB_PKG_ERRORS}: CDDB access disabled.])
1997 AC_CACHE_CHECK([for Linux DVB version 5], [ac_cv_linux_s2api], [
1998 AC_PREPROC_IFELSE([AC_LANG_PROGRAM([
1999 [#include <linux/dvb/version.h>
2000 #if (DVB_API_VERSION < 5)
2003 ac_cv_linux_s2api=yes
2005 ac_cv_linux_s2api=no
2007 AM_CONDITIONAL([HAVE_LINUX_DVB], [test "$ac_cv_linux_s2api" = "yes"])
2010 dnl Screen capture module
2012 AC_ARG_ENABLE(screen,
2013 [AS_HELP_STRING([--enable-screen],
2014 [disable screen capture (default enabled)])])
2015 if test "${enable_screen}" != "no"; then
2016 if test "${SYS}" = "darwin"; then
2017 AC_CHECK_HEADERS(OpenGL/gl.h, [
2018 AC_CHECK_HEADERS(ApplicationServices/ApplicationServices.h, [
2019 VLC_ADD_PLUGIN([screen])
2020 VLC_ADD_LIBS([screen],[-Wl,-framework,OpenGL,-framework,ApplicationServices])
2023 elif test "${SYS}" = "mingw32"; then
2024 VLC_ADD_PLUGIN([screen])
2025 VLC_ADD_LIBS([screen],[-lgdi32])
2030 dnl Real RTSP plugin
2032 AC_ARG_ENABLE(realrtsp,
2033 [ --enable-realrtsp Real RTSP module (default disabled)])
2034 if test "${enable_realrtsp}" = "yes"; then
2035 VLC_ADD_PLUGIN([access_realrtsp])
2040 AC_ARG_ENABLE(macosx-eyetv,
2041 [ --enable-macosx-eyetv Mac OS X EyeTV (TNT Tuner) module (default enabled on Mac OS X)])
2042 if test "x${enable_macosx_eyetv}" != "xno" &&
2043 (test "${SYS}" = "darwin" || test "${enable_macosx_eyetv}" = "yes")
2045 VLC_ADD_LIBS([access_eyetv], [-Wl,-framework,Foundation])
2046 VLC_ADD_PLUGIN([access_eyetv])
2051 AC_ARG_ENABLE(macosx-qtkit,
2052 [ --enable-macosx-qtkit Mac OS X qtcapture (video) and qtsound (audio) module (default enabled on Mac OS X)])
2053 if test "x${enable_macosx_qtkit}" != "xno" &&
2054 (test "${SYS}" = "darwin" || test "${enable_macosx_qtkit}" = "yes")
2056 VLC_ADD_PLUGIN([qtcapture])
2057 VLC_ADD_PLUGIN([qtsound])
2059 AM_CONDITIONAL(HAVE_QTKIT, [test "${SYS}" = "darwin" -a "x${enable_macosx_qtkit}" != "xno"])
2066 EXTEND_HELP_STRING([Mux/Demux plugins:])
2069 dnl libdvbpsi check for ts mux/demux
2072 PKG_WITH_MODULES([DVBPSI], [libdvbpsi], [have_dvbpsi="yes"])
2073 AM_CONDITIONAL(HAVE_DVBPSI, [test "${have_dvbpsi}" = "yes"])
2077 dnl GME demux plugin
2080 [AS_HELP_STRING([--enable-gme],
2081 [use Game Music Emu (default auto)])])
2082 AS_IF([test "${enable_gme}" != "no"], [
2083 AC_CHECK_HEADER([gme/gme.h], [
2084 VLC_ADD_LIBS([gme], [-lgme])
2085 VLC_ADD_PLUGIN([gme])
2087 AS_IF([test "x${enable_gme}" != "x"], [
2088 AC_MSG_ERROR([GME cannot be found. Please install the development files.])
2098 [AS_HELP_STRING([--enable-sid],[C64 sid demux support (default auto)])])
2099 AS_IF([test "${enable_sid}" != "no"], [
2100 PKG_CHECK_MODULES(SID, [libsidplay2], [
2102 oldCPPFLAGS="$CPPFLAGS"
2103 CPPFLAGS="$CPPFLAGS $SID_CFLAGS"
2104 AC_CHECK_HEADER([sidplay/builders/resid.h], [
2105 VLC_ADD_PLUGIN([sid])
2106 VLC_ADD_CFLAGS([sid], [$SID_CFLAGS])
2107 VLC_ADD_LIBS([sid], [$SID_LIBS] [-lresid-builder])
2109 AS_IF([test -n "${enable_sid}"],
2110 [AC_MSG_ERROR([${SID_PKG_ERRORS} (required for sid).])],
2111 [AC_MSG_WARN([${SID_PKG_ERRORS} (required for sid).])]
2114 CPPFLAGS="$oldCPPFLAGS"
2117 AS_IF([test "x${enable_sid}" = "xyes"],
2118 [AC_MSG_ERROR([${SID_PKG_ERRORS} (required for sid).])],
2119 [AC_MSG_WARN([${SID_PKG_ERRORS} (required for sid).])]
2126 dnl ogg demux plugin
2128 PKG_ENABLE_MODULES_VLC([OGG], [], [ogg >= 1.0], [Ogg demux support], [auto])
2129 if test "${enable_sout}" != "no"; then
2130 PKG_ENABLE_MODULES_VLC([MUX_OGG], [], [ogg >= 1.0], [Ogg mux support], [auto])
2131 dnl Check for libshout
2132 PKG_ENABLE_MODULES_VLC([SHOUT], [access_output_shout], [shout >= 2.1], [libshout output plugin], [auto])
2136 dnl matroska demux plugin
2139 [AS_HELP_STRING([--disable-mkv],
2140 [do not use libmatroska (default auto)])])
2141 if test "${enable_mkv}" != "no" -a "${CXX}" != ""; then
2143 AC_CHECK_HEADERS(ebml/EbmlVersion.h, [
2144 AC_MSG_CHECKING(for libebml version >= 1.0.0)
2146 [#include <ebml/EbmlVersion.h>
2147 #ifdef LIBEBML_VERSION
2148 #if LIBEBML_VERSION >= 0x010000
2152 [AC_MSG_RESULT([yes])
2153 AC_CHECK_HEADERS(matroska/KaxVersion.h, [
2154 AC_MSG_CHECKING(for libmatroska version >= 1.0.0)
2156 [#include <matroska/KaxVersion.h>
2157 #ifdef LIBMATROSKA_VERSION
2158 #if LIBMATROSKA_VERSION >= 0x010000
2162 [AC_MSG_RESULT([yes])
2163 AC_CHECK_HEADERS(matroska/KaxAttachments.h)
2164 VLC_ADD_CXXFLAGS([mkv],[])
2165 if test "${SYS}" = "darwin"; then
2166 VLC_ADD_CXXFLAGS([mkv],[-O1])
2168 AC_CHECK_LIB(ebml_pic, main, [
2169 VLC_ADD_PLUGIN([mkv])
2170 VLC_ADD_LIBS([mkv],[-lmatroska -lebml_pic])
2172 AC_CHECK_LIB(ebml, main, [
2173 VLC_ADD_PLUGIN([mkv])
2174 VLC_ADD_LIBS([mkv],[-lmatroska -lebml])
2179 AC_MSG_ERROR([Your libmatroska is too old: you may get a more recent one from http://dl.matroska.org/downloads/libmatroska/. Alternatively you can use --disable-mkv to disable the matroska plugin.])
2183 [AC_MSG_RESULT([no])
2184 AC_MSG_ERROR([Your libebml is too old: you may get a more recent one from http://dl.matroska.org/downloads/libebml/. Alternatively you can use --disable-mkv to disable the matroska plugin.])
2191 dnl modplug demux plugin
2194 [AS_HELP_STRING([--disable-mod],
2195 [do not use libmodplug (default auto)])])
2196 if test "${enable_mod}" != "no" ; then
2197 PKG_CHECK_MODULES(LIBMODPLUG, [libmodplug >= 0.8.4 libmodplug != 0.8.8], [
2198 VLC_ADD_PLUGIN([mod])
2199 VLC_ADD_CXXFLAGS([mod],[$LIBMODPLUG_CFLAGS])
2200 VLC_ADD_LIBS([mod],[$LIBMODPLUG_LIBS])
2202 AS_IF([test -n "${enable_mod}"],
2203 [AC_MSG_ERROR([${LIBMODPLUG_PKG_ERRORS}.])],
2204 [AC_MSG_WARN([${LIBMODPLUG_PKG_ERRORS}.])])
2209 dnl mpc demux plugin
2212 [AS_HELP_STRING([--disable-mpc], [do not use libmpcdec (default auto)])])
2213 if test "${enable_mpc}" != "no"
2215 AC_CHECK_HEADERS([mpc/mpcdec.h], [
2216 VLC_ADD_PLUGIN([mpc])
2217 VLC_ADD_LIBS([mpc],[-lmpcdec])],
2218 [AC_CHECK_HEADERS([mpcdec/mpcdec.h], [
2219 VLC_ADD_PLUGIN([mpc])
2220 VLC_ADD_LIBS([mpc],[-lmpcdec])])])
2227 EXTEND_HELP_STRING([Codec plugins:])
2232 AC_ARG_ENABLE(wma-fixed,
2233 [ --enable-wma-fixed libwma-fixed module (default disabled)])
2234 if test "${enable_wma_fixed}" = "yes"
2236 VLC_ADD_PLUGIN([wma_fixed])
2240 dnl shine fixed point mp3 encoder
2242 AC_ARG_ENABLE(shine,
2243 [ --enable-shine shine mp3 encoding module (default disabled)])
2244 if test "${enable_shine}" = "yes"
2246 VLC_ADD_PLUGIN([shine])
2250 dnl openmax il codec plugin
2252 AC_ARG_ENABLE(omxil,
2253 [ --enable-omxil openmax il codec module (default disabled)])
2254 if test "${enable_omxil}" = "yes"
2256 VLC_ADD_PLUGIN([omxil])
2257 VLC_ADD_LIBS([omxil], [$LIBDL])
2261 dnl iomx codec plugin
2264 [ --enable-iomx iomx codec module (default disabled)])
2265 if test "${enable_iomx}" = "yes"
2267 VLC_ADD_PLUGIN([iomx])
2271 dnl CrystalHD codec plugin
2273 AC_ARG_ENABLE(crystalhd,
2274 [ --enable-crystalhd crystalhd codec plugin (default auto)])
2275 if test "${enable_crystalhd}" != "no"; then
2276 AC_CHECK_HEADER(libcrystalhd/libcrystalhd_if.h, [
2277 VLC_ADD_PLUGIN([crystalhd])
2278 VLC_ADD_LIBS([crystalhd], [-lcrystalhd])
2280 if test "${SYS}" = "mingw32" ; then
2281 AC_CHECK_HEADERS(libcrystalhd/bc_dts_defs.h, [
2282 VLC_ADD_PLUGIN([crystalhd])
2283 AC_CHECK_HEADERS(libcrystalhd/bc_drv_if.h, [
2284 VLC_ADD_LIBS([crystalhd], [-lbcmDIL])
2287 AS_IF([test x"${enable_crystalhd}" = "xyes"],
2288 [AC_MSG_ERROR("Could not find CrystalHD development headers")],
2289 [AC_MSG_WARN("Could not find CrystalHD development headers")])
2290 ],[#define __LINUX_USER__
2291 #include <libcrystalhd/bc_dts_types.h>
2295 #include <libcrystalhd/bc_dts_types.h>
2303 [ --enable-mad libmad module (default enabled)])
2304 if test "${enable_mad}" != "no"
2307 [ --with-mad=PATH path to libmad],[],[])
2308 if test "${with_mad}" != "no" -a -n "${with_mad}"
2310 VLC_ADD_CPPFLAGS([mpgatofixed32],[-I${with_mad}/include])
2311 VLC_ADD_LIBS([mpgatofixed32],[-L${with_mad}/lib])
2314 AC_ARG_WITH(mad-tree,
2315 [ --with-mad-tree=PATH mad tree for static linking],[],[])
2316 if test "${with_mad_tree}" != "no" -a -n "${with_mad_tree}"
2318 real_mad_tree="`cd ${with_mad_tree} 2>/dev/null && pwd`"
2319 if test -z "${real_mad_tree}"
2321 dnl The given directory can't be found
2323 AC_MSG_ERROR([${with_mad_tree} directory does not exist])
2325 dnl Use a custom libmad
2326 AC_MSG_CHECKING(for mad.h in ${real_mad_tree})
2327 if test -f ${real_mad_tree}/mad.h
2330 VLC_ADD_CPPFLAGS([mpgatofixed32],[-I${real_mad_tree}])
2331 VLC_ADD_LIBS([mpgatofixed32],[-L${real_mad_tree}/.libs])
2333 LDFLAGS="${LDFLAGS} ${LIBS_mpgatofixed32}"
2334 AC_CHECK_LIB(mad, mad_bit_init, [
2335 VLC_ADD_PLUGIN([mpgatofixed32])
2336 VLC_ADD_LIBS([mpgatofixed32],[-lmad])
2337 ],[ AC_MSG_ERROR([the specified tree has not been compiled ])
2342 AC_MSG_ERROR([the specified tree does not have mad.h])
2346 CPPFLAGS="${CPPFLAGS} ${CPPFLAGS_mpgatofixed32}"
2347 LDFLAGS="${LDFLAGS} ${LIBS_mpgatofixed32}"
2348 AC_CHECK_HEADERS(mad.h, ,
2349 [ 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.]) ])
2350 AC_CHECK_LIB(mad, mad_bit_init, [
2351 VLC_ADD_PLUGIN([mpgatofixed32])
2352 VLC_ADD_LIBS([mpgatofixed32],[-lmad])],
2353 [ AC_MSG_ERROR([Cannot find libmad library...]) ])
2359 AC_ARG_ENABLE(merge-ffmpeg,
2360 [ --enable-merge-ffmpeg merge FFmpeg-based plugins (default disabled)],, [
2361 enable_merge_ffmpeg="no"
2363 AM_CONDITIONAL([MERGE_FFMPEG], [test "$enable_merge_ffmpeg" != "no"])
2366 LDFLAGS="${LDFLAGS} -Wl,-Bsymbolic"
2367 AC_CACHE_CHECK([if linker supports -Bsymbolic],
2368 [ac_cv_ld_bsymbolic],
2369 [AC_TRY_LINK([],,ac_cv_ld_bsymbolic=yes,ac_cv_ld_bsymbolic=no)])
2373 dnl avcodec decoder/encoder plugin
2375 AC_ARG_ENABLE(avcodec,
2376 [ --enable-avcodec libavcodec codec (default enabled)])
2377 AS_IF([test "${enable_avcodec}" != "no"], [
2378 PKG_CHECK_MODULES(AVCODEC,[libavcodec >= 52.25.0 libavutil],
2381 CPPFLAGS="${CPPFLAGS} ${AVCODEC_CFLAGS}"
2382 CFLAGS="${CFLAGS} ${AVCODEC_CFLAGS}"
2383 AC_CHECK_HEADERS(libavcodec/avcodec.h)
2384 AC_CHECK_HEADERS(libavutil/avutil.h)
2385 VLC_ADD_PLUGIN([avcodec])
2386 VLC_ADD_LIBS([avcodec],[$AVCODEC_LIBS])
2387 AS_IF([test "${ac_cv_ld_bsymbolic}" != "no"], [
2388 VLC_ADD_LIBS([avcodec],[-Wl,-Bsymbolic])
2390 VLC_ADD_CFLAGS([avcodec],[$AVCODEC_CFLAGS])
2394 AC_MSG_ERROR([${AVCODEC_PKG_ERRORS}. Pass --disable-avcodec to ignore this error.])
2401 dnl libva needs avcodec
2403 AC_ARG_ENABLE(libva,
2404 [ --enable-libva VAAPI GPU decoding support (libVA) (default auto)])
2406 AS_IF([test "${enable_libva}" = "yes" -a "${have_avcodec}" != "yes" ], [
2407 AC_MSG_ERROR([--enable-libva and --disable-avcodec options are mutually exclusive. Use --enable-avcodec.])
2409 AS_IF([test "${enable_libva}" != "no"], [
2410 PKG_CHECK_MODULES(LIBVA, [libva libva-x11], [
2412 CPPFLAGS="${CPPFLAGS} ${AVCODEC_CFLAGS}"
2413 CFLAGS="${CFLAGS} ${AVCODEC_CFLAGS}"
2414 AC_CHECK_HEADERS(libavcodec/vaapi.h, [
2415 VLC_ADD_LIBS([avcodec],[$LIBVA_LIBS ${X_LIBS} ${X_PRE_LIBS} -lX11])
2416 VLC_ADD_CFLAGS([avcodec],[$LIBVA_CFLAGS ${X_CFLAGS}])
2417 AC_DEFINE(HAVE_AVCODEC_VAAPI, 1, [Define if avcodec has to be built with VAAPI support.])
2418 AC_MSG_NOTICE([VAAPI acceleration activated])
2420 AS_IF([test -n "${enable_libva}"], [
2421 AC_MSG_ERROR([libva is present but libavcodec/vaapi.h is missing])
2423 AC_MSG_WARN([libva is present but libavcodec/vaapi.h is missing ])
2428 AS_IF([test -n "${enable_libva}"], [
2429 AC_MSG_ERROR([${LIBVA_PKG_ERRORS}.])
2431 AC_MSG_WARN([${LIBVA_PKG_ERRORS}.])
2437 dnl dxva2 needs avcodec
2439 AC_ARG_ENABLE(dxva2,
2440 [ --enable-dxva2 DxVA2 GPU decoding support (default auto)])
2442 AS_IF([test "${enable_dxva2}" != "no"], [
2443 if test "${SYS}" = "mingw32"; then
2444 AS_IF([test "x${have_avcodec}" = "xyes"], [
2445 AC_CHECK_HEADERS(dxva2api.h,
2447 AC_CHECK_HEADERS(libavcodec/dxva2.h, [
2448 VLC_ADD_LIBS([avcodec],[-lole32 -lshlwapi -luuid])
2449 AC_DEFINE(HAVE_AVCODEC_DXVA2, 1, [Define if avcodec has to be built with DxVA2 support.])
2450 echo "DxVA2 acceleration activated"
2452 AS_IF([test "${enable_dxva2}" = "yes"],
2453 [AC_MSG_ERROR([dxva2 is present but libavcodec/dxva2.h is missing])],
2454 [AC_MSG_WARN([dxva2 is present but libavcodec/dxva2.h is missing ])])
2455 ], [#undef _WIN32_WINNT
2456 /* DXVA2 is only available in Vista and above */
2457 #define _WIN32_WINNT 0x600])
2459 AS_IF([test "${enable_dxva2}" = "yes"],
2460 [AC_MSG_ERROR([Could not find required dxva2api.h])],
2461 [AC_MSG_WARN([dxva2api.h not found])])
2464 AS_IF([test "x${enable_dxva2}" != "x"], [
2465 AC_MSG_ERROR([--enable-dxva2 and --disable-avcodec options are mutually exclusive.])
2473 dnl stream_out switcher needs libavcodec
2475 AC_ARG_ENABLE(switcher,
2476 [ --enable-switcher Stream-out switcher plugin (default disabled)])
2477 AS_IF([test "${enable_switcher}" = "yes"], [
2478 AS_IF([test "x${have_avcodec}" = "xyes"], [
2479 VLC_ADD_PLUGIN([stream_out_switcher])
2480 VLC_ADD_LIBS([stream_out_switcher],[$AVCODEC_LIBS $AVUTIL_LIBS])
2481 VLC_ADD_CFLAGS([stream_out_switcher],[$AVCODEC_CFLAGS $AVUTIL_CFLAGS])
2482 ],[AC_MSG_ERROR([Stream_out switcher depends on avcodec])
2488 dnl avformat demuxer/muxer plugin
2491 AC_ARG_ENABLE(avformat,
2492 [ --enable-avformat libavformat containers (default enabled)],, [
2493 enable_avformat="${have_avcodec}"
2495 if test "${enable_avformat}" != "no"
2497 PKG_CHECK_MODULES(AVFORMAT,[libavformat > 52.30.0 libavcodec libavutil],
2500 CPPFLAGS="${CPPFLAGS} ${AVFORMAT_CFLAGS}"
2501 CFLAGS="${CFLAGS} ${AVFORMAT_CFLAGS}"
2502 AC_CHECK_HEADERS(libavformat/avformat.h libavformat/avio.h)
2503 AC_CHECK_HEADERS(libavutil/avutil.h)
2504 AS_IF([test "$enable_merge_ffmpeg" = "no"], [
2505 VLC_ADD_PLUGIN([avformat access_avio])
2506 VLC_ADD_LIBS([avformat access_avio],[$AVFORMAT_LIBS $AVUTIL_LIBS])
2507 VLC_ADD_CFLAGS([avformat access_avio],[$AVFORMAT_CFLAGS $AVUTIL_CFLAGS])
2508 AS_IF([test "${ac_cv_ld_bsymbolic}" != "no"], [
2509 VLC_ADD_LIBS([avformat access_avio],[-Wl,-Bsymbolic])
2512 VLC_ADD_LIBS([avcodec],[$AVFORMAT_LIBS $AVUTIL_LIBS])
2513 VLC_ADD_CFLAGS([avcodec],[$AVFORMAT_CFLAGS $AVUTIL_CFLAGS])
2517 AC_MSG_ERROR([${AVFORMAT_PKG_ERRORS}. Pass --disable-avformat to ignore this error.])
2522 dnl swscale image scaling and conversion plugin
2525 AC_ARG_ENABLE(swscale,
2526 AS_HELP_STRING([--enable-swscale],[libswscale image scaling and conversion
2527 (default enabled)]))
2528 if test "${enable_swscale}" != "no"
2530 PKG_CHECK_MODULES(SWSCALE,[libswscale],
2533 CPPFLAGS="${CPPFLAGS} ${SWSCALE_CFLAGS}"
2534 CFLAGS="${CFLAGS} ${SWSCALE_CFLAGS}"
2535 AC_CHECK_HEADERS(libswscale/swscale.h)
2536 VLC_ADD_PLUGIN([swscale])
2537 VLC_ADD_LIBS([swscale],[$SWSCALE_LIBS])
2538 VLC_ADD_CFLAGS([swscale],[$SWSCALE_CFLAGS])
2539 AS_IF([test "${ac_cv_ld_bsymbolic}" != "no"], [
2540 VLC_ADD_LIBS([swscale],[-Wl,-Bsymbolic])
2544 AC_MSG_ERROR([${SWSCALE_PKG_ERRORS}. Pass --disable-swscale to ignore this error. Proper software scaling and some video chroma conversion will be missing.])
2552 AC_ARG_ENABLE(postproc,
2553 [ --enable-postproc libpostproc image post-processing (default enabled)])
2554 if test "${enable_postproc}" != "no"
2556 PKG_CHECK_MODULES(POSTPROC,[libpostproc libavutil],
2559 CPPFLAGS="${CPPFLAGS} ${POSTPROC_CFLAGS}"
2560 CFLAGS="${CFLAGS} ${POSTPROC_CFLAGS}"
2561 AC_CHECK_HEADERS(postproc/postprocess.h)
2562 VLC_ADD_PLUGIN([postproc])
2563 VLC_ADD_LIBS([postproc],[$POSTPROC_LIBS $AVUTIL_LIBS])
2564 VLC_ADD_CFLAGS([postproc],[$POSTPROC_CFLAGS $AVUTIL_CFLAGS])
2567 AC_MSG_ERROR([${POSTPROC_PKG_ERRORS}. Pass --disable-postproc to ignore this error.])
2572 dnl faad decoder plugin
2575 [ --enable-faad faad codec (default disabled)])
2576 if test "${enable_faad}" = "yes"
2578 AC_ARG_WITH(faad-tree,
2579 [ --with-faad-tree=PATH faad tree for static linking])
2580 if test -n "${with_faad_tree}"
2582 AC_MSG_CHECKING(for libfaad.a in ${with_faad_tree})
2583 real_faad_tree="`cd ${with_faad_tree} 2>/dev/null && pwd`"
2584 if test -z "${real_faad_tree}"
2586 dnl The given directory can't be found
2588 AC_MSG_ERROR([cannot cd to ${with_faad_tree}])
2590 if test -f "${real_faad_tree}/libfaad/.libs/libfaad.a"
2592 dnl Use a custom faad
2593 AC_MSG_RESULT(${real_faad_tree}/libfaad/.libs/libfaad.a)
2594 VLC_ADD_PLUGIN([faad])
2595 VLC_ADD_LIBS([faad],[${real_faad_tree}/libfaad/.libs/libfaad.a])
2596 VLC_ADD_CPPFLAGS([faad],[-I${real_faad_tree}/include])
2598 dnl The given libfaad wasn't built
2600 AC_MSG_ERROR([cannot find ${real_faad_tree}/libfaad/.libs/libfaad.a, make sure you compiled libfaad in ${with_faad_tree}])
2604 CPPFLAGS="${CPPFLAGS} ${CPPFLAGS_faad}"
2605 LDFLAGS="${LDFLAGS} ${LIBS_faad}"
2606 AC_CHECK_HEADERS(faad.h, ,
2607 [ AC_MSG_ERROR([Cannot find development headers for libfaad...]) ])
2608 AC_CHECK_LIB(faad, faacDecOpen, [
2609 VLC_ADD_PLUGIN([faad])
2610 VLC_ADD_LIBS([faad],[-lfaad]) ],
2611 AC_CHECK_LIB(faad, NeAACDecOpen, [
2612 VLC_ADD_PLUGIN([faad])
2613 VLC_ADD_LIBS([faad],[-lfaad]) ],
2614 [ AC_MSG_ERROR([Cannot find libfaad library...]) ]))
2620 dnl twolame encoder plugin
2622 PKG_ENABLE_MODULES_VLC([TWOLAME], [], [twolame], [MPEG Audio Layer 2 encoder], [auto], [], [], [ -DLIBTWOLAME_STATIC])
2625 dnl QuickTime plugin
2627 AC_ARG_ENABLE(quicktime,
2628 [ --enable-quicktime QuickTime module (deprecated)])
2629 if test "${enable_quicktime}" = "yes"; then
2630 if test "${SYS}" = "mingw32"; then
2631 VLC_ADD_PLUGIN([quicktime])
2633 AC_CHECK_HEADERS(QuickTime/QuickTime.h,
2634 [ VLC_ADD_PLUGIN([quicktime])
2635 VLC_ADD_LIBS([quicktime],[-Wl,-framework,QuickTime,-framework,Carbon])
2636 ], [ AC_MSG_ERROR([cannot find QuickTime headers]) ])
2641 dnl A52/AC3 decoder plugin
2644 [ --enable-a52 A/52 support with liba52 (default enabled)])
2645 if test "${enable_a52}" != "no"
2648 [ --with-a52=PATH a52 headers and libraries])
2649 AC_ARG_WITH(a52-tree,
2650 [ --with-a52-tree=PATH a52dec tree for static linking ],[],[])
2651 if test "${with_a52_tree}" != "no" -a -n "${with_a52_tree}"
2653 real_a52_tree="`cd ${with_a52_tree} 2>/dev/null && pwd`"
2654 if test -z "${real_a52_tree}"
2656 dnl The given directory can't be found
2658 AC_MSG_ERROR([${with_a52_tree} directory does not exist])
2660 dnl Use a custom a52dec
2661 AC_MSG_CHECKING(for a52.h in ${real_a52_tree}/include)
2662 if test -f ${real_a52_tree}/include/a52.h
2665 VLC_ADD_CPPFLAGS([a52tofloat32],[-I${real_a52_tree}])
2666 VLC_ADD_LIBS([a52tofloat32],[-L${real_a52_tree}/liba52/.libs])
2668 LDFLAGS="${LDFLAGS} ${LIBS_a52tofloat32}"
2669 AC_CHECK_LIB(a52, a52_free, [
2670 VLC_ADD_PLUGIN([a52tofloat32])
2671 VLC_ADD_CPPFLAGS([a52tofloat32],[-DUSE_A52DEC_TREE])
2672 VLC_ADD_LIBS([a52tofloat32],[-la52])
2674 if test -f ${real_a52_tree}/liba52/.libs/liba52.a
2676 AC_MSG_ERROR([make sure you have at least a52dec-0.7.3 ($real_a52_tree)])
2678 AC_MSG_ERROR([the specified tree has not been compiled])
2683 AC_MSG_ERROR([the specified tree does not have a52.h])
2686 if test -z "${with_a52}"
2691 LDFLAGS_test="-L${with_a52}/lib"
2692 CPPFLAGS_test="-I${with_a52}/include"
2695 CPPFLAGS="${CPPFLAGS} ${CPPFLAGS_test} ${CPPFLAGS_a52tofloat32}"
2696 LDFLAGS="${LDFLAGS} ${LDFLAGS_test} ${LIBS_a52tofloat32}"
2697 AC_CHECK_HEADERS(a52dec/a52.h, [
2698 AC_CHECK_LIB(a52, a52_free, [
2699 VLC_ADD_PLUGIN([a52tofloat32])
2700 VLC_ADD_LIBS([a52tofloat32],[${LDFLAGS_test} -la52])
2701 VLC_ADD_CPPFLAGS([a52tofloat32],[${CPPFLAGS_test}])
2703 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.])
2706 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.])
2712 AC_ARG_WITH(a52-fixed,
2713 [ --with-a52-fixed specify if liba52 has been compiled with fixed point support],
2715 VLC_ADD_CPPFLAGS([a52tofloat32],[-DLIBA52_FIXED]) ])
2718 dnl DTS Coherent Acoustics decoder plugin
2720 PKG_ENABLE_MODULES_VLC([DCA], [dtstofloat32], [libdca >= 0.0.5], [DTS Coherent Acoustics support with libdca], [auto])
2725 PKG_ENABLE_MODULES_VLC([FLAC], [], [flac], [libflac decoder/encoder support], [auto])
2730 PKG_ENABLE_MODULES_VLC([LIBMPEG2], [], [libmpeg2 > 0.3.2], [libmpeg2 decoder support], [auto])
2735 PKG_ENABLE_MODULES_VLC([VORBIS], [], [ogg vorbis >= 1.1 vorbisenc >= 1.1], [Vorbis decoder and encoder], [auto])
2740 AC_ARG_ENABLE(tremor,
2741 [ --enable-tremor Tremor decoder support (default disabled)])
2742 if test "${enable_tremor}" = "yes"
2744 AC_CHECK_HEADERS(tremor/ivorbiscodec.h, [
2745 VLC_ADD_PLUGIN([tremor])
2746 VLC_ADD_LIBS([tremor],[-lvorbisidec -logg])
2753 PKG_ENABLE_MODULES_VLC([SPEEX], [], [ogg speex >= 1.0.5], [Speex support], [auto])
2755 AS_IF([test "${enable_speex}" != "no"], [
2756 PKG_CHECK_MODULES([SPEEXDSP], [speexdsp], [
2759 AC_MSG_WARN([${SPEEXDSP_PKG_ERRORS}.])
2762 AM_CONDITIONAL([HAVE_SPEEXDSP], [test "$have_speexdsp" = "yes"])
2765 dnl theora decoder plugin
2767 PKG_ENABLE_MODULES_VLC([THEORA], [], [ogg theoradec >= 1.0 theoraenc], [experimental theora codec], [auto])
2770 dnl dirac encoder plugin
2772 PKG_ENABLE_MODULES_VLC([DIRAC], [], [dirac >= 0.10.0], [dirac encoder], [auto])
2775 dnl schroedinger decoder plugin (for dirac format video)
2777 PKG_ENABLE_MODULES_VLC([SCHROEDINGER], [], [schroedinger-1.0 >= 1.0.10], [dirac decoder and encoder using schroedinger], [auto])
2780 dnl PNG decoder module
2783 [ --enable-png PNG support (default enabled)])
2784 if test "${enable_png}" != "no"; then
2785 AC_CHECK_HEADERS(png.h, [
2787 LDFLAGS="${LDFLAGS} -lz $LIBM"
2788 AC_CHECK_LIB(png, png_set_rows, [
2789 VLC_ADD_LIBS([png],[-lpng -lz $LIBM])
2790 VLC_ADD_PLUGIN([png osdmenu osd_parser])],
2795 AM_CONDITIONAL(BUILD_OSDMENU, [test "${enable_png}" != "no"])
2798 dnl H264 encoder plugin (using libx264)
2801 [ --enable-x264 H264 encoding support with libx264 (default enabled)])
2802 if test "${enable_x264}" != "no"; then
2803 AC_ARG_WITH(x264-tree,
2804 [ --with-x264-tree=PATH x264 tree for static linking ],[],[])
2805 if test "${with_x264_tree}" != "no" -a -n "${with_x264_tree}"
2807 real_x264_tree="`cd ${with_x264_tree} 2>/dev/null && pwd`"
2808 if test -z "${real_x264_tree}"
2810 dnl The given directory can't be found
2812 AC_MSG_ERROR([${with_x264_tree} directory does not exist])
2814 dnl Use a custom libx264
2815 AC_MSG_CHECKING(for x264.h in ${real_x264_tree})
2816 if test -f ${real_x264_tree}/x264.h
2819 VLC_ADD_CPPFLAGS([x264],[-I${real_x264_tree}])
2820 VLC_ADD_LIBS([x264],[-L${real_x264_tree}])
2821 PKG_CHECK_MODULES(X264,x264, [
2822 VLC_ADD_PLUGIN([x264])
2823 VLC_ADD_LIBS([x264],[${X264_LIBS}])
2824 VLC_ADD_CFLAGS([x264],[${X264_CFLAGS}])
2825 if echo ${X264_LIBS} |grep -q 'pthreadGC2'; then
2826 VLC_ADD_CFLAGS([x264], [-DPTW32_STATIC_LIB])
2829 AC_MSG_ERROR([the specified tree has not been compiled])
2833 AC_MSG_ERROR([the specified tree does not have x264.h])
2836 PKG_CHECK_MODULES(X264,x264 >= 0.86, [
2837 VLC_ADD_PLUGIN([x264])
2838 VLC_ADD_LDFLAGS([x264],[${X264_LIBS}])
2840 AS_IF([test "${ac_cv_ld_bsymbolic}" != "no"], [
2841 VLC_ADD_LIBS([x264],[-Wl,-Bsymbolic])
2844 VLC_ADD_CFLAGS([x264],[${X264_CFLAGS}])
2845 if echo ${X264_LIBS} |grep -q 'pthreadGC2'; then
2846 VLC_ADD_CFLAGS([x264], [-DPTW32_STATIC_LIB])
2849 if test "${enable_x264}" = "yes"; then
2850 AC_MSG_ERROR([${X264_PKG_ERRORS}: you may get it from http://www.videolan.org/x264.html])
2857 dnl libfluidsynth (MIDI synthetizer) plugin
2859 PKG_ENABLE_MODULES_VLC([FLUIDSYNTH], [], [fluidsynth >= 1.1.0], [MIDI synthetiser with libfluidsynth], [auto])
2862 dnl Teletext Modules
2863 dnl vbi decoder plugin (using libzbvi)
2868 AS_HELP_STRING([--enable-zvbi],[VBI (inc. Teletext) decoding support with
2869 libzvbi (default enabled)]))
2871 AS_HELP_STRING([--enable-telx],[Teletext decoding module (conflicting with
2872 zvbi) (default enabled if zvbi is absent)]))
2874 AS_IF( [test "${enable_zvbi}" != "no"],[
2875 PKG_CHECK_MODULES(ZVBI, [zvbi-0.2 >= 0.2.28],
2877 VLC_ADD_LIBS([zvbi],[$ZVBI_LIBS])
2878 if test "${SYS}" = "mingw32"; then
2879 VLC_ADD_LIBS([zvbi],[ -lpthreadGC2])
2881 VLC_ADD_CFLAGS([zvbi],[$ZVBI_CFLAGS])
2882 VLC_ADD_PLUGIN([zvbi])
2883 AC_DEFINE(ZVBI_COMPILED, 1, [Define if the zvbi module is built])
2884 AS_IF( [test "${enable_telx}" = "yes"],[
2885 AC_MSG_WARN([The zvbi and telx modules are incompatible. Using zvbi.])
2888 AC_MSG_WARN([${ZVBI_PKG_ERRORS}. Enabling the telx module instead.])
2891 AS_IF( [test "${enable_telx}" != "no" ],[
2892 VLC_ADD_PLUGIN([telx])
2896 dnl libass subtitle rendering module
2898 AC_ARG_ENABLE(libass,
2899 [ --enable-libass Subtitle support using libass (default enabled)])
2900 AS_IF( [test "${enable_libass}" != "no"], [
2901 PKG_CHECK_MODULES(LIBASS, [libass >= 0.9.8],
2903 VLC_ADD_LIBS([libass],[$LIBASS_LIBS])
2904 VLC_ADD_CFLAGS([libass],[$LIBASS_CFLAGS])
2905 VLC_ADD_PLUGIN([libass])
2907 AC_CHECK_HEADERS(fontconfig/fontconfig.h,
2908 [VLC_ADD_CPPFLAGS([libass],[-DHAVE_FONTCONFIG])
2909 VLC_ADD_LIBS([libass],[-lfontconfig])
2912 AC_MSG_WARN([${LIBASS_PKG_ERRORS}.])
2917 dnl kate decoder plugin
2919 PKG_ENABLE_MODULES_VLC([KATE], [], [kate >= 0.3.0], [kate codec], [auto])
2922 dnl tiger rendering for kate decoder plugin
2924 AC_ARG_ENABLE(tiger,
2925 [ --enable-tiger Tiger rendering library for Kate streams (default auto)])
2926 AS_IF([test "${enable_tiger}" != "no"], [
2927 PKG_CHECK_MODULES(TIGER,[tiger >= 0.3.1], [
2928 AC_DEFINE(HAVE_TIGER, 1, [Define if libtiger is available.])
2929 VLC_ADD_CFLAGS([kate],[$TIGER_CFLAGS])
2930 VLC_ADD_LIBS([kate],[$TIGER_LIBS]) ],[
2931 AS_IF([test -n "${enable_tiger}"], [
2932 AC_MSG_ERROR([${TIGER_PKG_ERRORS}.])
2942 EXTEND_HELP_STRING([Video plugins:])
2947 PKG_CHECK_MODULES([GL], [gl], [
2950 AC_CHECK_HEADER([GL/gl.h], [
2959 dnl OpenGL ES 2: depends on EGL 1.1 and is currently unfinished
2960 dnl PKG_ENABLE_MODULES_VLC([GLES2], [], [glesv2], [OpenGL ES v2 support], [auto])
2961 dnl OpenGL ES 1: depends on EGL 1.0 and is currently broken
2962 dnl PKG_ENABLE_MODULES_VLC([GLES1], [], [glesv1_cm], [OpenGL ES v1 support], [auto])
2965 [ --enable-egl OpenGL support through EGL (default disabled)],, [
2968 AS_IF([test "$enable_egl" != "no"], [
2969 PKG_CHECK_MODULES([EGL], [egl], [
2970 VLC_ADD_PLUGIN([gl])
2971 VLC_ADD_PLUGIN([egl])
2980 AC_CHECK_HEADERS(X11/Xlib.h)
2983 dnl X C Bindings modules
2986 [ --enable-xcb X11 support with XCB (default enabled)],, [
2987 AS_IF([test "${SYS}" != "mingw32" -a "${SYS}" != "mingwce" -a "${SYS}" != "darwin" -a "${SYS}" != "symbian"], [
2993 AC_ARG_ENABLE(xvideo,
2994 [ --enable-xvideo XVideo support (default enabled)],, [
2995 enable_xvideo="$enable_xcb"
2998 [ --enable-glx OpenGL support through GLX (default enabled)],, [
2999 enable_glx="$enable_xcb"
3003 AS_IF([test "${enable_xcb}" != "no"], [
3005 PKG_CHECK_MODULES(XCB, [xcb >= 1.6])
3007 PKG_CHECK_MODULES(XCB_SHM, [xcb-shm])
3008 PKG_CHECK_MODULES(XCB_COMPOSITE, [xcb-composite])
3010 AS_IF([test "${enable_xvideo}" != "no"], [
3011 PKG_CHECK_MODULES(XCB_XV, [xcb-xv >= 1.1.90.1], [
3012 VLC_ADD_PLUGIN([xcb_xv])
3016 PKG_CHECK_MODULES(XCB_RANDR, [xcb-randr >= 1.3], [
3017 VLC_ADD_PLUGIN([panoramix])
3018 VLC_ADD_LIBS([panoramix],[${XCB_RANDR_LIBS} ${XCB_LIBS}])
3019 VLC_ADD_CFLAGS([panoramix],[${XCB_RANDR_CFLAGS} ${XCB_CFLAGS}])
3021 AC_MSG_WARN([${XCB_RANDR_PKG_ERRORS}. Panoramix filter will not be supported.])
3025 PKG_CHECK_MODULES(XCB_KEYSYMS, [xcb-keysyms >= 0.3.4], [
3026 PKG_CHECK_MODULES(XPROTO, [xproto])
3027 VLC_ADD_PLUGIN([globalhotkeys])
3028 VLC_ADD_CFLAGS([globalhotkeys], [${XCB_KEYSYMS_CFLAGS} ${XCB_CFLAGS}])
3029 VLC_ADD_LIBS([globalhotkeys], [${XCB_KEYSYMS_LIBS} ${XCB_LIBS}])
3030 VLC_ADD_CFLAGS([xcb_window], [-DHAVE_XCB_KEYSYMS])
3032 AC_MSG_WARN([${XCB_KEYSYMS_PKG_ERRORS}. Hotkeys will not work.])
3035 AS_IF([test "${enable_glx}" != "no"], [
3036 AS_IF([test "${have_gl}" != "yes"], [
3037 AC_MSG_ERROR([${GL_PKG_ERRORS}. Pass --disable-glx if you do not need OpenGL X11 support.])
3039 VLC_ADD_PLUGIN([xcb_glx])
3042 AM_CONDITIONAL([HAVE_XCB], [test "${have_xcb}" = "yes"])
3048 [ --enable-sdl SDL support (default enabled)])
3049 AC_ARG_ENABLE(sdl-image,
3050 [ --enable-sdl-image SDL image support (default enabled)])
3051 if test "${enable_sdl}" != "no"
3053 PKG_CHECK_MODULES(SDL, [sdl >= 1.2.10], [
3054 # SDL on Darwin is heavily patched and can only run SDL_image
3055 if test "${SYS}" != "darwin"; then
3056 VLC_ADD_PLUGIN([vout_sdl])
3058 if test "${SYS}" != "mingw32" -a "${SYS}" != "os2"; then
3059 VLC_ADD_LIBS([vout_sdl],[${X_LIBS} ${X_PRE_LIBS} -lX11])
3061 VLC_ADD_CFLAGS([vout_sdl],[${SDL_CFLAGS}])
3062 VLC_ADD_LIBS([vout_sdl],[${SDL_LIBS}])
3065 AS_IF([ test "${enable_sdl_image}" != "no"],[
3066 PKG_CHECK_MODULES(SDL_IMAGE, [SDL_image >= 1.2.10], [
3067 VLC_ADD_PLUGIN([sdl_image])
3068 VLC_ADD_LIBS([sdl_image],[${SDL_IMAGE_LIBS}])
3069 VLC_ADD_CFLAGS([sdl_image], [${SDL_IMAGE_CFLAGS}])],
3070 [ AC_MSG_WARN([${SDL_IMAGE_PKG_ERRORS}. You should install it alongside your SDL package.])
3074 AC_MSG_WARN([${SDL_PKG_ERRORS}.])
3081 AC_ARG_ENABLE(macosx-vout,
3082 [ --enable-macosx-vout Mac OS X video output module (default enabled on Mac OS X)])
3083 if test "x${enable_macosx_vout}" != "xno" &&
3084 (test "${SYS}" = "darwin" || test "${enable_macosx_vout}" = "yes")
3086 VLC_ADD_LIBS([vout_macosx],[-Wl,-framework,Cocoa])
3087 VLC_ADD_LIBS([vout_macosx],[-Wl,-framework,OpenGL])
3088 VLC_ADD_PLUGIN([vout_macosx])
3095 AC_ARG_ENABLE(freetype,
3096 [ --enable-freetype freetype support (default auto)])
3097 AC_ARG_ENABLE(fribidi,
3098 [ --enable-fribidi fribidi support (default auto)])
3099 AC_ARG_ENABLE(fontconfig,
3100 [ --enable-fontconfig fontconfig support (default auto)])
3102 if test "${enable_freetype}" != "no"; then
3103 PKG_CHECK_MODULES(FREETYPE, freetype2, [
3105 VLC_ADD_PLUGIN([freetype])
3106 VLC_ADD_CPPFLAGS([freetype skins2],[${FREETYPE_CFLAGS}])
3107 if test "${SYS}" = "mingw32"; then
3108 VLC_ADD_LIBS([freetype],[-liconv -lz])
3110 VLC_ADD_LIBS([freetype skins2],[${FREETYPE_LIBS}])
3112 AC_CHECK_HEADERS(Carbon/Carbon.h,
3113 [VLC_ADD_LIBS([freetype],[-Wl,-framework,Carbon])])
3115 dnl fontconfig support
3116 if test "${SYS}" != "mingw32"; then
3117 if test "${enable_fontconfig}" != "no"; then
3118 AC_CHECK_HEADERS(fontconfig/fontconfig.h, [
3119 VLC_ADD_CPPFLAGS([freetype],[-DHAVE_FONTCONFIG])
3120 VLC_ADD_LIBS([freetype],[-lfontconfig])
3121 ],[AC_MSG_WARN([library fontconfig not found. Styles will be disabled in freetype])])
3124 VLC_ADD_LIBS([freetype],[-lgdi32])
3128 if test "${enable_fribidi}" != "no"; then
3129 PKG_CHECK_MODULES(FRIBIDI, fribidi, [
3130 VLC_ADD_CPPFLAGS([freetype skins2], [${FRIBIDI_CFLAGS} -DHAVE_FRIBIDI])
3131 VLC_ADD_LIBS([freetype skins2], [${FRIBIDI_LIBS}])
3132 ],[AC_MSG_WARN([${FRIBIDI_PKG_ERRORS}. Bidirectional support will be disabled in FreeType.])])
3137 AS_IF([test -n "${enable_freetype}"],[
3138 AC_MSG_ERROR([${FREETYPE_PKG_ERRORS}. Install FreeType2 development or configure with --disable-freetype.])
3145 dnl QuartzText vout module (iOS/Mac OS)
3147 AC_ARG_ENABLE(macosx-quartztext,
3148 [ --enable-macosx-quartztext Mac OS X quartz text module (default enabled on Mac OS X)])
3149 if test "x${enable_macosx_quartztext}" != "xno" &&
3150 (test "${SYS}" = "darwin" || test "${enable_macosx_quartztext}" = "yes")
3152 VLC_ADD_PLUGIN([quartztext])
3153 VLC_ADD_LIBS([quartztext],[-Wl,-framework,ApplicationServices])
3159 PKG_ENABLE_MODULES_VLC([SVG], [], [librsvg-2.0 >= 2.9.0], [SVG rendering library],[auto])
3162 dnl android surface module
3164 AC_ARG_ENABLE(android-surface,
3165 [ --enable-android-surface Android Surface video output module (default disabled)])
3166 if test "${enable_android_surface}" = "yes"; then
3167 if test "${HAVE_ANDROID}" = "1"; then
3168 VLC_ADD_PLUGIN([android_surface])
3169 VLC_ADD_LDFLAGS([android_surface], [-ldl])
3177 AC_ARG_ENABLE(ios-vout,
3178 [ --enable-ios-vout iOS video output module (default disabled)])
3179 if test "${enable_ios_vout}" = "yes"
3181 VLC_ADD_PLUGIN([vout_ios])
3182 VLC_ADD_CFLAGS([vout_ios], [-DUSE_OPENGL_ES=1])
3183 VLC_ADD_LIBS([vout_ios], [-Wl,-framework,OpenGLES,-framework,QuartzCore,-framework,UIKit,-framework,Foundation])
3187 dnl Windows DirectX module
3190 if test "${SYS}" = "mingw32" -o "${SYS}" = "mingwce"
3192 VLC_ADD_PLUGIN([panoramix])
3195 AC_ARG_ENABLE(directx,
3196 [ --enable-directx Win32 DirectX support (default enabled on Win32)])
3197 if test "${enable_directx}" != "no"; then
3198 if test "${SYS}" = "mingw32" -o "${SYS}" = "mingwce"; then
3200 AC_CHECK_HEADERS(ddraw.h,
3201 [ VLC_ADD_PLUGIN([directx aout_directx])
3202 VLC_ADD_LIBS([directx],[-luser32 -lgdi32])
3203 ],[AC_MSG_ERROR([Cannot find DirectX headers!])]
3207 AC_CHECK_HEADERS(GL/wglew.h,
3208 [ VLC_ADD_PLUGIN([glwin32])
3209 VLC_ADD_LIBS([glwin32],[-lopengl32 -lgdi32])
3211 #include <windows.h>
3216 AC_CHECK_HEADERS(d3d9.h,
3217 [ VLC_ADD_PLUGIN([direct3d])
3218 VLC_ADD_LIBS([direct3d],[-lgdi32])
3220 VLC_ADD_LIBS([direct3d directx glwin32],[-lole32 -luuid])
3225 dnl Windows Direct2D plugin
3227 AC_ARG_ENABLE(direct2d,
3228 [ --enable-direct2d Win7/VistaPU Direct2D support (default auto on Win32)],, [
3229 AS_IF([test "${SYS}" != "mingw32" -a "${SYS}" != "mingwce"], [
3230 enable_direct2d="no"
3233 AS_IF([test "${enable_direct2d}" != "no"], [
3234 AC_CHECK_HEADERS(d2d1.h, [
3235 VLC_ADD_PLUGIN([direct2d])
3236 VLC_ADD_LIBS([direct2d],[-lgdi32 -lole32 -luuid])
3238 AC_MSG_WARN([Cannot find Direct2D headers!])
3243 dnl win32 GDI plugin
3245 AC_ARG_ENABLE(wingdi,
3246 [ --enable-wingdi Win32 GDI module (default enabled on Win32)])
3247 if test "${enable_wingdi}" != "no"; then
3248 if test "${SYS}" = "mingw32"; then
3249 VLC_ADD_PLUGIN([wingdi])
3250 VLC_ADD_LIBS([wingdi],[-lgdi32 -lole32 -luuid])
3252 if test "${SYS}" = "mingwce"; then
3253 VLC_ADD_PLUGIN([wingdi wingapi])
3254 VLC_ADD_LIBS([wingdi],[-laygshell])
3255 VLC_ADD_LIBS([wingapi],[-laygshell])
3261 dnl Linux framebuffer module
3263 AC_CHECK_HEADER([linux/fb.h], [
3264 VLC_ADD_PLUGIN([fb])
3270 dnl try to find using: 1 - given location; 2 - directfb-config; 3 - pkg-config
3271 dnl TODO: support for static linking
3273 AC_ARG_ENABLE(directfb,
3274 [ --enable-directfb DirectFB support (default disabled)])
3275 AC_ARG_WITH(directfb,
3276 [ --with-directfb=PATH path to DirectFB headers and libraries])
3278 if test "${enable_directfb}" = "yes"; then
3279 have_directfb="false"
3280 CPPFLAGS_mydirectfb=
3282 if test "${with_directfb}" != "no" -a -n "${with_directfb}"; then
3283 dnl Trying the given location
3286 CPPFLAGS_new="-I${with_directfb}/include -D_REENTRANT -D_GNU_SOURCE"
3287 LIBS_new="-L${with_directfb}/lib/fusion/.libs/ -L${with_directfb}/lib/direct/.libs/ -L${with_directfb}/src/.libs/"
3289 CPPFLAGS="${CPPFLAGS} ${CPPFLAGS_new}"
3290 LIBS="${LIBS} ${LIBS_new}"
3292 dnl FIXME: too obscure
3293 AC_CHECK_HEADER([directfb.h], [
3294 AC_CHECK_LIB([direct],[direct_initialize], [
3295 AC_CHECK_LIB([fusion], [fusion_enter], [
3296 AC_CHECK_LIB([directfb], [DirectFBInit], have_directfb="true", have_directfb="false")
3297 ], have_directfb="false")
3298 ], have_directfb="false")
3299 ], have_directfb="false")
3303 if test "${have_directfb}" = "true"; then
3304 LIBS_mydirectfb="${LIBS_new} -lz $LIBDL -ldirectfb -lfusion -ldirect -lpthread"
3305 CPPFLAGS_mydirectfb="${CPPFLAGS_new}"
3308 dnl Look for directfb-config
3309 AC_PATH_PROG(DIRECTFB_CONFIG, directfb-config, no, ${PATH})
3310 if test "${DIRECTFB_CONFIG}" != "no"; then
3311 CPPFLAGS_mydirectfb="`${DIRECTFB_CONFIG} --cflags`"
3312 LIBS_mydirectfb="`${DIRECTFB_CONFIG} --libs`"
3313 have_directfb="true"
3315 dnl Trying with pkg-config
3316 PKG_CHECK_MODULES(DIRECTFB, directfb, [
3317 CPPFLAGS_mydirectfb="${DIRECTFB_CFLAGS}"
3318 LIBS_mydirectfb="${DIRECTFB_LIBS}"
3319 have_directfb="true"
3320 ], [have_directfb="false"])
3323 if test "${have_directfb}" = "true"; then
3324 VLC_ADD_PLUGIN([directfb])
3325 VLC_ADD_CPPFLAGS([directfb],[${CPPFLAGS_mydirectfb}])
3326 VLC_ADD_LIBS([directfb],[${LIBS_mydirectfb}])
3328 AC_MSG_ERROR([${DIRECTFB_PKG_ERRORS}.])
3336 [ --enable-aa aalib output (default disabled)])
3337 if test "${enable_aa}" = "yes"
3339 AC_CHECK_HEADER(aalib.h,have_aa="true",have_aa="false")
3340 if test "${have_aa}" = "true"
3342 VLC_ADD_PLUGIN([aa])
3343 VLC_ADD_LIBS([aa],[-laa])
3344 if test "${SYS}" != "mingw32"; then
3345 VLC_ADD_LIBS([aa],[${X_LIBS} ${X_PRE_LIBS} -lX11])
3353 PKG_ENABLE_MODULES_VLC([CACA], [], [caca >= 0.99.beta14], [libcaca output],[auto])
3359 [AS_HELP_STRING([--enable-kva],
3360 [support the K Video Accelerator KVA (default enabled on OS/2)])],, [
3361 AS_IF([test "$SYS" = "os2"], [
3367 AS_IF([test "$enable_kva" != "no"], [
3368 AC_CHECK_HEADERS([kva.h], [
3370 AC_CHECK_LIB(kva, main, [
3376 AM_CONDITIONAL([HAVE_KVA], [test "${have_kva}" = "yes"])
3382 EXTEND_HELP_STRING([Audio plugins:])
3385 dnl Pulseaudio module
3387 AC_ARG_ENABLE(pulse,
3388 [AS_HELP_STRING([--enable-pulse],
3389 [use the PulseAudio client library (default auto)])])
3391 AS_IF([test "${enable_pulse}" != "no"], [
3392 PKG_CHECK_MODULES([PULSE], [libpulse >= 0.9.22], [
3395 PKG_CHECK_MODULES([PULSE], [libpulse >= 0.9.16], [
3396 AS_IF([test "${no_x}" != "yes"], [
3398 PULSE_LIBS="$PULSE_LIBS ${X_LIBS} ${X_PRE_LIBS} -lX11"
3400 AS_IF([test "${enable_pulse}" = "yes"], [
3401 AC_MSG_ERROR([Xlib is required with PulseAudio pre-0.9.22 versions
3402 (see http://www.pulseaudio.org/ticket/799 for further reference).])
3406 AS_IF([test "x${enable_pulse}" != "x"], [
3407 AC_MSG_ERROR([$PULSE_PKG_ERRORS. PulseAudio 0.9.22 or later required.])
3412 AM_CONDITIONAL([HAVE_PULSE], [test "${have_pulse}" = "yes"])
3418 [AS_HELP_STRING([--enable-alsa],
3419 [support the Advanced Linux Sound Architecture (default auto)])],, [
3420 AS_IF([test "$SYS" = "linux" -a "${have_pulse}" = "no"], [
3425 AS_IF([test "${enable_alsa}" != "no"], [
3426 PKG_CHECK_MODULES([ALSA], [alsa >= 1.0.16], [
3429 AS_IF([test "x${enable_alsa}" != "x"], [
3430 AC_MSG_ERROR([$ALSA_PKG_ERRORS. alsa-lib 1.0.16 or later required.])
3434 AM_CONDITIONAL([HAVE_ALSA], [test "${have_alsa}" = "yes"])
3437 dnl Open Sound System module
3440 [AS_HELP_STRING([--enable-oss],
3441 [support the Open Sound System OSS (default enabled on FreeBSD/NetBSD/DragonFlyBSD)])],, [
3442 AS_IF([test "$SYS" = "mingw32" -o "$SYS" = "mingwce" -o "$SYS" = "linux" -o "$SYS" = "openbsd"], [
3448 AS_IF([test "$enable_oss" != "no"], [
3449 AC_CHECK_HEADERS([soundcard.h sys/soundcard.h], [
3451 AC_CHECK_LIB(ossaudio, main, [
3452 OSS_LIBS="-lossaudio"
3457 AM_CONDITIONAL([HAVE_OSS], [test "${have_oss}" = "yes"])
3460 dnl OpenBSD sndio module
3462 AC_ARG_ENABLE([sndio],
3463 [AS_HELP_STRING([--disable-sndio],
3464 [support the OpenBSD sndio (default auto)])],, [
3465 AS_IF([test "$SYS" = "opensd"], [
3470 AS_IF([test "$enable_sndio" != "no"], [
3471 AC_CHECK_HEADER([sndio.h], [
3475 AM_CONDITIONAL([HAVE_SNDIO], [test "${have_sndio}" = "yes"])
3478 dnl win32 waveOut plugin
3480 AC_ARG_ENABLE(waveout,
3481 [ --enable-waveout Win32 waveOut module (default enabled on Win32)])
3482 if test "${enable_waveout}" != "no"; then
3483 if test "${SYS}" = "mingw32"; then
3484 VLC_ADD_PLUGIN([waveout])
3485 VLC_ADD_LIBS([waveout],[-lwinmm])
3487 if test "${SYS}" = "mingwce"; then
3488 VLC_ADD_PLUGIN([waveout])
3493 dnl CoreAudio plugin
3495 AC_ARG_ENABLE(macosx-audio,
3496 [ --enable-macosx-audio Mac OS X audio module (default enabled on MacOS X)])
3497 if test "x${enable_macosx_audio}" != "xno" &&
3498 (test "${SYS}" = "darwin" || test "${enable_macosx_audio}" = "yes")
3500 AC_CHECK_HEADERS(CoreAudio/CoreAudio.h,
3501 [ VLC_ADD_PLUGIN([auhal])
3502 VLC_ADD_LIBS([auhal],[-Wl,-framework,CoreAudio,-framework,AudioUnit,-framework,AudioToolbox,-framework,Carbon])
3503 ], [ AC_MSG_ERROR([cannot find CoreAudio headers]) ])
3507 dnl AudioQueue plugin
3509 AC_ARG_ENABLE(audioqueue,
3510 [ --enable-audioqueue AudioQueue audio module (default disabled)])
3511 if test "${enable_audioqueue}" = "yes"
3513 VLC_ADD_PLUGIN([audioqueue])
3514 VLC_ADD_LIBS([audioqueue], [-Wl,-framework,AudioToolbox,-framework,CoreFoundation])
3520 PKG_ENABLE_MODULES_VLC([JACK], [jack access_jack], [jack], [JACK audio I/O modules],[auto])
3523 dnl OpenSLES Android
3525 AC_ARG_ENABLE(opensles,
3526 [ --enable-opensles Android OpenSL ES audio module (default disabled)])
3527 if test "${HAVE_ANDROID}" = "1"; then
3528 if test "${enable_opensles}" = "yes"; then
3529 AC_CHECK_HEADERS(SLES/OpenSLES.h,
3530 [ VLC_ADD_PLUGIN([opensles_android]) ],
3531 [ AC_MSG_ERROR([cannot find OpenSLES headers])] )
3536 dnl libsamplerate plugin
3538 PKG_ENABLE_MODULES_VLC([SAMPLERATE], [], [samplerate], [Resampler with libsamplerate], [auto])
3544 [AS_HELP_STRING([--enable-kai],
3545 [support the K Audio Interface KAI (default enabled on OS/2)])],, [
3546 AS_IF([test "$SYS" = "os2"], [
3552 AS_IF([test "$enable_kai" != "no"], [
3553 AC_CHECK_HEADERS([kai.h], [
3555 AC_CHECK_LIB(kai, main, [
3561 AM_CONDITIONAL([HAVE_KAI], [test "${have_kai}" = "yes"])
3564 dnl Interface plugins
3567 EXTEND_HELP_STRING([Interface plugins:])
3572 AC_ARG_ENABLE(hildon,
3573 [ --enable-hildon Hildon touchscreen UI (default disabled)])
3574 AS_IF([test "${enable_hildon}" = "yes"], [
3575 PKG_CHECK_MODULES(HILDON, [hildon-1], [
3576 PKG_CHECK_MODULES(HILDON_FM, hildon-fm-2, [
3577 VLC_ADD_CFLAGS([hildon],[${HILDON_FM_CFLAGS} -DHAVE_HILDON_FM])
3578 VLC_ADD_LIBS([hildon],[${HILDON_FM_LIBS}])
3580 AC_MSG_WARN([${HILDON_FM_PKG_ERRORS}.])
3582 VLC_ADD_CFLAGS([hildon],[${HILDON_CFLAGS} ${X_CFLAGS}])
3583 VLC_ADD_LIBS([hildon],[${HILDON_LIBS} ${X_LIBS} ${X_PRE_LIBS} -lX11])
3584 VLC_ADD_PLUGIN([hildon])
3585 ALIASES="${ALIASES} mvlc"
3587 AS_IF([test "${enable_hildon}" = "yes"],[
3588 AC_MSG_ERROR([${HILDON_PKG_ERRORS}.])
3593 AM_CONDITIONAL(BUILD_HILDON, [test "${enable_hildon}" = "yes"])
3599 [ --enable-qt4 Qt 4 support (default enabled) ],, [
3600 AS_IF([test "${SYS}" = "darwin"], [enable_qt4=no])
3602 AS_IF([test "${enable_qt4}" != "no"], [
3603 PKG_CHECK_MODULES(QT4, [QtCore QtGui >= 4.6.0], [
3604 VLC_ADD_PLUGIN([qt4])
3605 VLC_ADD_LIBS([qt4],[${QT4_LIBS}])
3606 VLC_ADD_CXXFLAGS([qt4],[${QT4_CFLAGS}])
3607 ALIASES="${ALIASES} qvlc"
3612 AC_MSG_CHECKING([whether Qt uses X11])
3613 CPPFLAGS="${CPPFLAGS} ${QT4_CFLAGS}"
3614 AC_PREPROC_IFELSE([AC_LANG_SOURCE([
3616 #if !defined (Q_WS_X11)
3620 AC_MSG_RESULT([yes])
3621 VLC_ADD_LIBS([qt4],[${X_LIBS} ${X_PRE_LIBS} -lX11])
3622 VLC_ADD_CXXFLAGS([qt4],[${X_CFLAGS}])
3630 AS_IF([test "${SYS}" = "mingw32" -o "${SYS}" = "mingwce"], [
3631 VLC_ADD_LIBS([qt4],[-lole32])
3633 AS_IF([test "${SYS}" = "darwin" ],[
3634 VLC_ADD_LIBS([qt4], [-Wl,-framework,Cocoa])
3636 AC_PATH_PROGS(MOC, [moc-qt4 moc], moc,`eval $PKG_CONFIG --variable=exec_prefix QtCore`/bin)
3637 AC_PATH_PROG(RCC, rcc, rcc,`eval $PKG_CONFIG --variable=exec_prefix QtCore`/bin)
3638 AC_PATH_PROGS(UIC, [uic-qt4 uic], uic,`eval $PKG_CONFIG --variable=exec_prefix QtCore`/bin)
3640 AS_IF([test -n "${enable_qt4}"],[
3641 AC_MSG_ERROR([${QT4_PKG_ERRORS}.])
3643 AC_MSG_WARN([${QT4_PKG_ERRORS}.])
3648 AM_CONDITIONAL(ENABLE_QT4, [test "x$enable_qt4" != "xno"])
3651 dnl Simple test for skins2 dependency
3653 AS_IF([test "x$enable_qt4" = "xno"], [
3654 AS_IF([test "${enable_skins2}" = "yes"], [
3655 AC_MSG_ERROR([The skins2 module depends on the Qt4 interface. Without it you will not be able to open any dialog box from the interface, which makes the skins2 interface rather useless. Install the Qt4 development package or alternatively you can also configure with: --disable-qt4 --disable-skins2.])
3658 AC_MSG_WARN([The skins2 module depends on the Qt4 interface, Qt4 is not built so skins2 is disabled.])
3665 AC_ARG_ENABLE(skins2,
3666 [AS_HELP_STRING([--enable-skins2], [skins interface module (default auto)])])
3667 AS_IF([test "${enable_skins2}" != "no"], [
3668 have_skins_deps="yes"
3671 AS_IF([test "${SYS}" = "mingw32"], [
3672 VLC_ADD_CPPFLAGS([skins2],[-U_OFF_T_ -U_off_t -Imodules/gui/skins2 -DWIN32_SKINS])
3673 VLC_ADD_CXXFLAGS([skins2],[-O2 -fno-rtti])
3674 VLC_ADD_LIBS([skins2],[-lgdi32 -lole32 -luuid -lmsimg32])
3676 ], [test "${SYS}" = "darwin"], [
3677 VLC_ADD_CPPFLAGS([skins2],[-Imodules/gui/skins2 -DMACOSX_SKINS])
3678 VLC_ADD_CXXFLAGS([skins2],[-O2 -fno-rtti])
3679 VLC_ADD_LIBS([skins2],[-Wl,-framework,Carbon])
3682 PKG_CHECK_MODULES([XPM], [xpm],, [have_skins_deps="no"])
3683 PKG_CHECK_MODULES([XINERAMA], [xinerama],, [have_skins_deps="no"])
3684 PKG_CHECK_MODULES([XEXT], [xext],, [have_skins_deps="no"])
3685 VLC_ADD_CPPFLAGS([skins2],[-Imodules/gui/skins2 ${X_CFLAGS} ${XEXT_CFLAGS} ${XPM_CFLAGS} -DX11_SKINS])
3686 VLC_ADD_CXXFLAGS([skins2],[-O2 -fno-rtti])
3687 VLC_ADD_LIBS([skins2],[${X_LIBS} ${X_PRE_LIBS} ${XEXT_LIBS} ${XPM_LIBS} ${XINERAMA_LIBS} -lX11])
3690 dnl we need freetype
3691 AS_IF([test "${have_freetype}" != "yes"], [
3692 have_skins_deps="no"
3695 AS_IF([test "${have_skins_deps}" = "no"], [
3696 AS_IF([test "x${enable_skins2}" = "x"], [
3697 AC_MSG_WARN([Skins2 interface disabled due to missing dependencies.])
3699 AC_MSG_ERROR([Skins2 interface requires FreeType, libxpm, libxext and libxinerama])
3703 VLC_ADD_PLUGIN([skins2])
3704 ALIASES="${ALIASES} svlc"
3708 AM_CONDITIONAL(BUILD_SKINS, [test "${enable_skins2}" = "yes"])
3710 AC_ARG_ENABLE(libtar,
3711 [ --enable-libtar libtar support for skins2 (default auto)])
3712 AS_IF([test "${enable_skins2}" = "yes" && test "${enable_libtar}" != "no"], [
3713 AC_CHECK_HEADERS(libtar.h, [
3714 VLC_ADD_LIBS([skins2],[-ltar])
3719 dnl MacOS X gui module
3721 AC_ARG_ENABLE(macosx,
3722 [ --enable-macosx Mac OS X gui support (default enabled on Mac OS X)])
3723 if test "x${enable_macosx}" != "xno" -a "${SYS}" = "darwin"
3725 VLC_ADD_LIBS([macosx minimal_macosx], [-Wl,-framework,Cocoa -Wl,-framework,OpenGL -Wl,-framework,Carbon -Wl,-framework,CoreServices -Wl,-framework,AGL])
3726 VLC_ADD_OBJCFLAGS([macosx minimal_macosx], [-fobjc-exceptions] )
3727 VLC_ADD_PLUGIN([macosx minimal_macosx])
3729 VLC_ADD_LIBS([macosx], [-Wl,-framework,QTKit -Wl,-framework,IOKit -Wl,-framework,AddressBook -Wl,-framework,WebKit])
3731 if test ! -d ${CONTRIB_DIR}/Sparkle.framework
3733 AC_MSG_ERROR([Sparkle framework is required and was not found in ${CONTRIB_DIR}])
3735 VLC_ADD_LIBS([macosx], [-F${CONTRIB_DIR} -Wl,-framework,Sparkle])
3736 VLC_ADD_OBJCFLAGS([macosx], [-F${CONTRIB_DIR}])
3738 if test ! -d ${CONTRIB_DIR}/BGHUDAppKit.framework
3740 AC_MSG_ERROR([BGHUDAppKit framework is required and was not found in ${CONTRIB_DIR}])
3742 VLC_ADD_LIBS([macosx], [-F${CONTRIB_DIR} -Wl,-framework,BGHUDAppKit])
3743 VLC_ADD_OBJCFLAGS([macosx], [-F${CONTRIB_DIR}])
3748 dnl MacOS X dialor provider
3750 AC_ARG_ENABLE(macosx-dialog-provider,
3751 [ --enable-macosx-dialog-provider Mac OS X dialog module (default enabled on Mac OS X)])
3752 if test "x${enable_macosx_dialog_provider}" != "xno" &&
3753 (test "${SYS}" = "darwin" || test "${enable_macosx_dialog_provider}" = "yes")
3755 VLC_ADD_LIBS([macosx_dialog_provider],[-Wl,-framework,Cocoa])
3756 VLC_ADD_PLUGIN([macosx_dialog_provider])
3762 AC_ARG_ENABLE(ncurses,
3763 [AS_HELP_STRING([--disable-ncurses],[ncurses text-based interface (default auto)])])
3764 if test "${enable_ncurses}" != "no"; then
3767 AC_CHECK_HEADER(ncurses.h, [
3768 AC_CHECK_LIB(ncursesw, mvprintw, [
3769 AC_SEARCH_LIBS([tgetent], [ncursesw tinfow tinfo], [
3770 VLC_ADD_PLUGIN([ncurses])
3771 ALIASES="${ALIASES} nvlc"
3772 VLC_ADD_LIBS([ncurses],[-lncursesw ${LIBS}])
3774 AS_IF([test "${enable_ncurses}" = "yes"], [AC_MSG_ERROR([tgetent not found])])
3777 AS_IF([test "${enable_ncurses}" = "yes"], [AC_MSG_ERROR([libncursesw not found])])
3780 AS_IF([test "${enable_ncurses}" = "yes"], [AC_MSG_ERROR([ncurses.h not found])])
3789 [ --enable-xosd xosd interface support (default disabled)])
3790 if test "${enable_xosd}" = "yes"
3792 AC_CHECK_HEADERS(xosd.h,
3793 AC_CHECK_LIB(xosd, xosd_set_horizontal_offset, [
3794 AS_IF([test "${no_x}" != "yes"], [
3795 VLC_ADD_PLUGIN([xosd])
3796 VLC_ADD_LIBS([xosd],[-lxosd ${X_LIBS} ${X_PRE_LIBS} -lX11])
3797 VLC_ADD_CFLAGS([xosd],[${X_CFLAGS}])
3799 AC_MSG_ERROR([Xlib is required with xosd.])
3806 dnl Framebuffer (overlay) plugin
3808 AC_ARG_ENABLE(fbosd,
3809 [ --enable-fbosd fbosd interface support (default disabled)])
3810 if test "${enable_fbosd}" = "yes"
3812 AC_CHECK_HEADERS(linux/fb.h, [
3813 VLC_ADD_PLUGIN([fbosd])
3821 [ --enable-lirc lirc support (default disabled)])
3822 if test "${enable_lirc}" = "yes"
3824 AC_CHECK_HEADER(lirc/lirc_client.h, AC_CHECK_LIB(lirc_client, lirc_init, have_lirc="true", have_lirc="false"),have_lirc="false")
3825 if test "${have_lirc}" = "true"
3827 VLC_ADD_PLUGIN([lirc])
3828 VLC_ADD_LIBS([lirc],[-llirc_client])
3832 EXTEND_HELP_STRING([Visualisations and Video filter plugins:])
3834 dnl Visualisation plugin
3836 AC_ARG_ENABLE(visual,
3837 [ --enable-visual visualisation plugin (default enabled)])
3838 if test "${enable_visual}" != "no"
3840 VLC_ADD_PLUGIN([visual])
3844 dnl goom visualization plugin
3846 PKG_ENABLE_MODULES_VLC([GOOM], [], [libgoom2], [goom visualization plugin], [auto])
3849 dnl libprojectM visualization plugin
3851 AC_ARG_ENABLE(projectm,
3852 [ --enable-projectm projectM visualization plugin (default enabled)])
3853 AS_IF([test "${enable_projectm}" != "no"],
3855 PKG_CHECK_MODULES(PROJECTM, libprojectM,
3857 VLC_ADD_PLUGIN([projectm])
3858 VLC_ADD_CXXFLAGS([projectm],[$PROJECTM_CFLAGS])
3859 VLC_ADD_LIBS([projectm],[$PROJECTM_LIBS])
3860 PKG_CHECK_MODULES(PROJECTM2, [libprojectM >= 2.0.0],
3861 [ AC_DEFINE([HAVE_PROJECTM2], 1, [Define to 1 if using libprojectM 2.x]) ],
3862 [ AC_MSG_WARN( [Using libprojectM version 1] )
3865 AC_MSG_WARN([${PROJECTM_PKG_ERRORS}.])
3870 dnl AtmoLight (homemade Philips Ambilight clone)
3873 AS_HELP_STRING([--disable-atmo],[AtmoLight (homemade Philips Ambilight clone)
3874 (default enabled)]),, [enable_atmo="yes"])
3875 AS_IF([test "${enable_atmo}" != no], [
3876 AS_IF([test "${SYS}" = "mingw32" -o "${SYS}" = "linux"], [
3878 VLC_ADD_PLUGIN([atmo])
3883 EXTEND_HELP_STRING([Service Discovery plugins:])
3885 dnl Bonjour services discovery
3886 PKG_ENABLE_MODULES_VLC([BONJOUR], [], [avahi-client >= 0.6], [Bonjour services discovery], [auto])
3889 dnl libudev services discovery
3890 PKG_ENABLE_MODULES_VLC([UDEV], [], [libudev >= 142], [Linux udev services discovery], [auto])
3893 dnl MTP devices services discovery
3894 PKG_ENABLE_MODULES_VLC([MTP], [mtp access_mtp], [libmtp >= 1.0.0], [MTP devices support], [auto])
3897 dnl UPnP Plugin (Intel SDK)
3899 PKG_ENABLE_MODULES_VLC([UPNP], [upnp], [libupnp], [Intel UPNP SDK],[auto])
3900 VLC_ADD_CXXFLAGS([upnp],[${UPNP_CFLAGS}])
3902 EXTEND_HELP_STRING([Misc options:])
3907 PKG_ENABLE_MODULES_VLC([LIBXML2], [xml], [libxml-2.0 >= 2.5], [libxml2 support],[auto])
3913 AC_ARG_ENABLE(libgcrypt,
3914 [ --disable-libgcrypt gcrypt support (default enabled)])
3915 AS_IF([test "${enable_libgcrypt}" != "no"], [
3916 AC_CHECK_DECL([GCRYCTL_SET_THREAD_CBS], [
3917 libgcrypt-config --version >/dev/null || \
3918 AC_MSG_ERROR([gcrypt.h present but libgcrypt-config could not be found])
3919 AC_CHECK_LIB(gcrypt, gcry_control, [
3920 have_libgcrypt="yes"
3921 GCRYPT_CFLAGS="`libgcrypt-config --cflags`"
3922 GCRYPT_LIBS="`libgcrypt-config --libs`"
3924 AC_MSG_ERROR([libgcrypt not found. Install libgcrypt or use --disable-libgcrypt. Have a nice day.])
3925 ], [`libgcrypt-config --libs`])
3927 AC_MSG_ERROR([libgcrypt version 1.1.94 or higher not found. Install libgcrypt or use --disable-libgcrypt. Have a nice day.])
3928 ], [#include <gcrypt.h>]
3932 AC_SUBST(GCRYPT_CFLAGS)
3933 AC_SUBST(GCRYPT_LIBS)
3934 AM_CONDITIONAL([HAVE_GCRYPT], [test "${have_libgcrypt}" = "yes"])
3939 AC_ARG_ENABLE(gnutls,
3940 [ --enable-gnutls GNU TLS TLS/SSL support (default enabled)])
3942 AS_IF([test "${have_libgcrypt}" != "yes"], [
3943 AS_IF([test "${enable_gnutls}" = "yes"], [
3944 AC_MSG_ERROR([--enable-gnutls and --disable-libgcrypt are mutually exclusive.])
3948 AS_IF([test "${enable_gnutls}" != "no"], [
3949 PKG_CHECK_MODULES(GNUTLS, [gnutls >= 2.0.0], [
3950 VLC_ADD_PLUGIN([gnutls])
3952 AS_IF([test -n "${enable_gnutls}"], [
3953 AC_MSG_ERROR([${GNUTLS_PKG_ERRORS}.)])
3960 dnl Nokia MCE plugin (Maemo screen unblanking)
3962 PKG_CHECK_MODULES([MCE], [dbus-1 mce], [VLC_ADD_PLUGIN([mce])], [true])
3965 AS_IF([test -f "/etc/maemo_version"], [
3966 AC_DEFINE([HAVE_MAEMO], 1, [Define to 1 if building for the Maemo platform.])
3973 AC_ARG_ENABLE(taglib,
3974 [AS_HELP_STRING([--disable-taglib],
3975 [do not use TagLib (default enabled)])])
3976 AS_IF([test "${enable_taglib}" != "no"], [
3977 PKG_CHECK_MODULES(TAGLIB, taglib >= 1.5, [
3978 VLC_ADD_PLUGIN([taglib])
3979 VLC_ADD_LIBS([taglib],[$TAGLIB_LIBS -lz])
3980 VLC_ADD_CXXFLAGS([taglib],[$TAGLIB_CFLAGS])
3982 AC_MSG_WARN([${TAGLIB_PKG_ERRORS}.])])
3987 dnl update checking system
3989 AC_ARG_ENABLE(update-check,
3990 [ --enable-update-check update checking system (default disabled)])
3991 if test "${enable_update_check}" = "yes"
3993 if test "${have_libgcrypt}" != "yes"
3995 AC_MSG_ERROR([libgcrypt is required for update checking system])
3997 VLC_ADD_LIBS([libvlccore], [${GCRYPT_LIBS}])
3998 VLC_ADD_CFLAGS([libvlccore], [${GCRYPT_CFLAGS}])
3999 AC_DEFINE([UPDATE_CHECK], 1, [Define if you want to use the VLC update mechanism])
4003 dnl Growl notification plugin
4005 AC_ARG_ENABLE(growl,
4006 [ --enable-growl growl notification plugin (default disabled)],,
4008 AS_IF([test "${enable_growl}" != "no"], [
4009 AC_CHECK_HEADERS(${CONTRIB_DIR}/Growl.framework/Versions/A/Headers/GrowlDefines.h, [
4010 VLC_ADD_PLUGIN([growl])
4011 VLC_ADD_LIBS([growl], [-F${CONTRIB_DIR} -Wl,-framework,Growl,-framework,CoreFoundation])
4012 VLC_ADD_OBJCFLAGS([growl], [-F${CONTRIB_DIR}])
4013 VLC_ADD_OBJCFLAGS([growl], [-fobjc-exceptions] )
4019 dnl Libnotify notification plugin
4021 PKG_ENABLE_MODULES_VLC([NOTIFY], [], [libnotify gtk+-2.0], [libnotify notification], [auto])
4026 AC_ARG_ENABLE(media-library,
4027 [ --enable-media-library media library (default disabled)])
4028 AS_IF([test "${enable_media_library}" = "yes"], [
4029 AC_DEFINE([MEDIA_LIBRARY], 1, [Define if you want to use the VLC media library])
4030 VLC_ADD_CPPFLAGS([qt4],"-DMEDIA_LIBRARY")
4031 VLC_ADD_PLUGIN([media_library])
4036 AS_IF([test "${SYS}" != "darwin"], [
4037 PKG_ENABLE_MODULES_VLC([SQLITE], [], [sqlite3 >= 3.6.0], [sqlite3], [auto])
4039 AS_IF([test "${enable_sqlite}" != "no"], [
4040 AC_CHECK_HEADERS(sqlite3.h, [
4041 VLC_ADD_PLUGIN([sqlite])
4042 VLC_ADD_LIBS([sqlite], [-lsqlite3])
4044 AC_MSG_ERROR([sqlite3 is required for the media library])
4052 dnl Endianness check
4055 AS_IF([test "${ac_cv_c_bigendian}" = "yes"], [
4056 DEFS_BIGENDIAN="-DWORDS_BIGENDIAN=1"
4060 AC_SUBST(DEFS_BIGENDIAN)
4063 dnl Where to install KDE solid .desktop
4065 AC_ARG_VAR([KDE4_CONFIG], [kde4-config utility])
4066 AS_IF([test "x$KDE4_CONFIG" = "x"], [
4067 KDE4_CONFIG="kde4-config"
4070 AC_ARG_WITH(kde-solid,
4071 AS_HELP_STRING([--with-kde-solid=PATH],
4072 [KDE Solid actions directory (auto)]),, [
4074 if test "${SYS}" != "mingw32" -a "${SYS}" != "mingwce" -a "${SYS}" != "darwin" ; then
4075 with_kde_solid="yes"
4079 AS_IF([test "${with_kde_solid}" != "no"], [
4080 AS_IF([test "${with_kde_solid}" = "yes"], [
4081 kde4datadir="`${KDE4_CONFIG} --install data`"
4082 AS_IF([test "x$kde4datadir" = "x"], [kde4datadir='${datadir}/kde4/apps'])
4083 soliddatadir="${kde4datadir}/solid/actions"
4085 soliddatadir="${with_kde_solid}"
4088 AC_SUBST(soliddatadir)
4089 AM_CONDITIONAL(KDE_SOLID, [test "x${soliddatadir}" != "x"])
4092 dnl DLL loader copied from MPlayer copied from somewhere else (WINE ?)
4095 AC_ARG_ENABLE(loader,
4096 AS_HELP_STRING([--enable-loader],[build DLL loader for ELF i386 platforms
4097 (default disabled)]))
4098 AM_CONDITIONAL(LOADER, [test "${enable_loader}" = "yes"])
4099 AS_IF([test "${enable_loader}" = "yes"],
4100 [ VLC_ADD_PLUGIN([dmo])
4101 VLC_ADD_CPPFLAGS([dmo quicktime ],[-I\\\${top_srcdir}/modules/codec/loader])
4102 VLC_ADD_LIBS([dmo quicktime ],[\\\${top_builddir}/modules/codec/loader/libloader.la])
4103 VLC_ADD_LIBS([dmo quicktime], [-lpthread])
4106 EXTEND_HELP_STRING([Components:])
4112 [ --enable-vlc build the VLC media player (default enabled)])
4113 AM_CONDITIONAL(BUILD_VLC, [test "${enable_vlc}" != "no"])
4115 AC_ARG_ENABLE(macosx-vlc-app,
4116 [ --enable-macosx-vlc-app build the VLC media player (default enabled on Mac OS X)])
4117 AM_CONDITIONAL(BUILD_MACOSX_VLC_APP, [test "${enable_macosx_vlc_app}" != "no" &&
4118 (test "${SYS}" = "darwin" || test "${enable_macosx_vlc_app}" = "yes") ])
4121 dnl Stuff used by the program
4123 VERSION_MESSAGE="${VERSION} ${CODENAME}"
4124 COPYRIGHT_MESSAGE="Copyright © ${COPYRIGHT_YEARS} the VideoLAN team"
4125 AC_DEFINE_UNQUOTED(VERSION_MESSAGE, "${VERSION_MESSAGE}", [Simple version string])
4126 AC_DEFINE_UNQUOTED(COPYRIGHT_MESSAGE, "${COPYRIGHT_MESSAGE}", [Copyright string])
4127 AC_DEFINE_UNQUOTED(COPYRIGHT_YEARS, "${COPYRIGHT_YEARS}", [The copyright years])
4128 AC_DEFINE_UNQUOTED(CONFIGURE_LINE, "${CONFIGURE_LINE}", [The ./configure command line])
4129 AC_DEFINE_UNQUOTED(PACKAGE_VERSION_MAJOR,${VERSION_MAJOR}, [version major number])
4130 AC_DEFINE_UNQUOTED(PACKAGE_VERSION_MINOR,${VERSION_MINOR}, [version minor number])
4131 AC_DEFINE_UNQUOTED(PACKAGE_VERSION_REVISION,${VERSION_REVISION}, [version revision number])
4132 AC_DEFINE_UNQUOTED(PACKAGE_VERSION_EXTRA,${VERSION_EXTRA}, [version extra number])
4133 AC_DEFINE_UNQUOTED(PACKAGE_VERSION_DEV,"${VERSION_DEV}", [version development string])
4134 AC_SUBST(COPYRIGHT_MESSAGE)
4135 AC_SUBST(VERSION_MESSAGE)
4136 AC_SUBST(VERSION_MAJOR)
4137 AC_SUBST(VERSION_MINOR)
4138 AC_SUBST(VERSION_REVISION)
4139 AC_SUBST(VERSION_EXTRA)
4140 AC_SUBST(COPYRIGHT_YEARS)
4141 AC_DEFINE_UNQUOTED(VLC_COMPILE_BY, "`whoami`", [user who ran configure])
4142 AC_DEFINE_UNQUOTED(VLC_COMPILE_HOST, "`hostname -f 2>/dev/null || hostname`", [host which ran configure])
4143 AC_DEFINE_UNQUOTED(VLC_COMPILER, "`$CC -v 2>&1 | tail -n 1`", [compiler])
4145 dnl Handle substvars that use $(top_srcdir)
4147 CPPFLAGS="-I\$(top_srcdir)/include -I\$(top_builddir)/include ${CPPFLAGS}"
4150 dnl Sort the modules list
4152 PLUGINS=$( (for i in `echo $PLUGINS`; do echo $i; done)|sort|xargs )
4155 dnl Configuration is finished
4165 AC_SUBST(WINE_SDK_PATH)
4167 AC_SUBST(AM_CPPFLAGS)
4168 AC_SUBST(MACOSX_DEPLOYMENT_TARGET)
4169 AC_SUBST(FILE_LIBVLCCORE_DLL)
4170 AC_SUBST(FILE_LIBVLC_DLL)
4185 modules/access/Makefile
4186 modules/access/bd/Makefile
4187 modules/access/dshow/Makefile
4188 modules/access/mms/Makefile
4189 modules/access/rtp/Makefile
4190 modules/access/rtsp/Makefile
4191 modules/access/vcd/Makefile
4192 modules/access/vcdx/Makefile
4193 modules/access/screen/Makefile
4194 modules/access/zip/Makefile
4195 modules/access/zip/unzip/Makefile
4196 modules/access_output/Makefile
4197 modules/audio_filter/Makefile
4198 modules/audio_mixer/Makefile
4199 modules/audio_output/Makefile
4200 modules/codec/Makefile
4201 modules/codec/avcodec/Makefile
4202 modules/codec/dmo/Makefile
4203 modules/codec/loader/Makefile
4204 modules/codec/omxil/Makefile
4205 modules/codec/shine/Makefile
4206 modules/codec/spudec/Makefile
4207 modules/codec/wmafixed/Makefile
4208 modules/control/Makefile
4209 modules/control/dbus/Makefile
4210 modules/control/globalhotkeys/Makefile
4211 modules/demux/Makefile
4212 modules/demux/asf/Makefile
4213 modules/demux/avformat/Makefile
4214 modules/demux/avi/Makefile
4215 modules/demux/mkv/Makefile
4216 modules/demux/mp4/Makefile
4217 modules/demux/mpeg/Makefile
4218 modules/demux/playlist/Makefile
4219 modules/gui/Makefile
4220 modules/gui/macosx/Makefile
4221 modules/gui/hildon/Makefile
4222 modules/gui/minimal_macosx/Makefile
4223 modules/gui/macosx_dialog_provider/Makefile
4224 modules/gui/qt4/Makefile
4225 modules/gui/skins2/Makefile
4226 modules/lua/Makefile
4227 modules/meta_engine/Makefile
4228 modules/misc/Makefile
4229 modules/misc/playlist/Makefile
4230 modules/misc/osd/Makefile
4231 modules/misc/stats/Makefile
4232 modules/media_library/Makefile
4233 modules/mux/Makefile
4234 modules/mux/mpeg/Makefile
4235 modules/notify/Makefile
4236 modules/packetizer/Makefile
4237 modules/services_discovery/Makefile
4238 modules/stream_filter/Makefile
4239 modules/stream_filter/dash/Makefile
4240 modules/stream_out/Makefile
4241 modules/stream_out/transcode/Makefile
4242 modules/text_renderer/Makefile
4243 modules/video_chroma/Makefile
4244 modules/video_filter/Makefile
4245 modules/video_filter/dynamicoverlay/Makefile
4246 modules/video_output/Makefile
4247 modules/video_output/msw/Makefile
4248 modules/visualization/Makefile
4249 modules/visualization/visual/Makefile
4250 modules/mmx/Makefile
4251 modules/mmxext/Makefile
4252 modules/3dnow/Makefile
4253 modules/sse2/Makefile
4254 modules/altivec/Makefile
4255 modules/arm_neon/Makefile
4258 AM_COND_IF([HAVE_WIN32], [
4260 extras/package/win32/spad.nsi
4261 extras/package/win32/vlc.win32.nsi
4265 AM_COND_IF([HAVE_DARWIN], [
4267 extras/package/macosx/Info.plist
4268 extras/package/macosx/Resources/English.lproj/InfoPlist.strings
4272 dnl Generate makefiles
4275 dnl Do we have to use make or gmake ?
4276 if make --version 2>&1|grep -q GNU
4278 # GNU make, all seems good
4281 # Known GNU make alias (on BSD)
4284 dnl Shortcut to nice compile message
4285 if test -n $SHELL; then
4286 SHELL=${CONFIG_SHELL-/bin/sh}
4292 export PATH=\"$PATH\" LANG=C
4293 ($MAKE V=1 \$@ 2>&1 || touch .error\$\$)| `sed -ne "s/^top_srcdir *= *//p" < Makefile`/extras/buildsystem/make.pl
4294 test -f .error\$\$ && ERROR=1
4296 exit \$ERROR" >compile
4300 libvlc configuration
4301 --------------------
4302 version : ${VERSION}
4304 architecture : ${ARCH}
4305 optimizations : ${enable_optimizations}"
4306 if test "${enable_vlc}" != "no"; then
4307 echo "vlc aliases :${ALIASES}"
4309 echo "build vlc executable : no"
4312 To build vlc and its plugins, type \`$MAKE', or \`./compile' if you like nice colors."