]> git.sesse.net Git - vlc/blob - configure.ac
libvpx decoder
[vlc] / configure.ac
1 dnl Autoconf settings for vlc
2
3 AC_COPYRIGHT([Copyright 2002-2013 VLC authors and VideoLAN])
4
5 AC_INIT(vlc, 2.2.0-git)
6 VERSION_MAJOR=2
7 VERSION_MINOR=2
8 VERSION_REVISION=0
9 VERSION_EXTRA=0
10 VERSION_DEV=git
11
12 PKGDIR="vlc"
13 AC_SUBST(PKGDIR)
14
15 CONFIGURE_LINE="`echo "$0 $ac_configure_args" | sed -e 's/\\\/\\\\\\\/g'`"
16 CODENAME="Weatherwax"
17 COPYRIGHT_YEARS="1996-2013"
18
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)
23 AC_CANONICAL_BUILD
24 AC_CANONICAL_HOST
25 AC_PRESERVE_HELP_ORDER
26
27 AM_INIT_AUTOMAKE(tar-ustar color-tests foreign)
28 AC_CONFIG_HEADERS([config.h])
29
30 # Disable with "./configure --disable-silent-rules" or "make V=1"
31 AM_SILENT_RULES([yes])
32
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"])
40 AM_MAINTAINER_MODE
41
42 dnl
43 dnl Directories
44 dnl
45 dnl vlcincludedir="\${includedir}/\${PKGDIR}"
46 dnl AC_SUBST(vlcincludedir)
47 vlcdatadir="\${datadir}/\${PKGDIR}"
48 AC_SUBST(vlcdatadir)
49 vlclibdir="\${libdir}/\${PKGDIR}"
50 AC_SUBST(vlclibdir)
51
52 dnl
53 dnl Check for tools
54 dnl
55 AC_PROG_CC_C99
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>.])
63
64 AM_PROG_CC_C_O
65 AC_PROG_CXX
66 AC_PROG_CPP
67 AC_PROG_OBJC
68 _AM_DEPENDENCIES([OBJC])
69 AC_PROG_EGREP
70 AC_PROG_MAKE_SET
71 AC_PROG_INSTALL
72 AM_PROG_AS
73
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], :)
76
77 dnl Check for compiler properties
78 AC_C_CONST
79 AC_C_INLINE
80 AC_C_RESTRICT
81
82 dnl Extend the --help string at the current spot.
83 AC_DEFUN([EXTEND_HELP_STRING], [m4_divert_once([HELP_ENABLE], [$1])])
84
85 dnl Allow binary package maintainer to pass a custom string to avoid
86 dnl cache problem
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])
93 ])
94
95 dnl
96 dnl  Check the operating system
97 dnl
98 HAVE_WIN64="0"
99 case "${host_os}" in
100   "")
101     SYS=unknown
102     ;;
103   linux*)
104     SYS=linux
105     ;;
106   bsdi*)
107     SYS=bsdi
108     CFLAGS="${CFLAGS} -pthread"
109     ;;
110   freebsd*)
111     SYS=freebsd
112     CFLAGS="${CFLAGS} -pthread"
113     CPPFLAGS="${CPPFLAGS} -I/usr/local/include"
114     LDFLAGS="${LDFLAGS} -L/usr/local/lib"
115     ;;
116   openbsd*)
117     SYS=openbsd
118     CPPFLAGS="${CPPFLAGS} -I/usr/local/include -I/usr/X11R6/include"
119     LDFLAGS="${LDFLAGS} -L/usr/local/lib -L/usr/X11R6/lib/"
120     ;;
121   netbsd*)
122     SYS=netbsd
123     ;;
124   dragonfly*)
125     SYS=dragonfly
126     ;;
127   darwin*)
128
129     dnl Force gcc "-arch" flag
130     ARCH_flag=""
131     case "${host}" in
132       i?86*)
133         ARCH_flag="-arch i386"
134       ;;
135       ppc64*)
136         ARCH_flag="-arch ppc64"
137       ;;
138       ppc*)
139         ARCH_flag="-arch ppc"
140       ;;
141       x86_64*)
142         ARCH_flag="-arch x86_64"
143       ;;
144       arm*)
145         ac_cv_c_bigendian="no"
146         ac_cv_c_attribute_packed="no"
147       ;;
148     esac
149
150     SYS=darwin
151     CFLAGS="${CFLAGS} -D_INTL_REDIRECT_MACROS ${ARCH_flag}"
152     CXXFLAGS="${CXXFLAGS} -D_INTL_REDIRECT_MACROS ${ARCH_flag}"
153     CPPFLAGS="${CPPFLAGS} ${ARCH_flag}"
154     OBJCFLAGS="${OBJCFLAGS} -D_INTL_REDIRECT_MACROS -std=gnu99 ${ARCH_flag}"
155     LDFLAGS="${LDFLAGS} -Wl,-headerpad_max_install_names ${ARCH_flag}"
156     VLC_ADD_LIBS([libvlc vlc],[-Wl,-undefined,dynamic_lookup,-framework,AppKit])
157     VLC_ADD_LIBS([avcodec access_avio swscale postproc i420_rgb_mmx x262 x264 x26410b],[-Wl,-read_only_relocs,suppress])
158     VLC_ADD_LIBS([libvlccore],[-Wl,-framework,CoreFoundation,-framework,CoreServices])
159
160     dnl Allow binaries created on Lion to run on earlier releases
161     AC_EGREP_CPP(yes,
162            [#import <Cocoa/Cocoa.h>
163             #ifdef MAC_OS_X_VERSION_10_7
164             yes
165             #endif],
166             [AC_MSG_RESULT([yes])
167             AC_LIBOBJ([getdelim])
168             AC_LIBOBJ([strndup])
169             AC_LIBOBJ([strnlen])],)
170
171     dnl
172     dnl  Handle Mac OS X SDK flags
173     dnl
174     AC_ARG_WITH(macosx-sdk,
175       [AS_HELP_STRING([--with-macosx-sdk=DIR],
176         [compile using the SDK in DIR])])
177     if test "${with_macosx_sdk}" != "" ; then
178         test ! -d "${with_macosx_sdk}" && AC_MSG_ERROR([SDK "${with_macosx_sdk}" not found])
179         CPP="${CPP} -isysroot ${with_macosx_sdk}"
180         CC="${CC} -isysroot ${with_macosx_sdk}"
181         CXX="${CXX} -isysroot ${with_macosx_sdk}"
182         OBJC="${OBJC} -isysroot ${with_macosx_sdk}"
183         LD="${LD} -syslibroot ${with_macosx_sdk}"
184     fi
185     AC_ARG_WITH(macosx-version-min,
186       [AS_HELP_STRING([--with-macosx-version-min=VERSION],
187         [compile for Mac OS X VERSION and above])])
188     if test "${with_macosx_version_min}" != "" ; then
189         CPP="${CPP} -mmacosx-version-min=${with_macosx_version_min}"
190         CC="${CC} -mmacosx-version-min=${with_macosx_version_min}"
191         CXX="${CXX} -mmacosx-version-min=${with_macosx_version_min}"
192         OBJC="${OBJC} -mmacosx-version-min=${with_macosx_version_min}"
193         LD="${LD} -mmacosx_version_min=${with_macosx_version_min}"
194     fi
195     ;;
196   *mingw32* | *cygwin* | *wince* | *mingwce*)
197     AC_CHECK_TOOL(WINDRES, windres, :)
198     AC_CHECK_TOOL(OBJCOPY, objcopy, :)
199     AH_TOP([#if defined(_WIN32) && !defined(_WIN32_WINNT)])
200     AH_TOP([# define _WIN32_WINNT 0x0502 /* Windows XP SP2 */])
201     AH_TOP([#endif])
202     AC_DEFINE([_WIN32_IE], 0x0600, [Define to '0x0600' for IE 6.0 (and shell) APIs.])
203     AC_DEFINE([_UNICODE], [1], [Define to 1 for Unicode (Wide Chars) APIs.])
204     AC_DEFINE([UNICODE], [1], [Define to 1 for Unicode (Wide Chars) APIs.])
205
206     case "${host_os}" in
207       *mingw32*)
208         SYS=mingw32
209         ;;
210       *cygwin*)
211         dnl Check if we are using the mno-cygwin mode in which case we are
212         dnl actually dealing with a mingw32 compiler.
213         AC_EGREP_CPP(yes,
214             [#ifdef _WIN32
215              yes
216              #endif],
217             SYS=mingw32, AC_MSG_ERROR([VLC requires -mno-cygwin]))
218         ;;
219     esac
220
221     if test "${SYS}" = "mingw32"; then
222         # DEP, ASLR, NO SEH
223         LDFLAGS="${LDFLAGS} -Wl,--nxcompat -Wl,--no-seh -Wl,--dynamicbase"
224
225         VLC_ADD_LIBS([libvlccore],[-lwinmm])
226         VLC_ADD_LDFLAGS([vlc],[-mwindows])
227         VLC_ADD_LIBS([win32text],[-lgdi32])
228         AC_CHECK_PROGS(U2D, [unix2dos todos], unix2dos)
229         ac_default_prefix="`pwd`/_win32"
230         DESTDIR="`pwd`/_win32/"
231
232         dnl
233         dnl NSIS/MSI Installer prefix and WIN64
234         dnl
235         case "${host}" in
236             amd64*|x86_64*)
237                 HAVE_WIN64="1"
238                 WINDOWS_ARCH="x64"
239                 PROGRAMFILES="PROGRAMFILES64"
240             ;;
241             *)
242                 WINDOWS_ARCH="x86"
243                 PROGRAMFILES="PROGRAMFILES"
244             ;;
245         esac
246         AC_SUBST(WINDOWS_ARCH)
247         AC_SUBST(PROGRAMFILES)
248
249     fi
250     ;;
251   *nto*)
252     SYS=nto
253     ;;
254   solaris*)
255     SYS=solaris
256     ;;
257   hpux*)
258     SYS=hpux
259     ;;
260   symbian*)
261     SYS=symbian
262     ;;
263   *os2*)
264     SYS=os2
265     LDFLAGS="${LDFLAGS} -Zomf -Zbin-files -Zargs-wild"
266     ;;
267   *)
268     SYS="${host_os}"
269     ;;
270 esac
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_SYMBIAN, test "${SYS}" = "symbian")
277
278 dnl
279 dnl Sadly autoconf does not think about testing foo.exe when ask to test
280 dnl for program foo on win32
281 case "${build_os}" in
282     cygwin|msys)
283         ac_executable_extensions=".exe"
284     ;;
285     *)
286     ;;
287 esac
288
289 dnl Android is linux, but a bit different
290 AS_IF([test "$SYS" = linux],[
291     AC_MSG_CHECKING([for an Android system])
292     AC_PREPROC_IFELSE([AC_LANG_PROGRAM(
293         [[#ifndef __ANDROID__
294          # error Not Android
295          #endif
296         ]],[[;]])
297     ],[
298       HAVE_ANDROID="1"
299       AC_MSG_RESULT([yes])
300     ],[
301       AC_MSG_RESULT([no])
302     ])
303 ])
304 AM_CONDITIONAL(HAVE_ANDROID, test "${HAVE_ANDROID}" = "1")
305
306
307 dnl
308 dnl  Check for the contrib directory
309 dnl
310 AC_ARG_WITH(contrib,
311   [AS_HELP_STRING([--with-contrib[=DIR]],
312     [search for 3rd party libraries in DIR/include and DIR/lib])
313 ])
314 AC_MSG_CHECKING([for 3rd party libraries path])
315 AS_IF([test -z "${with_contrib}" || test "${with_contrib}" = "yes"], [
316   CONTRIB_DIR="${srcdir}/contrib/${host}"
317   AS_IF([test ! -d "${CONTRIB_DIR}"], [
318     echo "${CONTRIB_DIR} not found" >&AS_MESSAGE_LOG_FD
319     CONTRIB_DIR="${srcdir}/contrib/`$CC -dumpmachine`"
320     AS_IF([test ! -d "${CONTRIB_DIR}"], [
321       echo "${CONTRIB_DIR} not found" >&AS_MESSAGE_LOG_FD
322       CONTRIB_DIR="${srcdir}/extras/contrib/hosts/${host}"
323       AS_IF([test ! -d "${CONTRIB_DIR}"], [
324         echo "${CONTRIB_DIR} not found" >&AS_MESSAGE_LOG_FD
325         CONTRIB_DIR="${srcdir}/extras/contrib/hosts/`$CC -dumpmachine`"
326         AS_IF([test ! -d "${CONTRIB_DIR}"], [
327           echo "${CONTRIB_DIR} not found" >&AS_MESSAGE_LOG_FD
328           CONTRIB_DIR=""
329           AC_MSG_RESULT([not found])
330         ])
331       ])
332     ])
333   ])
334 ], [
335   AS_IF([test "${with_contrib}" != "no"], [
336     CONTRIB_DIR="${with_contrib}"
337   ], [
338     CONTRIB_DIR=""
339     AC_MSG_RESULT([disabled])
340   ])
341 ])
342 AS_IF([test -n "${CONTRIB_DIR}"], [
343   AS_IF([test -d "${CONTRIB_DIR}/lib"],[
344     CONTRIB_DIR=`cd "${CONTRIB_DIR}" && pwd`
345   ], [
346     echo "${CONTRIB_DIR}/lib not found" >&AS_MESSAGE_LOG_FD
347     CONTRIB_DIR=""
348     AC_MSG_RESULT([not usable])
349   ])
350
351 ])
352 AS_IF([test -n "${CONTRIB_DIR}"], [
353   AC_MSG_RESULT([${CONTRIB_DIR}])
354   export PATH=${CONTRIB_DIR}/bin:$PATH
355   CPPFLAGS="${CPPFLAGS} -I${CONTRIB_DIR}/include"
356   CFLAGS="${CFLAGS} -I${CONTRIB_DIR}/include"
357   CXXFLAGS="${CXXFLAGS} -I${CONTRIB_DIR}/include"
358   OBJCFLAGS="${OBJCFLAGS} -I${CONTRIB_DIR}/include"
359   AS_IF([test "$build" = "$host" -o "$PKG_CONFIG_LIBDIR"], [
360     export PKG_CONFIG_PATH="${CONTRIB_DIR}/lib/pkgconfig:$PKG_CONFIG_PATH"
361   ], [
362     export PKG_CONFIG_LIBDIR="${CONTRIB_DIR}/lib/pkgconfig"
363   ])
364   LDFLAGS="${LDFLAGS} -L${CONTRIB_DIR}/lib"
365
366   AS_IF([test "${SYS}" = "darwin"], [
367     export LD_LIBRARY_PATH="${CONTRIB_DIR}/lib:$LD_LIBRARY_PATH"
368     export DYLD_LIBRARY_PATH="${CONTRIB_DIR}/lib:$DYLD_LIBRARY_PATH"
369   ])
370 ], [
371   AS_IF([test -n "${with_contrib}" && test "${with_contrib}" != "no"], [
372     AC_MSG_ERROR([Third party libraries not found!])
373   ])
374 ])
375 AC_SUBST(CONTRIB_DIR)
376
377 dnl
378 dnl  Libtool
379 dnl  It's very bad, but our former custom system was worst
380 dnl  -- Courmisch
381 dnl
382
383 dnl override platform specific check for dependent libraries
384 dnl otherwise libtool linking of shared libraries will
385 dnl fail on anything other than pass_all.
386 AC_CACHE_VAL(lt_cv_deplibs_check_method,
387     [lt_cv_deplibs_check_method=pass_all])
388
389 LT_INIT([dlopen win32-dll shared disable-static])
390 LT_LANG([C++])
391 LT_LANG([Windows Resource])
392
393 DOLT
394
395 lt_cv_deplibs_check_method=pass_all
396
397 AS_IF([test "${enable_shared}" = "no" -a "${enable_vlc}" != "no"], [
398   AC_MSG_ERROR([VLC is based on plugins. Shared libraries cannot be disabled.])
399 ])
400
401 dnl
402 dnl Gettext stuff
403 dnl
404 AM_GNU_GETTEXT_VERSION([0.18.3])
405 AM_GNU_GETTEXT([external], [need-ngettext])
406
407 dnl
408 dnl Iconv stuff
409 dnl
410 AM_ICONV
411
412 dnl
413 dnl checks for mingw
414 AS_IF([test "${SYS}" = "mingw32"], [
415 dnl Check for broken versions of mingw-runtime compatability library
416     AC_MSG_CHECKING(for broken mingw-runtime)
417     AC_PREPROC_IFELSE([AC_LANG_SOURCE([
418 #include <_mingw.h>
419 #if defined(__MINGW64_VERSION_MAJOR)
420 # if __MINGW64_VERSION_MAJOR < 3
421 #  error Attempting to use mingw-runtime with broken vsnprintf and direct2d support
422 # endif
423 #elif __MINGW32_MAJOR_VERSION == 3 && __MINGW32_MINOR_VERSION < 15
424 # error Attempting to use mingw-runtime with broken vsnprintf support
425 #endif
426     ])], [
427         AC_MSG_RESULT([ok])
428     ], [
429         AC_MSG_RESULT([present])
430         AC_MSG_ERROR([LibVLC requires mingw-runtime version 3.15 or higher, or mingw-w64 version 3.0 or higher!])
431     ])
432     dnl force use of mingw provided c99 *printf over msvcrt
433     CPPFLAGS="${CPPFLAGS} -D__USE_MINGW_ANSI_STDIO=1"
434
435 dnl Check for the need to include the mingwex lib for mingw32
436     VLC_SAVE_FLAGS
437     AC_CHECK_LIB(mingwex,opendir,
438         AC_CHECK_LIB(mingw32,opendir,,
439             [VLC_ADD_LIBS([libvlccore],[-lmingwex])])
440     )
441     VLC_RESTORE_FLAGS
442
443 dnl Check for fnative-struct or mms-bitfields support for mingw32
444     VLC_SAVE_FLAGS
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
451         VLC_RESTORE_FLAGS
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
458     fi
459 ])
460
461 AC_ARG_ENABLE(winstore_app,
462      AS_HELP_STRING([--enable-winstore-app],
463                     [Build targetted for Windows Store apps (default disabled)]))
464
465 vlc_winstore_app=0
466 AS_IF([test "${SYS}" = "mingw32" -a "${enable_winstore_app}" = "yes"], [
467     vlc_winstore_app=1
468     VLC_ADD_LIBS([libvlccore], [-lole32 -lruntimeobject])
469     ])
470 AC_DEFINE_UNQUOTED(VLC_WINSTORE_APP, ${vlc_winstore_app}, [Define to 1 if you want to build for Windows Store apps])
471
472
473 dnl
474 dnl Buggy glibc prevention. Purposedly not cached.
475 dnl See sourceware.org bugs 5058 and 5443.
476 dnl Ubuntu alone has 20 bug numbers for this...
477 dnl
478 AC_MSG_CHECKING(for buggy GNU/libc versions)
479 AC_PREPROC_IFELSE([AC_LANG_SOURCE([
480 #include <limits.h>
481 #if defined (__GLIBC__) && (__GLIBC__ == 2) \
482   && (__GLIBC_MINOR__ >= 5) && (__GLIBC_MINOR__ <= 7)
483 # error GNU/libc with dcgettext killer bug!
484 #endif
485 ])], [
486   AC_MSG_RESULT([not present])
487 ], [
488   AC_MSG_RESULT([found])
489   AS_IF([test "x${enable_nls}" != "xno"], [
490     AC_MSG_ERROR([Buggy GNU/libc (version 2.5 - 2.7) present. VLC would crash; there is no viable
491 work-around for this. Check with your distribution vendor on how to update the
492 glibc run-time. Alternatively, build with --disable-nls.])
493   ])
494 ])
495
496 dnl Plugin compilation stuff
497
498 VLC_LIBRARY_SUFFIX
499
500 dnl Check for system libs needed
501 need_libc=false
502
503 dnl Check for usual libc functions
504 AC_CHECK_DECLS([nanosleep],,,[#include <time.h>])
505 AC_CHECK_FUNCS([daemon fcntl fstatvfs fork getenv getpwuid_r isatty lstat memalign mmap openat pread posix_fadvise posix_madvise setlocale stricmp strnicmp strptime uselocale])
506 AC_REPLACE_FUNCS([atof atoll dirfd fdopendir flockfile fsync getdelim getpid gmtime_r lldiv localtime_r nrand48 poll posix_memalign rewind setenv strcasecmp strcasestr strdup strlcpy strndup strnlen strsep strtof strtok_r strtoll swab tdestroy strverscmp])
507 AC_CHECK_FUNCS(fdatasync,,
508   [AC_DEFINE(fdatasync, fsync, [Alias fdatasync() to fsync() if missing.])
509 ])
510
511 dnl mingw64 implements those as static inline, not functions with C linkage
512 AC_LINK_IFELSE([
513     AC_LANG_PROGRAM([#include <stdio.h>], [
514         char *c;
515         if (asprintf(&c, "%s %d", "string", 1) == -1)
516             c = NULL;
517     ])],[AC_DEFINE([HAVE_ASPRINTF],[1],[Define to 1 if you have asprintf function])],[AC_LIBOBJ([asprintf])])
518 AC_LINK_IFELSE([
519     AC_LANG_PROGRAM([#include <stdio.h>
520                      #include <stdarg.h>], [
521         char *c;
522         va_list ap;
523         if (vasprintf(&c, "%s %d", ap) == -1)
524             c = NULL;
525     ])],[AC_DEFINE([HAVE_VASPRINTF],[1],[Define to 1 if you have asprintf function])],[AC_LIBOBJ([vasprintf])])
526
527 dnl C11 static_assert()
528 AC_MSG_CHECKING([for static_assert in assert.h])
529 AC_LINK_IFELSE([AC_LANG_PROGRAM([#include <assert.h>], [
530 static_assert(1, "The impossible happened.");
531 ])], [
532   AC_MSG_RESULT([yes])
533   AC_DEFINE([HAVE_STATIC_ASSERT], [1], [Define to 1 if <assert.h> defines static_assert.])
534 ], [
535   AC_MSG_RESULT([no])
536 ])
537
538 # Windows CE does not have strcoll()
539 AC_FUNC_STRCOLL
540
541 dnl Check for non-standard system calls
542 case "$SYS" in
543   "linux")
544     AC_CHECK_FUNCS([accept4 pipe2 eventfd vmsplice sched_getaffinity])
545     ;;
546   "mingw32")
547     AC_CHECK_FUNCS([_lock_file])
548     ;;
549 esac
550
551 AH_BOTTOM([#include <vlc_fixups.h>])
552
553 dnl Check for struct pollfd
554 AC_CHECK_TYPES([struct pollfd],,,
555 [#include <sys/types.h>
556 #if HAVE_POLL
557 # include <poll.h>
558 #elif defined (_WIN32)
559 # include <winsock2.h>
560 #endif
561 ])
562
563 dnl Checks for socket stuff
564 VLC_SAVE_FLAGS
565 SOCKET_LIBS=""
566 AC_SEARCH_LIBS(connect, [socket], [
567   AS_IF([test "$ac_cv_search_connect" != "none required"], [
568     SOCKET_LIBS="$ac_cv_search_connect"
569   ])
570 ], [
571   AS_IF([test "${SYS}" = "mingw32"], [
572     SOCKET_LIBS="-lws2_32"
573   ])
574 ])
575
576 AC_SEARCH_LIBS([getaddrinfo], [nsl], [
577  AS_IF([test "$ac_cv_search_getaddrinfo" != "none required"], [
578     SOCKET_LIBS="$ac_cv_search_getaddrinfo $SOCKET_LIBS"
579   ])
580 ],, [${SOCKET_LIBS}])
581
582 LIBS="${LIBS} ${SOCKET_LIBS}"
583 AC_LINK_IFELSE([
584     AC_LANG_PROGRAM([#ifdef _WIN32
585         # if _WIN32_WINNT < 0x600
586         #  error Needs vista+
587         # endif
588         #include <ws2tcpip.h>
589         #else
590         #include <sys/socket.h>
591         #include <arpa/inet.h>
592         #endif], [
593         char dst[[sizeof(struct in_addr)]];
594         inet_pton(AF_INET, "127.0.0.1", dst);
595     ])],[AC_DEFINE([HAVE_INET_PTON],[1],[Define to 1 if you have inet_pton function])],[AC_LIBOBJ([inet_pton])])
596 AC_CHECK_FUNCS([if_nameindex if_nametoindex])
597 VLC_RESTORE_FLAGS
598
599 AS_IF([test -n "$SOCKET_LIBS"], [
600   VLC_ADD_LIBS([access_rtmp access_output_shout sap stream_out_standard stream_out_rtp stream_out_raop vod_rtsp oldrc netsync gnutls ts remoteosd audiobargraph_a],[${SOCKET_LIBS}])
601 ])
602 AC_SUBST(SOCKET_LIBS)
603
604 dnl Check for socklen_t
605 AH_TEMPLATE(socklen_t, [Define to `int' if <sys/socket.h> does not define.])
606 AC_CACHE_CHECK([for socklen_t in sys/socket.h], dnl ` (fix VIM syntax highlight
607 ac_cv_type_socklen_t,
608 [AC_COMPILE_IFELSE([AC_LANG_PROGRAM([
609 [#include <sys/types.h>
610 #ifdef _WIN32
611 # include <winsock2.h>
612 # include <ws2tcpip.h>
613 #else
614 # include <sys/socket.h>
615 #endif]], [[socklen_t len; len = 0;]])],
616 ac_cv_type_socklen_t=yes,
617 ac_cv_type_socklen_t=no)])
618 AS_IF([test "$ac_cv_type_socklen_t" = no],
619  [AC_DEFINE(socklen_t, int)])
620
621 dnl Check for struct sockaddr_storage
622 AH_TEMPLATE(sockaddr_storage, [Define to `sockaddr' if <sys/socket.h> does not define.]) dnl ` (fix VIM syntax highlight
623 AH_TEMPLATE(ss_family, [Define to `sa_family' if <sys/socket.h> does not define.]) dnl ` (fix VIM syntax highlight
624 AC_CACHE_CHECK([for struct sockaddr_storage], ac_cv_struct_sockaddr_storage,
625   [AC_TRY_COMPILE(
626     [#include <sys/types.h>
627      #if defined( _WIN32 )
628      # include <winsock2.h>
629      #else
630      # include <sys/socket.h>
631      #endif], [struct sockaddr_storage addr;],
632      ac_cv_struct_sockaddr_storage=yes,
633      ac_cv_struct_sockaddr_storage=no)])
634 AS_IF([test "${ac_cv_struct_sockaddr_storage}" = no], [
635   AC_DEFINE(sockaddr_storage, sockaddr)
636   AC_DEFINE(ss_family, sa_family)
637 ])
638
639 dnl FreeBSD has a gnugetopt library for this:
640 GNUGETOPT_LIBS=""
641 AC_CHECK_FUNC(getopt_long,, [
642   AC_CHECK_LIB([gnugetopt],[getopt_long], [
643     GNUGETOPT_LIBS="-lgnugetopt"
644   ])
645 ])
646 AC_SUBST(GNUGETOPT_LIBS)
647
648 AC_CHECK_LIB(m,cos,[
649   VLC_ADD_LIBS([adjust wave ripple psychedelic gradient a52tofloat32 dtstofloat32 x264 goom noise grain scene chorus_flanger freetype swscale postproc equalizer spatializer param_eq samplerate freetype mpc qt4 compressor headphone_channel_mixer normvol audiobargraph_a audiobargraph_v mono colorthres extract ball hotkeys mosaic gaussianblur x262 x26410b hqdn3d anaglyph oldrc ncurses oldmovie glspectrum],[-lm])
650   LIBM="-lm"
651 ], [
652   LIBM=""
653 ])
654 AC_SUBST(LIBM)
655
656 AC_CHECK_LIB(m,lrintf, [
657   AC_DEFINE(HAVE_LRINTF, 1, [Define to 1 if you have the lrintf function])
658   VLC_ADD_LIBS([skins2],[-lm])
659 ])
660
661 dnl Check for dynamic plugins
662 LIBDL=""
663 have_dynamic_objects="no"
664 VLC_SAVE_FLAGS
665 AC_SEARCH_LIBS(dlopen, [dl svld], [
666   AS_IF([test "$ac_cv_search_dlopen" != "none required"], [
667     LIBDL="$ac_cv_search_dlopen"
668   ])
669   have_dynamic_objects="yes"
670 ])
671 VLC_RESTORE_FLAGS
672
673 # Windows
674 AS_IF([test "${SYS}" = "mingw32"], [
675   LIBDL=""
676   have_dynamic_objects="yes" #assume we can use shared objects
677 ])
678
679 AS_IF([test "${enable_shared}" = "no"], [
680   have_dynamic_objects=no
681 ])
682 AM_CONDITIONAL(HAVE_DYNAMIC_PLUGINS, [test "${have_dynamic_objects}" != "no"])
683
684 AC_SUBST(LIBDL)
685
686 dnl Check for thread library
687 LIBPTHREAD=""
688 AS_IF([test "${SYS}" != "mingw32"], [
689   VLC_SAVE_FLAGS
690   LIBS=""
691   AC_SEARCH_LIBS(pthread_rwlock_init, pthread pthreads c_r, [
692     AS_IF([test "$ac_cv_search_pthread_rwlock_init" != "none required"], [
693       LIBPTHREAD="$ac_cv_search_pthread_rwlock_init"
694     ])
695   ])
696   VLC_RESTORE_FLAGS
697
698   AC_CHECK_LIB(rt, clock_nanosleep, [
699     VLC_ADD_LIBS([libvlccore],[-lrt])
700   ], [
701     AC_CHECK_FUNC(nanosleep,,[
702       AC_CHECK_LIB(rt,nanosleep, [
703         VLC_ADD_LIBS([libvlccore],[-lrt])
704       ], [
705         AC_CHECK_LIB(posix4,nanosleep, [
706           VLC_ADD_LIBS([libvlccore],[-lposix4])
707         ])
708       ])
709     ])
710     dnl HP/UX port
711     AC_CHECK_LIB(rt,sem_init, [VLC_ADD_LIBS([libvlccore],[-lrt])])
712   ])
713 ])
714 AC_SUBST(LIBPTHREAD)
715
716 dnl Check for headers
717 AC_CHECK_HEADERS([search.h])
718 AC_CHECK_HEADERS(getopt.h locale.h xlocale.h)
719 AC_CHECK_HEADERS([sys/time.h sys/ioctl.h])
720 AC_CHECK_HEADERS([arpa/inet.h netinet/udplite.h sys/eventfd.h])
721 AC_CHECK_HEADERS([net/if.h], [], [],
722   [
723     #include <sys/types.h>
724     #include <sys/socket.h>
725   ])
726 AC_CHECK_HEADERS([sys/mount.h], [], [],
727   [
728     #include <sys/param.h>
729   ])
730
731 if test "${SYS}" != "mingw32"; then
732   AC_CHECK_HEADERS(machine/param.h sys/shm.h)
733   AC_CHECK_HEADERS([linux/version.h linux/dccp.h scsi/scsi.h linux/magic.h])
734   AC_CHECK_HEADERS(syslog.h mntent.h)
735 fi # end "${SYS}" != "mingw32"
736
737 dnl LP64 and LLP64 architectures had better define ssize_t by themselves...
738 AH_TEMPLATE(ssize_t, [Define to `int' if <stddef.h> does not define.]) dnl ` (fix VIM syntax highlight
739 AC_CHECK_TYPE(ssize_t,, [
740   AC_DEFINE(ssize_t, int)
741 ])
742
743 dnl Check for threads library
744 if test "${SYS}" != "mingw32"; then
745   AC_CHECK_HEADERS(pthread.h)
746 fi # end "${SYS}" != "mingw32"
747
748 dnl It seems that autoconf detects pkg-config only during the first
749 dnl PKG_CHECK_MODULES from configure.ac - which makes sense. But in our case,
750 dnl it is nested within a conditional block, so it was not working right.
751 dnl Make PKG_CONFIG_PATH precious so that it appears in the help and get saved
752 AC_ARG_VAR(PKG_CONFIG_PATH,
753        [Paths where to find .pc not at the default location])
754 PKG_PROG_PKG_CONFIG()
755
756 dnl On some OS we need static linking
757 AS_IF([test -n "${PKG_CONFIG}" ],[
758     AS_IF([test "${SYS}" = "mingw32" -o "${SYS}" = "darwin" -o "${SYS}" = "os2" ],[
759         PKG_CONFIG="${PKG_CONFIG} --static"
760     ])
761 ])
762
763
764 dnl
765 dnl Check for zlib.h and -lz along with system -lminizip if available
766 dnl
767 AC_CHECK_HEADERS(zlib.h, [ have_zlib=yes ], [ have_zlib=no ])
768 AM_CONDITIONAL(HAVE_ZLIB, [ test "${have_zlib}" = "yes" ])
769 if test "${have_zlib}" = "yes"
770 then
771   VLC_ADD_LIBS([skins2 sap unzip zip],[-lz])
772   PKG_CHECK_MODULES([MINIZIP], [minizip] , [ have_minizip=yes ], [
773     AC_CHECK_HEADERS([unzip.h], [
774       have_minizip=yes
775       MINIZIP_LIBS="-lminizip -lz"
776     ], [
777       VLC_ADD_CPPFLAGS([skins2], [-I\\\$(top_srcdir)/modules/access/zip/unzip])
778       VLC_ADD_LIBS([skins2], [\\\$(top_builddir)/modules/libunzip.la])
779       have_minizip=no
780     ])
781   ])
782   VLC_ADD_CPPFLAGS([skins2],[$MINIZIP_CFLAGS])
783   VLC_ADD_LIBS([skins2],[$MINIZIP_LIBS])
784 fi
785 AM_CONDITIONAL(HAVE_MINIZIP, [ test "${have_minizip}" = "yes" ])
786
787
788 dnl
789 dnl Domain name i18n support via GNU libidn
790 dnl
791 PKG_CHECK_MODULES([IDN], [libidn], [
792   have_libidn="yes"
793   AC_DEFINE([HAVE_IDN], 1, [Define to 1 if you have GNU libidn.])
794 ], [
795   have_libidn="no"
796 ])
797
798
799 dnl Check for dbus
800 AC_ARG_ENABLE(dbus,
801   [AS_HELP_STRING([--enable-dbus],
802     [compile D-Bus message bus support (default enabled)])])
803 have_dbus="no"
804 AS_IF([test "${enable_dbus}" != "no"], [
805   PKG_CHECK_MODULES(DBUS, [dbus-1 >= 1.6.0], [
806     have_dbus="yes"
807   ], [
808     AS_IF([test -n "${enable_dbus}"], [
809       AC_MSG_ERROR([${DBUS_PKG_ERRORS}.])
810     ], [
811       AC_MSG_WARN([${DBUS_PKG_ERRORS}.])
812     ])
813   ])
814 ])
815 AM_CONDITIONAL([HAVE_DBUS], [test "${have_dbus}" = "yes"])
816
817 dnl Check for ntohl, etc.
818 VLC_SAVE_FLAGS
819 CFLAGS="${CFLAGS} -Wall -Werror"
820 AC_CACHE_CHECK([for ntohl in sys/param.h],
821     [ac_cv_c_ntohl_sys_param_h],
822     [     AC_TRY_COMPILE([#include <sys/param.h>],
823         [int meuh; ntohl(meuh);],
824         ac_cv_c_ntohl_sys_param_h=yes, ac_cv_c_ntohl_sys_param_h=no)])
825 if test "${ac_cv_c_ntohl_sys_param_h}" != "no"; then
826     AC_DEFINE(NTOHL_IN_SYS_PARAM_H, 1, Define if <sys/param.h> defines ntohl.)
827 fi
828 VLC_RESTORE_FLAGS
829
830 EXTEND_HELP_STRING([Optimization options:])
831 dnl
832 dnl  Compiler warnings
833 dnl
834
835 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])
836 RDC_PROG_CC_FLAGS([-pipe])
837 AC_LANG_PUSH([C++])
838 RDC_PROG_CXX_WFLAGS([all extra sign-compare undef pointer-arith volatile-register-var])
839 AC_LANG_POP([C++])
840
841 dnl
842 dnl  Debugging mode
843 dnl
844 AC_ARG_ENABLE(debug,
845   [AS_HELP_STRING([--enable-debug],
846     [build with run-time assertions (default disabled)])],,
847   [enable_debug="no"])
848 AH_TEMPLATE(NDEBUG,
849             [Define to 1 if debug code should NOT be compiled])
850 AS_IF([test "${enable_debug}" != "no"], [
851   AC_CHECK_HEADERS([valgrind/valgrind.h])
852 ], [
853   AC_DEFINE(NDEBUG)
854 ])
855
856 dnl
857 dnl  Profiling
858 dnl
859 AC_ARG_ENABLE(gprof,
860   [AS_HELP_STRING([--enable-gprof],[profile with gprof (default disabled)])],,
861   [enable_gprof="no"])
862 AS_IF([test "${enable_gprof}" != "no"], [
863   CFLAGS="${CFLAGS} -pg"
864   CXXFLAGS="${CXXFLAGS} -pg"
865   OBJCFLAGS="${OBJCFLAGS} -pg"
866   LDFLAGS="${LDFLAGS} -pg"
867 ])
868
869 AC_ARG_ENABLE(cprof,
870   [AS_HELP_STRING([--enable-cprof],[profile with cprof (default disabled)])],,
871   [enable_cprof="no"])
872 AS_IF([test "${enable_gprof}" != "no"], [
873   CFLAGS="${CFLAGS} -finstrument-functions"
874   CXXFLAGS="${CXXFLAGS} -finstrument-functions"
875   OBJCFLAGS="${OBJCFLAGS} -finstrument-functions"
876   LDFLAGS="${LDFLAGS} -finstrument-functions"
877 ])
878
879 dnl
880 dnl  Test coverage
881 dnl
882 AC_ARG_ENABLE(coverage,
883   [AS_HELP_STRING([--enable-coverage],
884     [build for test coverage (default disabled)])],,
885   [enable_coverage="no"])
886 AS_IF([test "${enable_coverage}" != "no"], [
887   CFLAGS="-fprofile-arcs -ftest-coverage ${CFLAGS}"
888   CXXFLAGS="-fprofile-arcs -ftest-coverage ${CXXFLAGS}"
889   LDFLAGS="-lgcov ${LDFLAGS}"
890 ])
891
892 AS_IF([test "${SYS}" != "mingw32" -a "${SYS}" != "os2"], [
893   VLC_SAVE_FLAGS
894   CFLAGS="${CFLAGS} -fvisibility=hidden"
895   CXXFLAGS="${CXXFLAGS} -fvisibility=hidden"
896   OBJCFLAGS="${OBJCFLAGS} -fvisibility=hidden"
897   AC_CACHE_CHECK([if $CC accepts -fvisibility=hidden],
898                  [ac_cv_c_visibility_hidden], [
899     AC_COMPILE_IFELSE([AC_LANG_PROGRAM()], [
900       ac_cv_c_visibility_hidden=yes
901     ], [
902       ac_cv_c_visibility_hidden=no
903     ])
904   ])
905   AS_IF([test "${ac_cv_c_visibility_hidden}" = "no"], [VLC_RESTORE_FLAGS])
906 ])
907
908
909 dnl
910 dnl  Enable/disable optimizations
911 dnl
912 AC_ARG_ENABLE(optimizations,
913   [AS_HELP_STRING([--disable-optimizations],
914     [disable compiler optimizations (default enabled)])],,
915   [enable_optimizations="yes"])
916
917 dnl Check for various optimization flags
918 AS_IF([test "${enable_optimizations}" != "no"], [
919
920   dnl -O4 and -O3 only in production builds
921   AS_IF([test "{enable_debug}" = "no"], [
922     VLC_SAVE_FLAGS
923     CFLAGS="${CFLAGS} -O4"
924     CXXFLAGS="${CXXFLAGS} -O4"
925     OBJCFLAGS="${OBJCFLAGS} -O4"
926     AC_CACHE_CHECK([if $CC accepts -O4], [ac_cv_c_o4], [
927       AC_COMPILE_IFELSE([AC_LANG_PROGRAM()], [
928         ac_cv_c_o4=yes
929       ], [
930         ac_cv_c_o4=no
931       ])
932     ])
933     AS_IF([test "${ac_cv_c_o4}" = "no"], [
934       VLC_RESTORE_FLAGS
935       CFLAGS="${CFLAGS} -O3"
936       CXXFLAGS="${CXXFLAGS} -O3"
937       OBJCFLAGS="${OBJCFLAGS} -O3"
938       AC_CACHE_CHECK([if $CC accepts -O3],  [ac_cv_c_o3], [
939         AC_COMPILE_IFELSE([AC_LANG_PROGRAM()], [
940           ac_cv_c_o3=yes
941         ], [
942           ac_cv_c_o3=no
943         ])
944       ])
945       AS_IF([test "${ac_cv_c_o3}" = "no"], [VLC_RESTORE_FLAGS])
946     ])
947   ])
948
949   dnl Check for -ffast-math
950   VLC_SAVE_FLAGS
951   CFLAGS="${CFLAGS} -ffast-math"
952   CXXFLAGS="${CXXFLAGS} -ffast-math"
953   OBJCFLAGS="${OBJCFLAGS} -ffast-math"
954   AC_CACHE_CHECK([if $CC accepts -ffast-math], [ac_cv_c_fast_math], [
955     AC_COMPILE_IFELSE([AC_LANG_PROGRAM()], [
956       ac_cv_c_fast_math=yes
957     ], [
958       ac_cv_c_fast_math=no
959     ])
960   ])
961   AS_IF([test "${ac_cv_c_fast_math}" = "no"], [VLC_RESTORE_FLAGS])
962   AH_BOTTOM([
963 #ifndef __FAST_MATH__
964 # pragma STDC FENV_ACCESS OFF
965 # pragma STDC FP_CONTRACT ON
966 #endif
967 ])
968
969   dnl Check for -funroll-loops
970   VLC_SAVE_FLAGS
971   CFLAGS="${CFLAGS} -funroll-loops"
972   CXXFLAGS="${CXXFLAGS} -funroll-loops"
973   OBJCFLAGS="${OBJCFLAGS} -funroll-loops"
974   AC_CACHE_CHECK([if $CC accepts -funroll-loops], [ac_cv_c_unroll_loops], [
975     AC_COMPILE_IFELSE([AC_LANG_PROGRAM()], [
976       ac_cv_c_unroll_loops=yes
977     ], [
978       ac_cv_c_unroll_loops=no
979     ])
980   ])
981   AS_IF([test "${ac_cv_c_unroll_loops}" = "no"], [VLC_RESTORE_FLAGS])
982
983   AS_IF([test "$enable_debug" = "no"], [
984     dnl Check for -fomit-frame-pointer
985     VLC_SAVE_FLAGS
986     CFLAGS="${CFLAGS} -fomit-frame-pointer"
987     CXXFLAGS="${CXXFLAGS} -fomit-frame-pointer"
988     OBJCFLAGS="${OBJCFLAGS} -fomit-frame-pointer"
989     AC_CACHE_CHECK([if $CC accepts -fomit-frame-pointer],
990       [ac_cv_c_omit_frame_pointer], [
991       AC_COMPILE_IFELSE([AC_LANG_PROGRAM()], [
992         ac_cv_c_omit_frame_pointer=yes
993       ], [
994         ac_cv_c_omit_frame_pointer=no
995       ])
996     ])
997     AS_IF([test "${ac_cv_c_omit_frame_pointer}" = "no"], [VLC_RESTORE_FLAGS])
998   ])
999 ])
1000
1001 VLC_SAVE_FLAGS
1002 LDFLAGS="${LDFLAGS} -Wl,-Bsymbolic"
1003 AC_CACHE_CHECK([if linker supports -Bsymbolic], [ac_cv_ld_bsymbolic], [
1004   AC_TRY_LINK([],, [
1005     ac_cv_ld_bsymbolic="-Wl,-Bsymbolic"
1006   ], [
1007     ac_cv_ld_bsymbolic=""
1008   ])
1009 ])
1010 VLC_RESTORE_FLAGS
1011 SYMBOLIC_LDFLAGS="${ac_cv_ld_bsymbolic}"
1012 AC_SUBST(SYMBOLIC_LDFLAGS)
1013
1014 dnl Checks for __attribute__(aligned()) directive
1015 VLC_SAVE_FLAGS
1016 CFLAGS="${CFLAGS} -Werror"
1017 AC_CACHE_CHECK([__attribute__ ((aligned ())) support],
1018     [ac_cv_c_attribute_aligned],
1019     [ac_cv_c_attribute_aligned=0
1020     for ac_cv_c_attr_align_try in 2 4 8 16 32 64; do
1021         AC_TRY_COMPILE([],
1022         [static char c __attribute__ ((aligned(${ac_cv_c_attr_align_try}))) = 0; return c;],
1023         [ac_cv_c_attribute_aligned="${ac_cv_c_attr_align_try}"])
1024     done])
1025 VLC_RESTORE_FLAGS
1026 if test "${ac_cv_c_attribute_aligned}" != "0"; then
1027     AC_DEFINE_UNQUOTED([ATTRIBUTE_ALIGNED_MAX],
1028         [${ac_cv_c_attribute_aligned}],[Maximum supported data alignment])
1029 fi
1030
1031 dnl Check for __attribute__((packed))
1032 AC_CACHE_CHECK([for __attribute__((packed))],
1033   [ac_cv_c_attribute_packed],
1034   [ac_cv_c_attribute_packed=no
1035    AC_TRY_COMPILE(, [struct __attribute__((__packed__)) foo { int a; } b; (void)b;],
1036                     [ac_cv_c_attribute_packed=yes])])
1037 if test "${ac_cv_c_attribute_packed}" != "no"; then
1038   AC_DEFINE(HAVE_ATTRIBUTE_PACKED, 1, Support for __attribute__((packed)) for structs)
1039 fi
1040
1041 dnl
1042 dnl  Check the CPU
1043 dnl
1044 case "${host_cpu}" in
1045   "")
1046     ARCH=unknown
1047     ;;
1048   *)
1049     ARCH="${host_cpu}"
1050     ;;
1051 esac
1052
1053 dnl Check for backtrace() support
1054 AC_CHECK_HEADERS(execinfo.h)
1055 AC_CHECK_FUNCS(backtrace)
1056
1057 dnl
1058 dnl  default modules
1059 dnl
1060 ALIASES="${ALIASES} cvlc rvlc"
1061
1062 dnl
1063 dnl  Accelerated modules
1064 dnl
1065
1066 dnl  Check for fully working MMX intrinsics
1067 dnl  We need support for -mmmx, we need <mmintrin.h>, and we also need a
1068 dnl  working compiler (http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23963)
1069 AC_ARG_ENABLE(mmx,
1070   [AS_HELP_STRING([--disable-mmx],
1071     [disable MMX optimizations (default auto)])],,[
1072   case "${host_cpu}" in
1073     i?86|x86_64)
1074       enable_mmx="yes"
1075       ;;
1076     *)
1077       enable_mmx="no"
1078       ;;
1079   esac
1080 ])
1081 have_mmx="no"
1082 have_mmxext="no"
1083 AS_IF([test "${enable_mmx}" != "no"], [
1084   ARCH="${ARCH} mmx"
1085   VLC_SAVE_FLAGS
1086   CFLAGS="${CFLAGS} -mmmx"
1087   AC_CACHE_CHECK([if $CC groks MMX intrinsics], [ac_cv_c_mmx_intrinsics], [
1088     AC_COMPILE_IFELSE([AC_LANG_PROGRAM([
1089 [#include <mmintrin.h>
1090 #include <stdint.h>
1091 uint64_t frobzor;]], [
1092 [__m64 a, b, c;
1093 a = b = c = (__m64)frobzor;
1094 a = _mm_slli_pi16(a, 3);
1095 a = _mm_adds_pi16(a, b);
1096 c = _mm_srli_pi16(c, 8);
1097 c = _mm_slli_pi16(c, 3);
1098 b = _mm_adds_pi16(b, c);
1099 a = _mm_unpacklo_pi8(a, b);
1100 frobzor = (uint64_t)a;]])], [
1101       ac_cv_c_mmx_intrinsics=yes
1102     ], [
1103       ac_cv_c_mmx_intrinsics=no
1104     ])
1105   ])
1106   VLC_RESTORE_FLAGS
1107   AS_IF([test "${ac_cv_c_mmx_intrinsics}" != "no"], [
1108     AC_DEFINE(HAVE_MMX_INTRINSICS, 1, [Define to 1 if MMX intrinsics are available.])
1109   ])
1110
1111   VLC_SAVE_FLAGS
1112   CFLAGS="${CFLAGS} -mmmx"
1113   AC_CACHE_CHECK([if $CC groks MMX inline assembly], [ac_cv_mmx_inline], [
1114     AC_COMPILE_IFELSE([AC_LANG_PROGRAM(,[[
1115 void *p;
1116 asm volatile("packuswb %%mm1,%%mm2"::"r"(p):"mm1", "mm2");
1117 ]])
1118     ], [
1119       ac_cv_mmx_inline=yes
1120     ], [
1121       ac_cv_mmx_inline=no
1122     ])
1123   ])
1124   AS_IF([test "${ac_cv_mmx_inline}" != "no"], [
1125     AC_DEFINE(CAN_COMPILE_MMX, 1, [Define to 1 inline MMX assembly is available.])
1126     have_mmx="yes"
1127   ])
1128
1129   AC_CACHE_CHECK([if $CC groks MMX EXT inline assembly],
1130                  [ac_cv_mmxext_inline], [
1131     AC_COMPILE_IFELSE([AC_LANG_PROGRAM(,[[
1132 void *p;
1133 asm volatile("maskmovq %%mm1,%%mm2"::"r"(p):"mm1", "mm2");
1134 ]])
1135     ], [
1136       ac_cv_mmxext_inline=yes
1137     ], [
1138       ac_cv_mmxext_inline=no
1139     ])
1140   ])
1141   VLC_RESTORE_FLAGS
1142   AS_IF([test "${ac_cv_mmxext_inline}" != "no"], [
1143     AC_DEFINE(CAN_COMPILE_MMXEXT, 1, [Define to 1 if MMX EXT inline assembly is available.])
1144     have_mmxext="yes"
1145   ])
1146 ])
1147 AM_CONDITIONAL([HAVE_MMX], [test "${have_mmx}" = "yes"])
1148 AM_CONDITIONAL([HAVE_MMXEXT], [test "${have_mmxext}" = "yes"])
1149
1150 dnl  Check for fully workin SSE2 intrinsics
1151 dnl  We need support for -mmmx, we need <emmintrin.h>, and we also need a
1152 dnl  working compiler (http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23963)
1153 AC_ARG_ENABLE(sse,
1154   [AS_HELP_STRING([--disable-sse],
1155     [disable SSE (1-4) optimizations (default auto)])],, [
1156   case "${host_cpu}" in
1157     i?86|x86_64)
1158       enable_sse=yes
1159       ;;
1160     *)
1161       enable_sse=no
1162       ;;
1163   esac
1164 ])
1165 have_sse2="no"
1166 AS_IF([test "${enable_sse}" != "no"], [
1167   ARCH="${ARCH} sse sse2"
1168
1169   VLC_SAVE_FLAGS
1170   CFLAGS="${CFLAGS} -msse2"
1171   AC_CACHE_CHECK([if $CC groks SSE2 intrinsics], [ac_cv_c_sse2_intrinsics], [
1172     AC_COMPILE_IFELSE([AC_LANG_PROGRAM([
1173 [#include <emmintrin.h>
1174 #include <stdint.h>
1175 uint64_t frobzor;]], [
1176 [__m128i a, b, c;
1177 a = b = c = _mm_set1_epi64((__m64)frobzor);
1178 a = _mm_slli_epi16(a, 3);
1179 a = _mm_adds_epi16(a, b);
1180 c = _mm_srli_epi16(c, 8);
1181 c = _mm_slli_epi16(c, 3);
1182 b = _mm_adds_epi16(b, c);
1183 a = _mm_unpacklo_epi8(a, b);
1184 frobzor = (uint64_t)_mm_movepi64_pi64(a);]])], [
1185       ac_cv_c_sse2_intrinsics=yes
1186     ], [
1187       ac_cv_c_sse2_intrinsics=no
1188     ])
1189   ])
1190   VLC_RESTORE_FLAGS
1191   AS_IF([test "${ac_cv_c_sse2_intrinsics}" != "no"], [
1192     AC_DEFINE(HAVE_SSE2_INTRINSICS, 1, [Define to 1 if SSE2 intrinsics are available.])
1193   ])
1194
1195   VLC_SAVE_FLAGS
1196   CFLAGS="${CFLAGS} -msse"
1197   AC_CACHE_CHECK([if $CC groks SSE inline assembly], [ac_cv_sse_inline], [
1198     AC_COMPILE_IFELSE([AC_LANG_PROGRAM(,[[
1199 void *p;
1200 asm volatile("xorps %%xmm1,%%xmm2"::"r"(p):"xmm1", "xmm2");
1201 ]])
1202     ], [
1203       ac_cv_sse_inline=yes
1204     ], [
1205       ac_cv_sse_inline=no
1206     ])
1207   ])
1208
1209   AS_IF([test "${ac_cv_sse_inline}" != "no" -a "${SYS}" != "solaris"], [
1210     AC_DEFINE(CAN_COMPILE_SSE, 1, [Define to 1 if SSE inline assembly is available.])
1211   ])
1212
1213   AC_CACHE_CHECK([if $CC groks SSE2 inline assembly], [ac_cv_sse2_inline], [
1214     AC_COMPILE_IFELSE([AC_LANG_PROGRAM(,[[
1215 void *p;
1216 asm volatile("punpckhqdq %%xmm1,%%xmm2"::"r"(p):"xmm1", "xmm2");
1217 ]])
1218     ], [
1219       ac_cv_sse2_inline=yes
1220     ], [
1221       ac_cv_sse2_inline=no
1222     ])
1223   ])
1224   AS_IF([test "${ac_cv_sse2_inline}" != "no" -a "${SYS}" != "solaris"], [
1225     AC_DEFINE(CAN_COMPILE_SSE2, 1, [Define to 1 if SSE2 inline assembly is available.])
1226     have_sse2="yes"
1227   ])
1228
1229   # SSE3
1230   AC_CACHE_CHECK([if $CC groks SSE3 inline assembly], [ac_cv_sse3_inline], [
1231     AC_COMPILE_IFELSE([AC_LANG_PROGRAM(,[[
1232 void *p;
1233 asm volatile("movsldup %%xmm1,%%xmm0"::"r"(p):"xmm0", "xmm1");
1234 ]])
1235     ], [
1236       ac_cv_sse3_inline=yes
1237     ], [
1238       ac_cv_sse3_inline=no
1239     ])
1240   ])
1241
1242   AS_IF([test "${ac_cv_sse3_inline}" != "no"], [
1243     AC_DEFINE(CAN_COMPILE_SSE3, 1, [Define to 1 if SSE3 inline assembly is available.]) ])
1244   # SSSE3
1245   AC_CACHE_CHECK([if $CC groks SSSE3 inline assembly], [ac_cv_ssse3_inline], [
1246     AC_COMPILE_IFELSE([AC_LANG_PROGRAM(,[[
1247 void *p;
1248 asm volatile("pabsw %%xmm0,%%xmm0"::"r"(p):"xmm0");
1249 ]])
1250     ], [
1251       ac_cv_ssse3_inline=yes
1252     ], [
1253       ac_cv_ssse3_inline=no
1254     ])
1255   ])
1256
1257   AS_IF([test "${ac_cv_ssse3_inline}" != "no"], [
1258     AC_DEFINE(CAN_COMPILE_SSSE3, 1, [Define to 1 if SSSE3 inline assembly is available.]) ])
1259
1260   # SSE4.1
1261   AC_CACHE_CHECK([if $CC groks SSE4.1 inline assembly],
1262                  [ac_cv_sse4_1_inline], [
1263     AC_COMPILE_IFELSE([AC_LANG_PROGRAM(,[[
1264 void *p;
1265 asm volatile("pmaxsb %%xmm1,%%xmm0"::"r"(p):"xmm0", "xmm1");
1266 ]])
1267     ], [
1268       ac_cv_sse4_1_inline=yes
1269     ], [
1270       ac_cv_sse4_1_inline=no
1271     ])
1272   ])
1273
1274   AS_IF([test "${ac_cv_sse4_1_inline}" != "no"], [
1275     AC_DEFINE(CAN_COMPILE_SSE4_1, 1, [Define to 1 if SSE4_1 inline assembly is available.]) ])
1276
1277   # SSE4.2
1278   AC_CACHE_CHECK([if $CC groks SSE4.2 inline assembly],
1279                  [ac_cv_sse4_2_inline], [
1280     AC_COMPILE_IFELSE([AC_LANG_PROGRAM(,[[
1281 void *p;
1282 asm volatile("pcmpgtq %%xmm1,%%xmm0"::"r"(p):"xmm0", "xmm1");
1283 ]])
1284     ], [
1285       ac_cv_sse4_2_inline=yes
1286     ], [
1287       ac_cv_sse4_2_inline=no
1288     ])
1289   ])
1290
1291   AS_IF([test "${ac_cv_sse4_2_inline}" != "no"], [
1292     AC_DEFINE(CAN_COMPILE_SSE4_2, 1, [Define to 1 if SSE4_2 inline assembly is available.]) ])
1293
1294   # SSE4A
1295   AC_CACHE_CHECK([if $CC groks SSE4A inline assembly], [ac_cv_sse4a_inline], [
1296     AC_COMPILE_IFELSE([AC_LANG_PROGRAM(,[[
1297 void *p;
1298 asm volatile("insertq %%xmm1,%%xmm0"::"r"(p):"xmm0", "xmm1");
1299 ]])
1300     ], [
1301       ac_cv_sse4a_inline=yes
1302     ], [
1303       ac_cv_sse4a_inline=no
1304     ])
1305   ])
1306   VLC_RESTORE_FLAGS
1307   AS_IF([test "${ac_cv_sse4a_inline}" != "no"], [
1308     AC_DEFINE(CAN_COMPILE_SSE4A, 1, [Define to 1 if SSE4A inline assembly is available.]) ])
1309 ])
1310 AM_CONDITIONAL([HAVE_SSE2], [test "$have_sse2" = "yes"])
1311
1312 VLC_SAVE_FLAGS
1313 CFLAGS="${CFLAGS} -mmmx"
1314 have_3dnow="no"
1315 AC_CACHE_CHECK([if $CC groks 3D Now! inline assembly], [ac_cv_3dnow_inline], [
1316   AC_COMPILE_IFELSE([AC_LANG_PROGRAM(,[[
1317 void *p;
1318 asm volatile("pfadd %%mm1,%%mm2"::"r"(p):"mm1", "mm2");
1319 ]])
1320   ], [
1321     ac_cv_3dnow_inline=yes
1322   ], [
1323     ac_cv_3dnow_inline=no
1324   ])
1325 ])
1326 VLC_RESTORE_FLAGS
1327 AS_IF([test "${ac_cv_3dnow_inline}" != "no"], [
1328   AC_DEFINE(CAN_COMPILE_3DNOW, 1,
1329             [Define to 1 if 3D Now! inline assembly is available.])
1330   have_3dnow="yes"
1331 ])
1332 AM_CONDITIONAL([HAVE_3DNOW], [test "$have_3dnow" = "yes"])
1333
1334
1335 AC_ARG_ENABLE(neon,
1336   [AS_HELP_STRING([--disable-neon],
1337     [disable NEON optimizations (default auto)])],, [
1338   AS_IF([test "${host_cpu}" = "arm"], [enable_neon="yes"] ,[enable_neon="no"])
1339 ])
1340 AS_IF([test "${enable_neon}" != "no"], [
1341   VLC_SAVE_FLAGS
1342   CFLAGS="${CFLAGS} -mfpu=neon -mhard-float"
1343   AC_CACHE_CHECK([if $CCAS groks ARM NEON assembly], [ac_cv_arm_neon], [
1344     AC_COMPILE_IFELSE([
1345       AC_LANG_PROGRAM(,[[
1346 asm volatile("vqmovun.s64 d0, q1":::"d0");
1347 ]])
1348     ], [
1349       ac_cv_arm_neon="yes"
1350     ], [
1351       ac_cv_arm_neon="no"
1352     ])
1353   ])
1354   VLC_RESTORE_FLAGS
1355 ])
1356 AM_CONDITIONAL(HAVE_NEON, [test "${ac_cv_arm_neon}" = "yes"])
1357
1358
1359 AC_ARG_ENABLE(altivec,
1360   [AS_HELP_STRING([--disable-altivec],
1361     [disable AltiVec optimizations (default auto)])],, [
1362   AS_CASE("${host_cpu}", [powerpc*],
1363         [enable_altivec=yes], [enable_altivec=no])
1364 ])
1365 have_altivec="no"
1366 ALTIVEC_CFLAGS=""
1367 AS_IF([test "${enable_altivec}" = "yes"], [
1368   ARCH="${ARCH} altivec";
1369   VLC_SAVE_FLAGS
1370   AC_CACHE_CHECK([if $CC groks AltiVec inline assembly],
1371     [ac_cv_altivec_inline],
1372     [AC_TRY_COMPILE(,[asm volatile("vperm 0,1,2,3");],
1373          ac_cv_altivec_inline="yes",
1374          [CFLAGS="${CFLAGS} -Wa,-m7400"
1375           AC_TRY_COMPILE(,[asm volatile("vperm 0,1,2,3");],
1376             [ac_cv_altivec_inline="-Wa,-m7400"],
1377             ac_cv_altivec_inline=no)
1378          ])])
1379   VLC_RESTORE_FLAGS
1380   AS_IF([test "${ac_cv_altivec_inline}" != "no"], [
1381     AC_DEFINE(CAN_COMPILE_ALTIVEC, 1,
1382               [Define to 1 if AltiVec inline assembly is available.])
1383     AS_IF([test "${ac_cv_altivec_inline}" != "yes"], [
1384       ALTIVEC_CFLAGS="${ac_cv_altivec_inline}"
1385       VLC_ADD_CFLAGS([libvlccore],[${ac_cv_altivec_inline}])
1386     ])
1387     have_altivec="yes"
1388   ])
1389
1390 dnl The AltiVec C extensions
1391 dnl
1392 dnl There are several possible cases:
1393 dnl - OS X PPC, gcc 4.x: use -mpim-altivec -force_cpusubtype_ALL, don't
1394 dnl                      need <altivec.h>
1395 dnl - OS X PPC, gcc 3.x: need -faltivec, don't need <altivec.h>
1396 dnl - Linux PPC, gcc 3.4, 4.x: need <altivec.h> which requires -maltivec
1397 dnl - Linux PPC, gcc 3.3: need <altivec.h> and -maltivec -mabi=altivec
1398 dnl - Linux PPC, gcc 3.x: need <altivec.h> and -fvec
1399 dnl - Others: test should fail
1400   VLC_SAVE_FLAGS
1401   AC_CACHE_CHECK([if \$CC groks AltiVec C extensions],
1402   [ac_cv_c_altivec],
1403   [# OS X/PPC test (gcc 4.x)
1404    CFLAGS="${CFLAGS} -mpim-altivec -force_cpusubtype_ALL"
1405    AC_TRY_COMPILE([vector unsigned char foo;],
1406      [vec_ld(0, (unsigned char *)0);],
1407      [ac_cv_c_altivec="-mpim-altivec -force_cpusubtype_ALL"],
1408      [# OS X/PPC test (gcc 3.x)
1409       CFLAGS="${CFLAGS} -faltivec"
1410       AC_TRY_COMPILE([vector unsigned char foo;],
1411         [vec_ld(1 * sizeof(vector float), (unsigned char *)0);],
1412         [ac_cv_c_altivec="-faltivec"],
1413         dnl Below this are the Linux tests
1414         [# Linux/PPC test (gcc 4.x)
1415          CFLAGS="${CFLAGS} -maltivec"
1416          AC_TRY_COMPILE([#include <altivec.h>],
1417            [vec_ld(0, (unsigned char *)0);],
1418            [ac_cv_c_altivec="-maltivec"],
1419            [# Linux/PPC test (gcc 3.3)
1420             CFLAGS="${CFLAGS} -maltivec -mabi=altivec"
1421             AC_TRY_COMPILE([#include <altivec.h>],
1422               [vec_ld(0, (unsigned char *)0);],
1423               [ac_cv_c_altivec=""
1424                ac_cv_c_altivec_abi="-maltivec -mabi=altivec"],
1425               [# Linux/PPC test (gcc 3.3)
1426                CFLAGS="${CFLAGS} -fvec"
1427                AC_TRY_COMPILE([#include <altivec.h>],
1428                  [vec_ld(0, (unsigned char *)0);],
1429                  [ac_cv_c_altivec="-fvec"],
1430                  [ac_cv_c_altivec=no])
1431               ])
1432            ])
1433         ])
1434      ])
1435   ])
1436
1437   VLC_RESTORE_FLAGS
1438   AS_IF([test "${ac_cv_c_altivec}" != "no"], [
1439     CPPFLAGS="${CPPFLAGS} ${ac_cv_c_altivec}"
1440     AC_DEFINE(CAN_COMPILE_C_ALTIVEC, 1, [Define to 1 if C AltiVec extensions are available.])
1441     VLC_ADD_CFLAGS([libvlccore],[${ac_cv_c_altivec}])
1442     ALTIVEC_CFLAGS="$ALTIVEC_FLAGS ${ac_cv_c_altivec} ${ac_cv_c_altivec_abi}"
1443     VLC_ADD_CFLAGS([deinterlace],[${ac_cv_c_altivec} ${ac_cv_c_altivec_abi}])
1444     have_altivec="yes"
1445   ])
1446   AC_CHECK_HEADERS(altivec.h)
1447
1448   VLC_SAVE_FLAGS
1449   LDFLAGS="${LDFLAGS} -Wl,-framework,vecLib"
1450   AC_CACHE_CHECK([if linker needs -framework vecLib],
1451     [ac_cv_ld_altivec],
1452     [AC_TRY_LINK([],,ac_cv_ld_altivec=yes,ac_cv_ld_altivec=no)])
1453   VLC_RESTORE_FLAGS
1454   AS_IF([test "${ac_cv_ld_altivec}" != "no"], [
1455     VLC_ADD_LIBS([libvlccore],[-Wl,-framework,vecLib])
1456   ])
1457 ])
1458 AC_SUBST(ALTIVEC_CFLAGS)
1459 AM_CONDITIONAL([HAVE_ALTIVEC], [test "$have_altivec" = "yes"])
1460
1461 dnl
1462 dnl  Memory usage
1463 dnl
1464 AC_ARG_ENABLE(optimize-memory,
1465   [AS_HELP_STRING([--enable-optimize-memory],
1466     [optimize memory usage over performance])])
1467 if test "${enable_optimize_memory}" = "yes"; then
1468   AC_DEFINE(OPTIMIZE_MEMORY, 1, Define if you want to optimize memory usage over performance)
1469 fi
1470
1471 dnl
1472 dnl Allow running as root (useful for people running on embedded platforms)
1473 dnl
1474 AC_ARG_ENABLE(run-as-root,
1475   [AS_HELP_STRING([--enable-run-as-root],
1476     [allow running VLC as root (default disabled)])])
1477 AS_IF([test "${enable_run_as_root}" = "yes"],[
1478     AC_DEFINE(ALLOW_RUN_AS_ROOT, 1,
1479               [Define to 1 to allow running VLC as root (uid 0).])
1480 ])
1481
1482 dnl
1483 dnl Stream output
1484 dnl
1485 AC_ARG_ENABLE(sout,
1486   [AS_HELP_STRING([--disable-sout],
1487     [disable streaming output (default enabled)])])
1488 AS_IF([test "${enable_sout}" != "no"], [
1489   AC_DEFINE(ENABLE_SOUT, 1, [Define to 1 for stream output support.])
1490 ])
1491 AM_CONDITIONAL(ENABLE_SOUT, [test "${enable_sout}" != "no"])
1492
1493 dnl Lua modules
1494 AC_ARG_ENABLE(lua,
1495   [AS_HELP_STRING([--disable-lua],
1496     [disable LUA scripting support (default enabled)])])
1497 if test "${enable_lua}" != "no"
1498 then
1499   PKG_CHECK_MODULES(LUA, lua5.2,
1500     [ have_lua=yes ],
1501     [
1502     AC_MSG_WARN([${LUA_PKG_ERRORS}, trying lua 5.1 instead])
1503
1504     PKG_CHECK_MODULES(LUA, lua5.1,
1505       [ have_lua=yes ],
1506       [
1507       AC_MSG_WARN([${LUA_PKG_ERRORS}, trying lua >= 5.1 instead])
1508       PKG_CHECK_MODULES(LUA, lua >= 5.1,
1509         [ have_lua=yes ],
1510         [
1511           AC_MSG_WARN([${LUA_PKG_ERRORS}, trying manual detection instead])
1512           have_lua=yes
1513           AC_CHECK_HEADERS([lua.h lauxlib.h lualib.h],
1514             [],
1515             [ have_lua=no ] )
1516           AC_CHECK_LIB(  lua5.2 , luaL_newstate,
1517             [LUA_LIBS="-llua5.2"],
1518           AC_CHECK_LIB( lua5.1 , luaL_newstate,
1519             [LUA_LIBS="-llua5.1"],
1520             AC_CHECK_LIB( lua51 , luaL_newstate,
1521               [LUA_LIBS="-llua51"],
1522               AC_CHECK_LIB( lua , luaL_newstate,
1523                 [LUA_LIBS="-llua"],
1524                 [ have_lua=no
1525                 ], [-lm])
1526             )))
1527         ])
1528       ])
1529     ])
1530   if test "x${have_lua}" != "xyes" ;  then
1531       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.])
1532   fi
1533   AC_ARG_VAR([LUAC], [LUA byte compiler])
1534   AC_PATH_PROGS(LUAC,[${LUAC} luac], [false])
1535   AS_IF([test "${LUAC}" = "false"], [
1536     AC_MSG_ERROR([Could not find the LUA byte compiler.])
1537   ])
1538   AS_IF([test -d ${CONTRIB_DIR} -a -f ${CONTRIB_DIR}/lib/liblua.a -a `echo|${LUAC} -o - -|od -j 8 -N 2 -t x2|head -n 1|cut -d' ' -f2` != 0404], [
1539     AC_MSG_ERROR([You need 32-bits luac when using using lua from contrib.])
1540   ])
1541 fi
1542 AM_CONDITIONAL(BUILD_LUA, [test "${have_lua}" = "yes"])
1543
1544
1545 dnl
1546 dnl HTTP daemon
1547 dnl
1548 AC_ARG_ENABLE(httpd,
1549   [AS_HELP_STRING([--disable-httpd],
1550     [disable the built-in HTTP server (default enabled)])])
1551 if test "${enable_httpd}" != "no"
1552 then
1553   AC_DEFINE(ENABLE_HTTPD, 1, Define if you want the HTTP daemon support)
1554 fi
1555 AM_CONDITIONAL(BUILD_HTTPD, [test "${enable_httpd}" != "no"])
1556
1557
1558 dnl
1559 dnl VideoLAN manager
1560 dnl
1561 AC_ARG_ENABLE(vlm,
1562   [AS_HELP_STRING([--disable-vlm],
1563     [disable the stream manager (default enabled)])],,
1564   [enable_vlm="${enable_sout}"])
1565 AS_IF([test "${enable_vlm}" != "no"], [
1566   AS_IF([test "${enable_sout}" = "no"], [
1567     AC_MSG_ERROR([VLM requires the stream output. Do not use --disable-sout.])
1568   ])
1569   AC_DEFINE(ENABLE_VLM, 1, [Define if you want the VideoLAN manager support])
1570 ])
1571 AM_CONDITIONAL([ENABLE_VLM], [test "${enable_vlm}" != "no"])
1572
1573
1574 dnl
1575 dnl  Input plugins
1576 dnl
1577
1578 EXTEND_HELP_STRING([Input plugins:])
1579
1580 dnl
1581 dnl  live555 input
1582 dnl
1583 AC_ARG_ENABLE(live555,
1584   [AS_HELP_STRING([--enable-live555],
1585     [enable RTSP input through live555 (default enabled)])])
1586
1587 AS_IF([test "${enable_live555}" != "no" -a -n "${CXX}"], [
1588   PKG_CHECK_MODULES(LIVE555, live555, [
1589     VLC_ADD_PLUGIN([live555])
1590     VLC_ADD_CXXFLAGS([live555], [$LIVE555_CFLAGS])
1591     VLC_ADD_LIBS([live555],[$LIVE555_LIBS])
1592   ], [
1593     AC_MSG_WARN([${LIVE555_PKG_ERRORS}.])
1594
1595     AC_LANG_PUSH(C++)
1596     VLC_SAVE_FLAGS
1597
1598     dnl detect include paths
1599     AS_IF([test -f "${CONTRIB_DIR}/include/UsageEnvironment.hh"], [
1600       CPPFLAGS_live555="-I${CONTRIB_DIR}/include/liveMedia -I${CONTRIB_DIR}/include/groupsock -I${CONTRIB_DIR}/include/BasicUsageEnvironment -I${CONTRIB_DIR}/include/UsageEnvironment"
1601     ], [
1602       AS_IF([test "${SYS}" != "os2"], [
1603         LIVE555_PREFIX=${LIVE555_PREFIX-"/usr"}
1604         CPPFLAGS_live555="-I${LIVE555_PREFIX}/include/liveMedia -I${LIVE555_PREFIX}/include/groupsock -I${LIVE555_PREFIX}/include/BasicUsageEnvironment -I${LIVE555_PREFIX}/include/UsageEnvironment"
1605       ], [
1606         LIVE555_PREFIX=${LIVE555_PREFIX-"/usr/lib/live"}
1607         CPPFLAGS_live555="-I${LIVE555_PREFIX}/liveMedia/include -I${LIVE555_PREFIX}/groupsock/include -I${LIVE555_PREFIX}/BasicUsageEnvironment/include -I${LIVE555_PREFIX}/UsageEnvironment/include"
1608         LDFLAGS_live555="-L${LIVE555_PREFIX}/liveMedia -L${LIVE555_PREFIX}/groupsock -L${LIVE555_PREFIX}/BasicUsageEnvironment -L${LIVE555_PREFIX}/UsageEnvironment"
1609       ])
1610     ])
1611
1612     dnl CPP Flags
1613     AS_IF([test "${SYS}" = "solaris"], [
1614       CPPFLAGS_live555="${CPPFLAGS_live555} -DSOLARIS"
1615     ])
1616     CPPFLAGS="${CPPFLAGS} ${CPPFLAGS_live555}"
1617     LDFLAGS="${LDFLAGS} ${LDFLAGS_live555}"
1618
1619     dnl version check
1620     AC_CACHE_CHECK([for live555 version 1324598400 or later], [ac_cv_live555], [
1621       AC_PREPROC_IFELSE([AC_LANG_PROGRAM([
1622 [#include <liveMedia_version.hh>
1623 #if !defined (LIVEMEDIA_LIBRARY_VERSION_INT) || (LIVEMEDIA_LIBRARY_VERSION_INT < 1324598400)
1624 # error BOOM
1625 #endif]])
1626       ], [
1627         ac_cv_live555="yes"
1628       ], [
1629         ac_cv_live555="no"
1630       ])
1631     ])
1632
1633     AS_IF([test "$ac_cv_live555" = "no"], [
1634       AC_MSG_WARN([live555 is missing or its installed version is too old:
1635 Version 2011.12.23 or later is required to proceed.
1636 You can get an updated one from http://www.live555.com/liveMedia .])
1637       AS_IF([test -n "${enable_live555}"], [
1638         AC_MSG_ERROR([Update live555 or pass --disable-live555 to disable RTSP input support.])
1639       ])
1640     ], [
1641       other_libs="-lgroupsock -lBasicUsageEnvironment -lUsageEnvironment"
1642       other_libs_pic="-lgroupsock_pic -lBasicUsageEnvironment_pic -lUsageEnvironment_pic"
1643       AS_IF([test "${SYS}" = "mingw32"], [
1644         # add ws2_32 for closesocket, select, recv
1645         other_libs="$other_libs -lws2_32"
1646       ])
1647
1648       dnl We need to check for pic because live555 don't provide shared libs
1649       dnl and we want to build a plugins so we need -fPIC on some arch.
1650       VLC_ADD_CXXFLAGS([live555], [${CPPFLAGS_live555}])
1651       VLC_ADD_LDFLAGS([live555], [${LDFLAGS_live555}])
1652       AC_CHECK_LIB(liveMedia_pic, main, [
1653         VLC_ADD_PLUGIN([live555])
1654         VLC_ADD_LIBS([live555], [-lliveMedia_pic ${other_libs_pic}])
1655       ],[
1656         AC_CHECK_LIB(liveMedia, main, [
1657           VLC_ADD_PLUGIN([live555])
1658           VLC_ADD_LIBS([live555], [-lliveMedia ${other_libs}])
1659         ],[],[${other_libs}])
1660       ],[${other_libs_pic}])
1661     ])
1662     VLC_RESTORE_FLAGS
1663     AC_LANG_POP(C++)
1664   ])
1665 ])
1666
1667 dnl
1668 dnl IIDC and DV FireWire input modules
1669 dnl
1670 PKG_ENABLE_MODULES_VLC([DC1394], [], [libdc1394-2 >= 2.1.0], [IIDC FireWire input module], [auto])
1671 PKG_ENABLE_MODULES_VLC([DV1394], [], [libraw1394 >= 2.0.1 libavc1394 >= 0.5.3], [DV FireWire input module], [auto])
1672
1673 dnl
1674 dnl - linsys modules: access module check for libzvbi
1675 dnl
1676 AC_ARG_ENABLE(linsys,
1677   [AS_HELP_STRING([--enable-linsys],
1678     [Linux Linear Systems Ltd. SDI and HD-SDI input cards (default enabled)])])
1679 AS_IF([test "$SYS" = "linux" -a "${enable_linsys}" != "no"], [
1680   VLC_ADD_PLUGIN([linsys_hdsdi])
1681   PKG_CHECK_MODULES(LINSYS_SDI, [zvbi-0.2 >= 0.2.28], [
1682     VLC_ADD_PLUGIN([linsys_sdi])
1683   ], [
1684     AC_MSG_WARN([${LINSYS_SDI_PKG_ERRORS}.])
1685   ])
1686 ])
1687
1688 dnl
1689 dnl dvdread module: check for libdvdread
1690 dnl
1691 PKG_ENABLE_MODULES_VLC([DVDREAD], [], [dvdread], [dvdread input module], [auto])
1692
1693 dnl
1694 dnl libdvdnav plugin
1695 dnl
1696 AC_ARG_ENABLE(dvdnav,
1697   [AS_HELP_STRING([--disable-dvdnav],
1698     [disable DVD navigation with libdvdnav (default auto)])])
1699 AS_IF([test "${enable_dvdnav}" != "no"], [
1700   PKG_CHECK_MODULES(DVDNAV, dvdnav, [
1701     VLC_ADD_PLUGIN([dvdnav])
1702     AC_CHECK_LIB(dvdnav, dvdnav_get_video_resolution,
1703       AC_DEFINE(HAVE_DVDNAV_GET_VIDEO_RESOLUTION, 1, [Define if you have dvdnav_get_video_resolution.]),
1704         [], [${LIBS_dvdnav}])
1705     AC_CHECK_LIB(dvdnav, dvdnav_describe_title_chapters,
1706       AC_DEFINE(HAVE_DVDNAV_DESCRIBE_TITLE_CHAPTERS, 1, [Define if you have dvdnav_describe_title_chapters.]),
1707         [], [${LIBS_dvdnav}])],
1708       [AC_MSG_WARN([${DVDNAV_PKG_ERRORS}.])])
1709 ])
1710
1711 dnl
1712 dnl  Blu-ray Disc Support with libbluray
1713 dnl
1714 PKG_ENABLE_MODULES_VLC([BLURAY], [libbluray], [libbluray >= 0.2.1], (libbluray for Blu-ray disc support ) )
1715
1716 dnl
1717 dnl  OpenCV wrapper and example filters
1718 dnl
1719 PKG_ENABLE_MODULES_VLC([OPENCV], [opencv_example opencv_wrapper], [opencv > 2.0], (OpenCV (computer vision) filter), [auto])
1720
1721
1722 dnl
1723 dnl  libsmbclient plugin
1724 dnl
1725 PKG_ENABLE_MODULES_VLC([SMBCLIENT], [smb], [smbclient], (SMB/CIFS support), [auto])
1726 AS_IF([test "${SYS}" = "mingw32"], [ VLC_ADD_PLUGIN([access_smb]) ])
1727
1728
1729 dnl
1730 dnl sftp access support
1731 dnl
1732 PKG_ENABLE_MODULES_VLC([SFTP], [access_sftp], [libssh2], (support SFTP file transfer via libssh2), [auto])
1733
1734 dnl
1735 dnl  Video4Linux 2
1736 dnl
1737 AC_ARG_ENABLE(v4l2, [AS_HELP_STRING([--disable-v4l2],
1738   [disable Video4Linux version 2 (default auto)])])
1739 have_v4l2="no"
1740 AS_IF([test "$enable_v4l2" != "no"], [
1741   AC_CHECK_HEADERS([linux/videodev2.h sys/videoio.h], [
1742     have_v4l2="yes"
1743   ])
1744 ])
1745 AM_CONDITIONAL(HAVE_V4L2, [test "${have_v4l2}" != "no"])
1746
1747 dnl
1748 dnl special access module for Blackmagic SDI cards
1749 dnl
1750 AC_ARG_ENABLE(decklink,
1751   [AS_HELP_STRING([--disable-decklink],
1752     [disable Blackmagic DeckLink SDI input (default auto)])])
1753 AC_ARG_WITH(decklink_sdk,
1754   [AS_HELP_STRING[--with-decklink-sdk=DIR],
1755     [                        location of Blackmagic DeckLink SDI SDK])])
1756 have_decklink=no
1757 if test "${enable_decklink}" != "no"
1758 then
1759   if test "${with_decklink_sdk}" != "no" -a -n "${with_decklink_sdk}"
1760   then
1761     VLC_ADD_CPPFLAGS([decklink decklinkoutput],[-I${with_decklink_sdk}/include])
1762   fi
1763   VLC_SAVE_FLAGS
1764   CPPFLAGS="${CPPFLAGS} ${CPPFLAGS_decklink}"
1765   AC_LANG_PUSH(C++)
1766   AC_CHECK_HEADERS(DeckLinkAPIDispatch.cpp, [
1767       have_decklink=yes
1768   ], [
1769       AC_MSG_WARN(Blackmagic DeckLink SDI include files not found, decklink disabled)
1770   ])
1771   AC_LANG_POP(C++)
1772   VLC_RESTORE_FLAGS
1773 fi
1774 AM_CONDITIONAL(HAVE_DECKLINK, [ test "${have_decklink}" != "no" ])
1775
1776
1777 dnl
1778 dnl  gnomeVFS access module
1779 dnl
1780 PKG_ENABLE_MODULES_VLC([GNOMEVFS], [gnomevfs], [gnome-vfs-2.0], [GnomeVFS access module], [auto])
1781
1782 dnl
1783 dnl  VCDX modules
1784 dnl
1785 PKG_ENABLE_MODULES_VLC([VCDX], [vcdx], [libcdio >= 0.78.2 libiso9660 >= 0.72 libvcdinfo >= 0.7.22], [navigate VCD with libvcdinfo], [no])
1786
1787 dnl
1788 dnl  Built-in CD-DA and VCD module
1789 dnl
1790 AC_ARG_ENABLE(vcd,
1791   [AS_HELP_STRING([--disable-vcd],
1792     [disable built-in VCD and CD-DA support (default enabled)])])
1793
1794 AC_ARG_ENABLE(libcddb,
1795   [AS_HELP_STRING([--disable-libcddb],
1796     [disable CDDB for Audio CD (default enabled)])])
1797
1798 if test "${enable_vcd}" != "no"
1799 then
1800   AC_MSG_CHECKING(for cdrom_msf0 in linux/cdrom.h)
1801   AC_EGREP_HEADER(cdrom_msf0,linux/cdrom.h,[
1802     AC_MSG_RESULT(yes)
1803     VLC_ADD_PLUGIN([vcd cdda])
1804   ],[
1805     AC_MSG_RESULT(no)
1806   ])
1807
1808   AC_MSG_CHECKING(for scsireq in sys/scsiio.h)
1809   AC_EGREP_HEADER(scsireq,sys/scsiio.h,[
1810     AC_MSG_RESULT(yes)
1811     VLC_ADD_PLUGIN([vcd cdda])
1812     AC_DEFINE(HAVE_SCSIREQ_IN_SYS_SCSIIO_H, 1, For NetBSD VCD support)
1813   ],[
1814     AC_MSG_RESULT(no)
1815   ])
1816
1817   AC_MSG_CHECKING(for ioc_toc_header in sys/cdio.h)
1818   AC_EGREP_HEADER(ioc_toc_header ,sys/cdio.h,[
1819     AC_MSG_RESULT(yes)
1820     VLC_ADD_PLUGIN([vcd cdda])
1821     AC_DEFINE(HAVE_IOC_TOC_HEADER_IN_SYS_CDIO_H, 1, For FreeBSD VCD support)
1822   ],[
1823     AC_MSG_RESULT(no)
1824   ])
1825
1826   if test "${SYS}" = "bsdi" -o "${SYS}" = "mingw32" -o "${SYS}" = "os2" -o "${SYS}" = "darwin"
1827   then
1828     VLC_ADD_PLUGIN([vcd cdda])
1829   fi
1830
1831   if test "$enable_libcddb" != "no"; then
1832     PKG_CHECK_MODULES(LIBCDDB, [libcddb >= 0.9.5], [
1833       HAVE_LIBCDDB=yes
1834       AC_DEFINE(HAVE_LIBCDDB, 1, [Define this if you have libcddb installed])
1835       VLC_ADD_LIBS([cdda],[$LIBCDDB_LIBS])
1836       VLC_ADD_CFLAGS([cdda],[$LIBCDDB_CFLAGS])
1837       ],:
1838       [AC_MSG_WARN([${LIBCDDB_PKG_ERRORS}: CDDB access disabled.])
1839       HAVE_LIBCDDB=no])
1840   fi
1841 fi
1842
1843 dnl
1844 dnl Linux DVB
1845 dnl
1846 AC_CACHE_CHECK([for Linux DVB version 5.1], [ac_cv_linux_dvb_5_1], [
1847   AC_PREPROC_IFELSE([AC_LANG_PROGRAM([
1848 [#include <linux/dvb/version.h>
1849 #if (DVB_API_VERSION < 5)
1850 # error Linux DVB API v3.2 and older are not supported.
1851 #endif
1852 #if (DVB_API_VERSION == 5 && DVB_API_VERSION_MINOR < 1)
1853 # error Linux DVB API v5.0 is unsupported. Please update.
1854 #endif
1855 ]])], [
1856   ac_cv_linux_dvb_5_1=yes
1857 ], [
1858   ac_cv_linux_dvb_5_1=no
1859 ])])
1860 AM_CONDITIONAL([HAVE_LINUX_DVB], [test "$ac_cv_linux_dvb_5_1" = "yes"])
1861
1862 dnl
1863 dnl  Screen capture module
1864 dnl
1865 AC_ARG_ENABLE(screen,
1866   [AS_HELP_STRING([--enable-screen],
1867     [disable screen capture (default enabled)])])
1868 if test "${enable_screen}" != "no"; then
1869   if test "${SYS}" = "darwin"; then
1870     AC_CHECK_HEADERS(ApplicationServices/ApplicationServices.h, [
1871       VLC_ADD_PLUGIN([screen])
1872     ])
1873   fi
1874 fi
1875 AM_CONDITIONAL(HAVE_MAC_SCREEN, [test "${SYS}" = "darwin" -a "x${enable_screen}" != "xno"])
1876
1877 dnl
1878 dnl  VNC/RFB access module
1879 dnl
1880 PKG_ENABLE_MODULES_VLC([VNC], [vnc], [libvncclient >= 0.9.9], (VNC/rfb client support), [auto])
1881
1882 dnl  RDP/Remote Desktop access module
1883 dnl
1884 PKG_ENABLE_MODULES_VLC([FREERDP], [rdp], [freerdp >= 1.0.1], (RDP/Remote Desktop client support) )
1885
1886 dnl
1887 dnl  Real RTSP plugin
1888 dnl
1889 AC_ARG_ENABLE(realrtsp,
1890   [  --enable-realrtsp       Real RTSP module (default disabled)])
1891 if test "${enable_realrtsp}" = "yes"; then
1892   VLC_ADD_PLUGIN([access_realrtsp])
1893 fi
1894
1895 dnl
1896 dnl MacOS eyeTV
1897 AC_ARG_ENABLE(macosx-eyetv,
1898   [  --enable-macosx-eyetv   Mac OS X EyeTV (TNT Tuner) module (default enabled on Mac OS X)])
1899 if test "x${enable_macosx_eyetv}" != "xno" &&
1900   (test "${SYS}" = "darwin" || test "${enable_macosx_eyetv}" = "yes")
1901 then
1902   VLC_ADD_PLUGIN([access_eyetv])
1903 fi
1904
1905 dnl
1906 dnl QTKit
1907 AC_ARG_ENABLE(macosx-qtkit,
1908   [  --enable-macosx-qtkit Mac OS X qtcapture (video) and qtsound (audio) module (default enabled on Mac OS X)])
1909 if test "x${enable_macosx_qtkit}" != "xno" &&
1910   (test "${SYS}" = "darwin" || test "${enable_macosx_qtkit}" = "yes")
1911 then
1912   VLC_ADD_PLUGIN([qtcapture])
1913   VLC_ADD_PLUGIN([qtsound])
1914 fi
1915 AM_CONDITIONAL(HAVE_QTKIT, [test "${SYS}" = "darwin" -a "x${enable_macosx_qtkit}" != "xno"])
1916
1917 dnl
1918 dnl AVFoundation
1919 AC_SUBST(have_avfoundation, ["no"])
1920 AC_ARG_ENABLE(macosx-avfoundation,
1921   [  --enable-macosx-avfoundation Mac OS X avcapture (video) module (default enabled on Mac OS X)])
1922 if test "x${enable_macosx_avfoundation}" != "xno" &&
1923   (test "${SYS}" = "darwin" || test "${enable_macosx_avfoundation}" = "yes")
1924 then
1925   SAVED_LIBS="${LIBS}"
1926   LIBS="-framework AVFoundation"
1927   AC_LINK_IFELSE([AC_LANG_PROGRAM([[]], [])],[have_avfoundation=yes],[have_avfoundation=no])
1928   LIBS="${SAVED_LIBS}"
1929   if test "${have_avfoundation}" != "no"
1930   then
1931     VLC_ADD_PLUGIN([avcapture])
1932   fi
1933 fi
1934 AM_CONDITIONAL(HAVE_AVFOUNDATION, [test "${have_avfoundation}" != "no"])
1935
1936 dnl
1937 dnl  Demux plugins
1938 dnl
1939
1940 EXTEND_HELP_STRING([Mux/Demux plugins:])
1941
1942 dnl
1943 dnl  libdvbpsi check for ts mux/demux
1944 dnl
1945 have_dvbpsi="no"
1946 PKG_WITH_MODULES([DVBPSI], [libdvbpsi], [have_dvbpsi="yes"])
1947 AM_CONDITIONAL(HAVE_DVBPSI, [test "${have_dvbpsi}" = "yes"])
1948
1949
1950 dnl
1951 dnl  GME demux plugin
1952 dnl
1953 AC_ARG_ENABLE(gme,
1954   [AS_HELP_STRING([--enable-gme],
1955     [use Game Music Emu (default auto)])])
1956 AS_IF([test "${enable_gme}" != "no"], [
1957   AC_CHECK_HEADER([gme/gme.h], [
1958     VLC_ADD_LIBS([gme], [-lgme])
1959     VLC_ADD_PLUGIN([gme])
1960   ], [
1961     AS_IF([test "x${enable_gme}" != "x"], [
1962       AC_MSG_ERROR([GME cannot be found. Please install the development files.])
1963     ])
1964   ])
1965 ])
1966
1967
1968 dnl
1969 dnl  SIDPlay plugin
1970 dnl
1971 AC_ARG_ENABLE(sid,
1972     [AS_HELP_STRING([--enable-sid],[C64 sid demux support (default auto)])])
1973 AS_IF([test "${enable_sid}" != "no"], [
1974     PKG_CHECK_MODULES(SID, [libsidplay2], [
1975         AC_LANG_PUSH(C++)
1976         oldCPPFLAGS="$CPPFLAGS"
1977         CPPFLAGS="$CPPFLAGS $SID_CFLAGS"
1978         AC_CHECK_HEADER([sidplay/builders/resid.h], [
1979             VLC_ADD_PLUGIN([sid])
1980             VLC_ADD_CFLAGS([sid], [$SID_CFLAGS])
1981             VLC_ADD_LIBS([sid], [$SID_LIBS] [-lresid-builder])
1982         ], [
1983             AS_IF([test -n "${enable_sid}"],
1984                 [AC_MSG_ERROR([${SID_PKG_ERRORS} (required for sid).])],
1985                 [AC_MSG_WARN([${SID_PKG_ERRORS} (required for sid).])]
1986                 )
1987         ])
1988         CPPFLAGS="$oldCPPFLAGS"
1989         AC_LANG_POP(C++)
1990     ], [
1991         AS_IF([test "x${enable_sid}" = "xyes"],
1992             [AC_MSG_ERROR([${SID_PKG_ERRORS} (required for sid).])],
1993             [AC_MSG_WARN([${SID_PKG_ERRORS} (required for sid).])]
1994             )
1995     ])
1996 ])
1997
1998
1999 dnl
2000 dnl  ogg demux plugin
2001 dnl
2002 PKG_ENABLE_MODULES_VLC([OGG], [], [ogg >= 1.0], [Ogg demux support], [auto])
2003 if test "${enable_sout}" != "no"; then
2004     PKG_ENABLE_MODULES_VLC([MUX_OGG], [], [ogg >= 1.0], [Ogg mux support], [auto])
2005 dnl Check for libshout
2006     PKG_ENABLE_MODULES_VLC([SHOUT], [access_output_shout], [shout >= 2.1], [libshout output plugin], [auto])
2007 fi
2008
2009 dnl
2010 dnl  matroska demux plugin
2011 dnl
2012 AC_ARG_ENABLE(mkv,
2013   [AS_HELP_STRING([--disable-mkv],
2014     [do not use libmatroska (default auto)])])
2015 if test "${enable_mkv}" != "no" -a "${CXX}" != ""; then
2016   AC_LANG_PUSH(C++)
2017   AC_CHECK_HEADERS(ebml/EbmlVersion.h, [
2018     AC_MSG_CHECKING(for libebml version >= 1.0.0)
2019     AC_EGREP_CPP(yes,
2020       [#include <ebml/EbmlVersion.h>
2021        #ifdef LIBEBML_VERSION
2022        #if LIBEBML_VERSION >= 0x010000
2023        yes
2024        #endif
2025        #endif],
2026       [AC_MSG_RESULT([yes])
2027         AC_CHECK_HEADERS(matroska/KaxVersion.h, [
2028           AC_MSG_CHECKING(for libmatroska version >= 1.0.0)
2029           AC_EGREP_CPP(yes,
2030             [#include <matroska/KaxVersion.h>
2031              #ifdef LIBMATROSKA_VERSION
2032              #if LIBMATROSKA_VERSION >= 0x010000
2033              yes
2034              #endif
2035              #endif],
2036             [AC_MSG_RESULT([yes])
2037               AC_CHECK_HEADERS(matroska/KaxAttachments.h)
2038               AC_CHECK_LIB(ebml_pic, main, [
2039                 VLC_ADD_PLUGIN([mkv])
2040                 VLC_ADD_LIBS([mkv],[-lmatroska -lebml_pic])
2041               ],[
2042                 AC_CHECK_LIB(ebml, main, [
2043                   VLC_ADD_PLUGIN([mkv])
2044                   VLC_ADD_LIBS([mkv],[-lmatroska -lebml])
2045                 ])
2046               ])
2047             ], [
2048               AC_MSG_RESULT([no])
2049               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.])
2050           ])
2051         ])
2052       ],
2053       [AC_MSG_RESULT([no])
2054         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.])
2055     ])
2056   ])
2057   AC_LANG_POP(C++)
2058 fi
2059
2060 dnl
2061 dnl  modplug demux plugin
2062 dnl
2063 AC_ARG_ENABLE(mod,
2064   [AS_HELP_STRING([--disable-mod],
2065     [do not use libmodplug (default auto)])])
2066 if test "${enable_mod}" != "no" ; then
2067     PKG_CHECK_MODULES(LIBMODPLUG, [libmodplug >= 0.8.4 libmodplug != 0.8.8], [
2068           VLC_ADD_PLUGIN([mod])
2069           VLC_ADD_CXXFLAGS([mod],[$LIBMODPLUG_CFLAGS])
2070           VLC_ADD_LIBS([mod],[$LIBMODPLUG_LIBS])
2071     ],[
2072        AS_IF([test -n "${enable_mod}"],
2073          [AC_MSG_ERROR([${LIBMODPLUG_PKG_ERRORS}.])],
2074          [AC_MSG_WARN([${LIBMODPLUG_PKG_ERRORS}.])])
2075     ])
2076 fi
2077
2078 dnl
2079 dnl  mpc demux plugin
2080 dnl
2081 AC_ARG_ENABLE(mpc,
2082   [AS_HELP_STRING([--disable-mpc], [do not use libmpcdec (default auto)])])
2083 if test "${enable_mpc}" != "no"
2084 then
2085   AC_CHECK_HEADERS([mpc/mpcdec.h], [
2086     VLC_ADD_PLUGIN([mpc])
2087     VLC_ADD_LIBS([mpc],[-lmpcdec])],
2088     [AC_CHECK_HEADERS([mpcdec/mpcdec.h], [
2089     VLC_ADD_PLUGIN([mpc])
2090     VLC_ADD_LIBS([mpc],[-lmpcdec])])])
2091 fi
2092
2093 dnl
2094 dnl  Codec plugins
2095 dnl
2096
2097 EXTEND_HELP_STRING([Codec plugins:])
2098
2099 dnl
2100 dnl wmafixed plugin
2101 dnl
2102 AC_ARG_ENABLE(wma-fixed,
2103   [  --enable-wma-fixed      libwma-fixed module (default disabled)])
2104 if test "${enable_wma_fixed}" = "yes"
2105 then
2106   VLC_ADD_PLUGIN([wma_fixed])
2107 fi
2108
2109 dnl
2110 dnl shine fixed point mp3 encoder
2111 dnl
2112 AC_ARG_ENABLE(shine,
2113   [  --enable-shine          shine mp3 encoding module (default disabled)])
2114 if test "${enable_shine}" = "yes"
2115 then
2116   VLC_ADD_PLUGIN([shine])
2117 fi
2118
2119 dnl
2120 dnl openmax il codec plugin
2121 dnl
2122 AC_ARG_ENABLE(omxil,
2123   [  --enable-omxil          openmax il codec module (default disabled)])
2124 if test "${enable_omxil}" = "yes"
2125 then
2126   VLC_ADD_PLUGIN([omxil])
2127 fi
2128
2129 dnl
2130 dnl openmax il vout plugin
2131 dnl
2132 AC_ARG_ENABLE(omxil-vout,
2133   [  --enable-omxil-vout     openmax il video output module (default disabled)])
2134 if test "${enable_omxil_vout}" = "yes"
2135 then
2136   VLC_ADD_PLUGIN([omxil_vout])
2137 fi
2138
2139 dnl
2140 dnl raspberry pi openmax il configuration
2141 dnl
2142 AC_ARG_ENABLE(rpi-omxil,
2143   [  --enable-rpi-omxil     openmax il configured for raspberry pi (default disabled)])
2144 if test "${enable_rpi_omxil}" = "yes"
2145 then
2146   VLC_ADD_PLUGIN([omxil omxil_vout])
2147   VLC_ADD_CFLAGS([omxil omxil_vout],[-DRPI_OMX])
2148 fi
2149
2150 dnl
2151 dnl CrystalHD codec plugin
2152 dnl
2153 AC_ARG_ENABLE(crystalhd,
2154   [  --enable-crystalhd      crystalhd codec plugin (default auto)])
2155 if test "${enable_crystalhd}" != "no"; then
2156     AC_CHECK_HEADER(libcrystalhd/libcrystalhd_if.h, [
2157       VLC_ADD_PLUGIN([crystalhd])
2158       VLC_ADD_LIBS([crystalhd], [-lcrystalhd])
2159     ],[
2160       if test "${SYS}" = "mingw32" ; then
2161         AC_CHECK_HEADERS(libcrystalhd/bc_dts_defs.h, [
2162           VLC_ADD_PLUGIN([crystalhd])
2163           AC_CHECK_HEADERS(libcrystalhd/bc_drv_if.h, [
2164             VLC_ADD_LIBS([crystalhd], [-lbcmDIL])
2165             ])
2166         ],[
2167           AS_IF([test x"${enable_crystalhd}" = "xyes"],
2168                 [AC_MSG_ERROR("Could not find CrystalHD development headers")],
2169                 [AC_MSG_WARN("Could not find CrystalHD development headers")])
2170         ],[#define __LINUX_USER__
2171                #include <libcrystalhd/bc_dts_types.h>
2172         ])
2173       fi
2174     ],[
2175        #include <libcrystalhd/bc_dts_types.h>
2176       ])
2177 fi
2178
2179 dnl
2180 dnl  mad plugin
2181 dnl
2182 AC_ARG_ENABLE(mad,
2183   [  --enable-mad            libmad module (default enabled)])
2184 if test "${enable_mad}" != "no"
2185 then
2186   AC_ARG_WITH(mad,
2187     [  --with-mad=PATH         path to libmad],[],[])
2188   if test "${with_mad}" != "no" -a -n "${with_mad}"
2189   then
2190     VLC_ADD_CPPFLAGS([mpgatofixed32],[-I${with_mad}/include])
2191     VLC_ADD_LIBS([mpgatofixed32],[-L${with_mad}/lib])
2192   fi
2193
2194   AC_ARG_WITH(mad-tree,
2195     [  --with-mad-tree=PATH    mad tree for static linking],[],[])
2196   if test "${with_mad_tree}" != "no" -a -n "${with_mad_tree}"
2197   then
2198     real_mad_tree="`cd ${with_mad_tree} 2>/dev/null && pwd`"
2199     if test -z "${real_mad_tree}"
2200     then
2201       dnl  The given directory can't be found
2202       AC_MSG_RESULT(no)
2203       AC_MSG_ERROR([${with_mad_tree} directory does not exist])
2204     fi
2205     dnl  Use a custom libmad
2206     AC_MSG_CHECKING(for mad.h in ${real_mad_tree})
2207     if test -f ${real_mad_tree}/mad.h
2208     then
2209       AC_MSG_RESULT(yes)
2210       VLC_ADD_CPPFLAGS([mpgatofixed32],[-I${real_mad_tree}])
2211       VLC_ADD_LIBS([mpgatofixed32],[-L${real_mad_tree}/.libs])
2212       VLC_SAVE_FLAGS
2213       LDFLAGS="${LDFLAGS} ${LIBS_mpgatofixed32}"
2214       AC_CHECK_LIB(mad, mad_bit_init, [
2215         VLC_ADD_PLUGIN([mpgatofixed32])
2216         VLC_ADD_LIBS([mpgatofixed32],[-lmad])
2217         ],[ AC_MSG_ERROR([the specified tree has not been compiled ])
2218       ],[])
2219       VLC_RESTORE_FLAGS
2220     else
2221       AC_MSG_RESULT(no)
2222       AC_MSG_ERROR([the specified tree does not have mad.h])
2223     fi
2224   else
2225     VLC_SAVE_FLAGS
2226     CPPFLAGS="${CPPFLAGS} ${CPPFLAGS_mpgatofixed32}"
2227     LDFLAGS="${LDFLAGS} ${LIBS_mpgatofixed32}"
2228     AC_CHECK_HEADERS(mad.h, ,
2229       [ 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.]) ])
2230     AC_CHECK_LIB(mad, mad_bit_init, [
2231       VLC_ADD_PLUGIN([mpgatofixed32])
2232       VLC_ADD_LIBS([mpgatofixed32],[-lmad])],
2233       [ AC_MSG_ERROR([Cannot find libmad library...]) ])
2234     VLC_RESTORE_FLAGS
2235   fi
2236 fi
2237
2238
2239 AC_ARG_ENABLE(merge-ffmpeg,
2240 [  --enable-merge-ffmpeg   merge FFmpeg-based plugins (default disabled)],, [
2241   enable_merge_ffmpeg="no"
2242 ])
2243 AM_CONDITIONAL([MERGE_FFMPEG], [test "$enable_merge_ffmpeg" != "no"])
2244
2245 dnl
2246 dnl  avcodec decoder/encoder plugin
2247 dnl
2248 AC_ARG_ENABLE(avcodec,
2249 [  --enable-avcodec        libavcodec codec (default enabled)])
2250 AS_IF([test "${enable_avcodec}" != "no"], [
2251   PKG_CHECK_MODULES(AVCODEC,[libavcodec >= 53.34.0 libavutil >= 51.22.0], [
2252     dnl PKG_CHECK_EXISTS([libavcodec < 56],, [
2253     dnl   AC_MSG_ERROR([libavcodec versions 56 and later are not supported yet.])
2254     dnl ])
2255     VLC_SAVE_FLAGS
2256     CPPFLAGS="${CPPFLAGS} ${AVCODEC_CFLAGS}"
2257     CFLAGS="${CFLAGS} ${AVCODEC_CFLAGS}"
2258     AC_CHECK_HEADERS(libavcodec/avcodec.h)
2259     AC_CHECK_HEADERS(libavutil/avutil.h)
2260     VLC_RESTORE_FLAGS
2261     have_avcodec="yes"
2262   ],[
2263     AC_MSG_ERROR([${AVCODEC_PKG_ERRORS}. Pass --disable-avcodec to ignore this error.])
2264   ])
2265 ], [
2266   have_avcodec="no"
2267 ])
2268 AM_CONDITIONAL([HAVE_AVCODEC], [test "${have_avcodec}" != "no"])
2269
2270 dnl
2271 dnl libva needs avcodec
2272 dnl
2273 AC_ARG_ENABLE(libva,
2274   [  --enable-libva          VAAPI GPU decoding support (libVA) (default auto)])
2275
2276 AS_IF([test "${enable_libva}" = "yes" -a "${have_avcodec}" != "yes" ], [
2277   AC_MSG_ERROR([--enable-libva and --disable-avcodec options are mutually exclusive. Use --enable-avcodec.])
2278 ])
2279 have_avcodec_vaapi="no"
2280 AS_IF([test "${enable_libva}" != "no" -a "${have_avcodec}" = "yes"], [
2281   PKG_CHECK_MODULES(LIBVA, [libva libva-x11], [
2282     VLC_SAVE_FLAGS
2283     CPPFLAGS="${CPPFLAGS} ${AVCODEC_CFLAGS}"
2284     CFLAGS="${CFLAGS} ${AVCODEC_CFLAGS}"
2285     AC_CHECK_HEADERS(libavcodec/vaapi.h, [
2286       AC_MSG_NOTICE([VAAPI acceleration activated])
2287       have_avcodec_vaapi="yes"
2288     ],[
2289       AS_IF([test -n "${enable_libva}"], [
2290         AC_MSG_ERROR([libva is present but libavcodec/vaapi.h is missing])
2291       ], [
2292         AC_MSG_WARN([libva is present but libavcodec/vaapi.h is missing ])
2293       ])
2294     ])
2295     VLC_RESTORE_FLAGS
2296   ],[
2297     AS_IF([test -n "${enable_libva}"], [
2298       AC_MSG_ERROR([${LIBVA_PKG_ERRORS}.])
2299     ], [
2300       AC_MSG_WARN([${LIBVA_PKG_ERRORS}.])
2301     ])
2302   ])
2303 ])
2304 AM_CONDITIONAL([HAVE_AVCODEC_VAAPI], [test "${have_avcodec_vaapi}" = "yes"])
2305
2306 dnl
2307 dnl dxva2 needs avcodec
2308 dnl
2309 AC_ARG_ENABLE(dxva2,
2310   [  --enable-dxva2          DxVA2 GPU decoding support (default auto)])
2311
2312 have_avcodec_dxva2="no"
2313 AS_IF([test "${enable_dxva2}" != "no"], [
2314   if test "${SYS}" = "mingw32"; then
2315   AS_IF([test "x${have_avcodec}" = "xyes"], [
2316     AC_CHECK_HEADERS(dxva2api.h,
2317       [
2318         AC_CHECK_HEADERS(libavcodec/dxva2.h, [
2319            AC_MSG_NOTICE([DxVA2 acceleration activated])
2320            have_avcodec_dxva2="yes"
2321         ],[
2322     AS_IF([test "${enable_dxva2}" = "yes"],
2323           [AC_MSG_ERROR([dxva2 is present but libavcodec/dxva2.h is missing])],
2324               [AC_MSG_WARN([dxva2 is present but libavcodec/dxva2.h is missing ])])
2325         ], [#undef _WIN32_WINNT
2326             /* DXVA2 is only available in Vista and above */
2327             #define _WIN32_WINNT 0x600])
2328       ],[
2329     AS_IF([test "${enable_dxva2}" = "yes"],
2330               [AC_MSG_ERROR([Could not find required dxva2api.h])],
2331               [AC_MSG_WARN([dxva2api.h not found])])
2332       ])
2333   ],[
2334     AS_IF([test "x${enable_dxva2}" != "x"], [
2335       AC_MSG_ERROR([--enable-dxva2 and --disable-avcodec options are mutually exclusive.])
2336     ])
2337   ])
2338   fi
2339 ])
2340 AM_CONDITIONAL([HAVE_AVCODEC_DXVA2], [test "${have_avcodec_dxva2}" = "yes"])
2341
2342 dnl
2343 dnl vda needs avcodec
2344 dnl
2345 AC_ARG_ENABLE(vda,
2346   [  --enable-vda          VDA  support (default auto)])
2347
2348 have_avcodec_vda="no"
2349 AS_IF([test "${enable_vda}" != "no"], [
2350   if test "${SYS}" = "darwin"; then
2351   AS_IF([test "x${have_avcodec}" = "xyes"], [
2352     AC_CHECK_HEADERS(VideoDecodeAcceleration/VDADecoder.h,
2353     [
2354       PKG_CHECK_EXISTS([libavcodec >= 55.19.0], [
2355         have_avcodec_vda="yes"
2356       ],[
2357         AS_IF([test "${enable_vda}" = "yes"],
2358          [AC_MSG_ERROR([libavcodec >= 55.19.0 is required for VDA decoding])],
2359          [AC_MSG_WARN([libavcodec >= 55.19.0 is required for VDA decoding])])
2360       ])
2361     ],[
2362         AS_IF([test "${enable_vda}" = "yes"],
2363       [AC_MSG_ERROR([Could not find required VideoDecodeAcceleration/VDADecoder.h])],
2364       [AC_MSG_WARN([VideoDecodeAcceleration/VDADecoder.h not found])])
2365     ])
2366   ],[
2367     AS_IF([test "x${enable_vda}" != "x"], [
2368       AC_MSG_ERROR([--enable-vda and --disable-avcodec options are mutually exclusive.])
2369     ])
2370   ])
2371   fi
2372 ])
2373 AM_CONDITIONAL([HAVE_AVCODEC_VDA], [test "${have_avcodec_vda}" = "yes"])
2374
2375 dnl
2376 dnl  avformat demuxer/muxer plugin
2377 dnl
2378
2379 AC_ARG_ENABLE(avformat,
2380 [  --enable-avformat       libavformat containers (default enabled)],, [
2381   enable_avformat="${have_avcodec}"
2382 ])
2383 have_avformat="no"
2384 AS_IF([test "${enable_avformat}" != "no"], [
2385   PKG_CHECK_MODULES(AVFORMAT,[libavformat >= 53.21.0 libavcodec libavutil], [
2386       have_avformat="yes"
2387       VLC_SAVE_FLAGS
2388       CPPFLAGS="${CPPFLAGS} ${AVFORMAT_CFLAGS}"
2389       CFLAGS="${CFLAGS} ${AVFORMAT_CFLAGS}"
2390       AC_CHECK_HEADERS(libavformat/avformat.h libavformat/avio.h)
2391       AC_CHECK_HEADERS(libavutil/avutil.h)
2392       AS_IF([test "$enable_merge_ffmpeg" = "no"], [
2393         have_avformat="no"
2394       ])
2395       VLC_RESTORE_FLAGS
2396     ],[
2397       AC_MSG_ERROR([${AVFORMAT_PKG_ERRORS}. Pass --disable-avformat to ignore this error.])
2398   ])
2399 ])
2400 AM_CONDITIONAL([HAVE_AVFORMAT], [test "${enable_avformat}" != "no"])
2401
2402 dnl
2403 dnl  swscale image scaling and conversion plugin
2404 dnl
2405
2406 AC_ARG_ENABLE(swscale,
2407   AS_HELP_STRING([--enable-swscale],[libswscale image scaling and conversion
2408           (default enabled)]))
2409 if test "${enable_swscale}" != "no"
2410 then
2411   PKG_CHECK_MODULES(SWSCALE,[libswscale],
2412     [
2413       VLC_SAVE_FLAGS
2414       CPPFLAGS="${CPPFLAGS} ${SWSCALE_CFLAGS}"
2415       CFLAGS="${CFLAGS} ${SWSCALE_CFLAGS}"
2416       AC_CHECK_HEADERS(libswscale/swscale.h)
2417       VLC_ADD_PLUGIN([swscale])
2418       VLC_ADD_LIBS([swscale],[$SWSCALE_LIBS])
2419       VLC_ADD_CFLAGS([swscale],[$SWSCALE_CFLAGS])
2420       AS_IF([test -n "${ac_cv_ld_bsymbolic}"], [
2421         VLC_ADD_LIBS([swscale],[${ac_cv_ld_bsymbolic}])
2422       ])
2423       VLC_RESTORE_FLAGS
2424     ],[
2425       AC_MSG_ERROR([${SWSCALE_PKG_ERRORS}. Pass --disable-swscale to ignore this error. Proper software scaling and some video chroma conversion will be missing.])
2426   ])
2427 fi
2428
2429 dnl
2430 dnl  postproc plugin
2431 dnl
2432
2433 AC_ARG_ENABLE(postproc,
2434 [  --enable-postproc       libpostproc image post-processing (default auto)])
2435 if test "${enable_postproc}" != "no"
2436 then
2437   PKG_CHECK_MODULES(POSTPROC,[libpostproc libavutil],
2438     [
2439       VLC_SAVE_FLAGS
2440       CPPFLAGS="${CPPFLAGS} ${POSTPROC_CFLAGS}"
2441       CFLAGS="${CFLAGS} ${POSTPROC_CFLAGS}"
2442       AC_CHECK_HEADERS(postproc/postprocess.h)
2443       VLC_ADD_PLUGIN([postproc])
2444       VLC_ADD_LIBS([postproc],[$POSTPROC_LIBS $AVUTIL_LIBS])
2445       VLC_ADD_CFLAGS([postproc],[$POSTPROC_CFLAGS $AVUTIL_CFLAGS])
2446       VLC_RESTORE_FLAGS
2447     ],[
2448       AC_MSG_WARN([${POSTPROC_PKG_ERRORS}.])
2449   ])
2450 fi
2451
2452 dnl
2453 dnl  faad decoder plugin
2454 dnl
2455 AC_ARG_ENABLE(faad,
2456 [  --enable-faad           faad codec (default auto)])
2457 if test "${enable_faad}" != "no"; then
2458   AC_ARG_WITH(faad-tree,  [  --with-faad-tree=PATH   faad tree for static linking])
2459   if test -n "${with_faad_tree}"; then
2460     AC_MSG_CHECKING(for libfaad.a in ${with_faad_tree})
2461     real_faad_tree="`cd ${with_faad_tree} 2>/dev/null && pwd`"
2462     if test -z "${real_faad_tree}"; then
2463       dnl  The given directory can't be found
2464       AC_MSG_RESULT(no)
2465       AC_MSG_ERROR([cannot cd to ${with_faad_tree}])
2466     fi
2467     if test -f "${real_faad_tree}/libfaad/.libs/libfaad.a"; then
2468       dnl  Use the custom faad
2469       AC_MSG_RESULT(${real_faad_tree}/libfaad/.libs/libfaad.a)
2470       VLC_ADD_PLUGIN([faad])
2471       VLC_ADD_LIBS([faad],[${real_faad_tree}/libfaad/.libs/libfaad.a])
2472       VLC_ADD_CPPFLAGS([faad],[-I${real_faad_tree}/include])
2473     else
2474       dnl  The given libfaad wasn't built
2475       AC_MSG_RESULT(no)
2476       AC_MSG_ERROR([cannot find ${real_faad_tree}/libfaad/.libs/libfaad.a, make sure you compiled libfaad in ${with_faad_tree}])
2477     fi
2478   else
2479     VLC_SAVE_FLAGS
2480     CPPFLAGS="${CPPFLAGS} ${CPPFLAGS_faad}"
2481     LDFLAGS="${LDFLAGS} ${LIBS_faad}"
2482     AC_CHECK_HEADERS(faad.h,
2483       [ AC_CHECK_LIB(faad, faacDecOpen, [
2484           VLC_ADD_PLUGIN([faad])
2485           VLC_ADD_LIBS([faad],[-lfaad]) ], [
2486             AC_CHECK_LIB(faad, NeAACDecOpen, [
2487               VLC_ADD_PLUGIN([faad])
2488               VLC_ADD_LIBS([faad],[-lfaad]) ], [
2489                 AS_IF([test "${enable_faad}" = "yes"],
2490                 [ AC_MSG_ERROR([Cannot find libfaad library...]) ],
2491                 [ AC_MSG_WARN([Cannot find libfaad library...]) ]) ]) ])
2492       ] , [ AS_IF([test "${enable_faad}" = "yes"],
2493         [ AC_MSG_ERROR([Cannot find development headers for libfaad...]) ],
2494         [ AC_MSG_WARN([Cannot find development headers for libfaad...]) ]) ])
2495     VLC_RESTORE_FLAGS
2496   fi
2497 fi
2498
2499 dnl
2500 dnl libvpx decoder plugin
2501 dnl
2502 AC_ARG_ENABLE(vpx,
2503     AS_HELP_STRING([--enable-vpx],[libvpx VP8/VP9 decoder (default auto)]))
2504 AS_IF([test "${enable_vpx}" != "no"],[
2505     PKG_CHECK_MODULES([VPX], [vpx] , [
2506         VLC_ADD_PLUGIN([vpx])
2507         VLC_ADD_CPPFLAGS([vpx], [${VPX_CFLAGS}])
2508         VLC_ADD_LIBS([vpx], [${VPX_LIBS}])
2509         AC_CHECK_LIB([vpx],[vpx_codec_vp9_dx], [
2510             VLC_ADD_CPPFLAGS([vpx], [-DENABLE_VP9_DECODER])
2511         ], [], [${VPX_LIBS}])
2512     ], [
2513     AS_IF([test "${enable_vpx}" = "yes"],[
2514         AC_MSG_ERROR([libvpx was not found])
2515     ])])
2516 ])
2517
2518 dnl
2519 dnl twolame encoder plugin
2520 dnl
2521 PKG_ENABLE_MODULES_VLC([TWOLAME], [], [twolame], [MPEG Audio Layer 2 encoder], [auto], [], [], [ -DLIBTWOLAME_STATIC])
2522
2523 dnl
2524 dnl fdk-aac encoder plugin
2525 dnl
2526 PKG_ENABLE_MODULES_VLC([FDKAAC], [], [fdk-aac], [FDK-AAC encoder], [disabled])
2527
2528 dnl
2529 dnl  QuickTime plugin
2530 dnl
2531 AC_ARG_ENABLE(quicktime,
2532   [  --enable-quicktime      QuickTime module (deprecated)])
2533 if test "${enable_quicktime}" = "yes"; then
2534   if test "${SYS}" = "mingw32"; then
2535     VLC_ADD_PLUGIN([quicktime])
2536   else
2537   AC_CHECK_HEADERS(QuickTime/QuickTime.h,
2538     [ VLC_ADD_PLUGIN([quicktime])
2539       VLC_ADD_LIBS([quicktime],[-Wl,-framework,QuickTime,-framework,Carbon])
2540     ], [ AC_MSG_ERROR([cannot find QuickTime headers]) ])
2541   fi
2542 fi
2543
2544 dnl
2545 dnl A52/AC3 decoder plugin
2546 dnl
2547 AC_ARG_ENABLE(a52,
2548   [  --enable-a52            A/52 support with liba52 (default enabled)])
2549 if test "${enable_a52}" != "no"
2550 then
2551   AC_ARG_WITH(a52,
2552     [  --with-a52=PATH         a52 headers and libraries])
2553   AC_ARG_WITH(a52-tree,
2554     [  --with-a52-tree=PATH    a52dec tree for static linking ],[],[])
2555   if test "${with_a52_tree}" != "no" -a -n "${with_a52_tree}"
2556   then
2557     real_a52_tree="`cd ${with_a52_tree} 2>/dev/null && pwd`"
2558     if test -z "${real_a52_tree}"
2559     then
2560       dnl  The given directory can't be found
2561       AC_MSG_RESULT(no)
2562       AC_MSG_ERROR([${with_a52_tree} directory does not exist])
2563     fi
2564     dnl  Use a custom a52dec
2565     AC_MSG_CHECKING(for a52.h in ${real_a52_tree}/include)
2566     if test -f ${real_a52_tree}/include/a52.h
2567     then
2568       AC_MSG_RESULT(yes)
2569       VLC_ADD_CPPFLAGS([a52tofloat32],[-I${real_a52_tree}])
2570       VLC_ADD_LIBS([a52tofloat32],[-L${real_a52_tree}/liba52/.libs])
2571       VLC_SAVE_FLAGS
2572       LDFLAGS="${LDFLAGS} ${LIBS_a52tofloat32}"
2573       AC_CHECK_LIB(a52, a52_free, [
2574         VLC_ADD_PLUGIN([a52tofloat32])
2575         VLC_ADD_CPPFLAGS([a52tofloat32],[-DUSE_A52DEC_TREE])
2576         VLC_ADD_LIBS([a52tofloat32],[-la52])
2577         ],[
2578         if test -f ${real_a52_tree}/liba52/.libs/liba52.a
2579         then
2580           AC_MSG_ERROR([make sure you have at least a52dec-0.7.3 ($real_a52_tree)])
2581         else
2582           AC_MSG_ERROR([the specified tree has not been compiled])
2583         fi
2584       ])
2585     else
2586       AC_MSG_RESULT(no)
2587       AC_MSG_ERROR([the specified tree does not have a52.h])
2588     fi
2589   else
2590     if test -z "${with_a52}"
2591     then
2592       LDFLAGS_test=""
2593       CPPFLAGS_test=""
2594     else
2595       LDFLAGS_test="-L${with_a52}/lib"
2596       CPPFLAGS_test="-I${with_a52}/include"
2597     fi
2598     VLC_SAVE_FLAGS
2599     CPPFLAGS="${CPPFLAGS} ${CPPFLAGS_test} ${CPPFLAGS_a52tofloat32}"
2600     LDFLAGS="${LDFLAGS} ${LDFLAGS_test} ${LIBS_a52tofloat32}"
2601     AC_CHECK_HEADERS(a52dec/a52.h, [
2602       AC_CHECK_LIB(a52, a52_free, [
2603         VLC_ADD_PLUGIN([a52tofloat32])
2604         VLC_ADD_LIBS([a52tofloat32],[${LDFLAGS_test} -la52])
2605         VLC_ADD_CPPFLAGS([a52tofloat32],[${CPPFLAGS_test}])
2606       ],[
2607         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.])
2608         ], [$LIBM])
2609     ],[
2610       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.])
2611     ])
2612     VLC_RESTORE_FLAGS
2613   fi
2614 fi
2615
2616 dnl
2617 dnl DTS Coherent Acoustics decoder plugin
2618 dnl
2619 PKG_ENABLE_MODULES_VLC([DCA], [dtstofloat32], [libdca >= 0.0.5], [DTS Coherent Acoustics support with libdca], [auto])
2620
2621 dnl
2622 dnl  Flac plugin
2623 dnl
2624 PKG_ENABLE_MODULES_VLC([FLAC], [], [flac], [libflac decoder/encoder support], [auto])
2625
2626 dnl
2627 dnl  Libmpeg2 plugin
2628 dnl
2629 PKG_ENABLE_MODULES_VLC([LIBMPEG2], [], [libmpeg2 > 0.3.2], [libmpeg2 decoder support], [auto])
2630
2631 dnl
2632 dnl  Vorbis plugin
2633 dnl
2634 PKG_ENABLE_MODULES_VLC([VORBIS], [], [ogg vorbis >= 1.1 vorbisenc >= 1.1], [Vorbis decoder and encoder], [auto])
2635
2636 dnl
2637 dnl  Tremor plugin
2638 dnl
2639 AC_ARG_ENABLE(tremor,
2640   [  --enable-tremor         Tremor decoder support (default disabled)])
2641 if test "${enable_tremor}" = "yes"
2642 then
2643   AC_CHECK_HEADERS(tremor/ivorbiscodec.h, [
2644     VLC_ADD_PLUGIN([tremor])
2645    ],[])
2646 fi
2647
2648 dnl
2649 dnl  Speex plugins
2650 dnl
2651 PKG_ENABLE_MODULES_VLC([SPEEX], [], [ogg speex >= 1.0.5], [Speex support], [auto])
2652 have_speexdsp="no"
2653 AS_IF([test "${enable_speex}" != "no"], [
2654   PKG_CHECK_MODULES([SPEEXDSP], [speexdsp], [
2655     have_speexdsp="yes"
2656   ], [
2657     AC_MSG_WARN([${SPEEXDSP_PKG_ERRORS}.])
2658   ])
2659 ])
2660 AM_CONDITIONAL([HAVE_SPEEXDSP], [test "$have_speexdsp" = "yes"])
2661
2662 dnl
2663 dnl  Opus plugin
2664 dnl
2665 PKG_ENABLE_MODULES_VLC([OPUS], [], [ogg opus >= 1.0.3], [Opus support], [auto])
2666
2667 dnl
2668 dnl  theora decoder plugin
2669 dnl
2670 PKG_ENABLE_MODULES_VLC([THEORA], [], [ogg theoradec >= 1.0 theoraenc], [experimental theora codec], [auto])
2671
2672 dnl
2673 dnl  dirac encoder plugin
2674 dnl
2675 PKG_ENABLE_MODULES_VLC([DIRAC], [], [dirac >= 0.10.0], [dirac encoder], [auto])
2676
2677 dnl
2678 dnl  schroedinger decoder plugin (for dirac format video)
2679 dnl
2680 PKG_ENABLE_MODULES_VLC([SCHROEDINGER], [], [schroedinger-1.0 >= 1.0.10], [dirac decoder and encoder using schroedinger], [auto])
2681
2682 dnl
2683 dnl  PNG decoder module
2684 dnl
2685 AC_ARG_ENABLE(png,
2686   [  --enable-png            PNG support (default enabled)])
2687 AS_IF([test "${enable_png}" != "no"], [
2688 AC_CHECK_HEADERS(png.h, [
2689   VLC_SAVE_FLAGS
2690   LDFLAGS="${LDFLAGS} -lz $LIBM"
2691   AC_CHECK_LIB(png, png_set_rows, [
2692     VLC_ADD_PLUGIN([png])
2693   ], [], [-lz $LIBM])
2694   VLC_RESTORE_FLAGS
2695   ])
2696 ])
2697
2698 dnl
2699 dnl H262 encoder plugin (lib262)
2700 dnl
2701 AC_ARG_ENABLE(x262,
2702   [  --enable-x262           H262 encoding support with static libx262 (default disabled)])
2703 if test "${enable_x262}" != "no"; then
2704 AC_ARG_WITH(x262-tree,
2705   [ --with-x262-tree=PATH      H262 encoding module with libx262 (static linking)],[],[])
2706   if test "${with_x262_tree}" != "no" -a -n "${with_x262_tree}"
2707   then
2708     real_x262_tree="̧`cd ${with_x262_tree} 2>/dev/null && pwd`"
2709     if test -z "${real_x262_tree}"
2710     then
2711       AC_MSG_RESULT(no)
2712       AC_MSG_ERROR([${with_x262_tree} directory does not exist])
2713     fi
2714     AC_MSG_CHECKING(for x262.h in ${real_x262_tree})
2715     if test -f ${with_x262_tree}/x262_config.h
2716     then
2717       VLC_ADD_PLUGIN([x262])
2718       VLC_ADD_CFLAGS([x262],[-I${with_x262_tree}])
2719       VLC_ADD_LIBS([x262],[-L${with_x262_tree} -lm -lpthread -lx262])
2720     else
2721       AC_MSG_RESULT(no)
2722       AC_MSG_ERROR([${with_x262_tree} doesnt have x262_config.h])
2723     fi
2724   else
2725     PKG_CHECK_MODULES(X262, x262, [
2726         VLC_ADD_PLUGIN([x262])
2727         VLC_ADD_LDFLAGS([x262],[${X262_LIBS}])
2728         AS_IF([test -n "${ac_cv_ld_bsymbolic}"], [
2729           VLC_ADD_LIBS([x262],[${av_cv_ld_bsymbolic}])
2730         ])
2731         VLC_ADD_CFLAGS([x262],[${X262_CFLAGS}])
2732         if echo ${X262_LIBS} |grep -q 'pthreadGC2'; then
2733           VLC_ADD_CFLAGS([x262], [-DPTW32_STATIC_LIB])
2734         fi
2735     ], [
2736        if test "${enable_x262}" = "yes"; then
2737         AC_MSG_ERROR([x262 module doesn't work without staticly compiled libx262.a])
2738        fi
2739     ])
2740   fi
2741 fi
2742
2743 dnl x265 encoder
2744 AC_ARG_ENABLE(x265,
2745   AS_HELP_STRING([--enable-x265],[H265 / HEVC encoding support with libx265 (default enabled)]))
2746 AS_IF( [test "${enable_x265}" != "no"],[
2747   AC_PREPROC_IFELSE([AC_LANG_SOURCE([
2748 #include <x265.h>
2749 #if X265_BUILD != 1
2750 # error Fail
2751 #endif
2752   ])], [
2753     AC_CHECK_LIB([x265],[x265_encoder_open_1], [
2754       VLC_ADD_PLUGIN([x265])
2755       VLC_ADD_LIBS([x265], [-lx265 -lstdc++ -lm -lpthread])
2756     ], [
2757       AC_MSG_ERROR([x265 library not found])
2758     ], [-lstdc++ -lm -lpthread])
2759   ], [
2760     AS_IF([test "${enable_x265}" = "yes"], [
2761         AC_MSG_ERROR([x265.h not found])
2762     ])
2763   ])
2764 ])
2765
2766
2767 dnl
2768 dnl H264 encoder plugin (10-bit lib264)
2769 dnl
2770 AC_ARG_ENABLE(x26410b,
2771   [  --enable-x26410b           H264 10-bit encoding support with static libx264 (default disabled)])
2772 if test "${enable_x26410b}" != "no"; then
2773 AC_ARG_WITH(x26410b-tree,
2774   [ --with-x26410b-tree=PATH      H264 10-bit encoding module with libx264 (static linking)],[],[])
2775   if test "${with_x26410b_tree}" != "no" -a -n "${with_x26410b_tree}"
2776   then
2777     real_x26410b_tree="̧`cd ${with_x26410b_tree} 2>/dev/null && pwd`"
2778     if test -z "${real_x26410b_tree}"
2779     then
2780       AC_MSG_RESULT(no)
2781       AC_MSG_ERROR([${with_x26410b_tree} directory does not exist])
2782     fi
2783     AC_MSG_CHECKING(for x264.h in ${real_x26410b_tree})
2784     if test -f ${with_x26410b_tree}/x264_config.h
2785     then
2786       AC_MSG_RESULT(yes)
2787       AC_MSG_CHECKING(for 10-bit build of x264)
2788       if grep -q "BIT_DEPTH.*10"  ${with_x26410b_tree}/x264_config.h ;then
2789         AC_MSG_RESULT(yes)
2790         VLC_ADD_PLUGIN([x26410b])
2791         VLC_ADD_CFLAGS([x26410b],[-I${with_x26410b_tree}])
2792         VLC_ADD_LIBS([x26410b],[-L${with_x26410b_tree} -lm -lpthread -lx264])
2793       else
2794         AC_MSG_RESULT(no)
2795         AC_MSG_ERROR([${with_x26410b_tree} isnt build 10-bit])
2796       fi
2797     else
2798       AC_MSG_RESULT(no)
2799       AC_MSG_ERROR([${with_x26410b_tree} doesnt have x264_config.h])
2800     fi
2801   else
2802     PKG_CHECK_MODULES(X26410B, x26410b, [
2803         VLC_ADD_PLUGIN([x26410b])
2804         VLC_ADD_LIBS([x26410b],[${X26410B_LIBS}])
2805         AS_IF([test -n "${ac_cv_ld_bsymbolic}"], [
2806           VLC_ADD_LDFLAGS([x26410b],[${ac_cv_ld_bsymbolic}])
2807         ])
2808         VLC_ADD_CFLAGS([x26410b],[${X26410B_CFLAGS}])
2809         if echo ${X26410B_LIBS} |grep -q 'pthreadGC2'; then
2810           VLC_ADD_CFLAGS([x26410b], [-DPTW32_STATIC_LIB])
2811         fi
2812     ], [
2813        if test "${enable_x26410b}" = "yes"; then
2814         AC_MSG_ERROR([x26410b module doesn't work without staticly compiled libx264.a])
2815        fi
2816     ])
2817   fi
2818 fi
2819
2820
2821 dnl
2822 dnl H264 encoder plugin (using libx264)
2823 dnl
2824 AC_ARG_ENABLE(x264,
2825   [  --enable-x264           H264 encoding support with libx264 (default enabled)])
2826 if test "${enable_x264}" != "no"; then
2827   AC_ARG_WITH(x264-tree,
2828     [  --with-x264-tree=PATH   x264 tree for static linking ],[],[])
2829   if test "${with_x264_tree}" != "no" -a -n "${with_x264_tree}"
2830   then
2831     real_x264_tree="`cd ${with_x264_tree} 2>/dev/null && pwd`"
2832     if test -z "${real_x264_tree}"
2833     then
2834       dnl  The given directory can't be found
2835       AC_MSG_RESULT(no)
2836       AC_MSG_ERROR([${with_x264_tree} directory does not exist])
2837     fi
2838     dnl  Use a custom libx264
2839     AC_MSG_CHECKING(for x264.h in ${real_x264_tree})
2840     if test -f ${real_x264_tree}/x264.h
2841     then
2842       AC_MSG_RESULT(yes)
2843       VLC_ADD_CPPFLAGS([x264],[-I${real_x264_tree}])
2844       VLC_ADD_LIBS([x264],[-L${real_x264_tree}])
2845       PKG_CHECK_MODULES(X264,x264, [
2846         VLC_ADD_PLUGIN([x264])
2847         VLC_ADD_LIBS([x264],[${X264_LIBS}])
2848         VLC_ADD_CFLAGS([x264],[${X264_CFLAGS}])
2849         if echo ${X264_LIBS} |grep -q 'pthreadGC2'; then
2850           VLC_ADD_CFLAGS([x264], [-DPTW32_STATIC_LIB])
2851         fi
2852       ],[
2853         AC_MSG_ERROR([the specified tree has not been compiled])
2854       ])
2855     else
2856       AC_MSG_RESULT(no)
2857       AC_MSG_ERROR([the specified tree does not have x264.h])
2858     fi
2859   else
2860       PKG_CHECK_MODULES(X264,x264 >= 0.86, [
2861         VLC_ADD_PLUGIN([x264])
2862         VLC_ADD_LIBS([x264],[${X264_LIBS}])
2863
2864         AS_IF([test -n "${ac_cv_ld_bsymbolic}"], [
2865           VLC_ADD_LDFLAGS([x264],[${ac_cv_ld_bsymbolic}])
2866         ])
2867
2868         VLC_ADD_CFLAGS([x264],[${X264_CFLAGS}])
2869         if echo ${X264_LIBS} |grep -q 'pthreadGC2'; then
2870           VLC_ADD_CFLAGS([x264], [-DPTW32_STATIC_LIB])
2871         fi
2872       ],[
2873         if test "${enable_x264}" = "yes"; then
2874             AC_MSG_ERROR([${X264_PKG_ERRORS}: you may get it from http://www.videolan.org/x264.html])
2875           fi
2876       ])
2877   fi
2878 fi
2879
2880 dnl
2881 dnl Intel QuickSync (aka MediaSDK) H264/H262 encoder
2882 dnl
2883 PKG_ENABLE_MODULES_VLC([MFX], [qsv], [libmfx], [Intel QuickSync MPEG4-Part10/MPEG2 (aka H.264/H.262) encoder], [auto])
2884
2885 dnl
2886 dnl libfluidsynth (MIDI synthetizer) plugin
2887 dnl
2888 PKG_ENABLE_MODULES_VLC([FLUIDSYNTH], [], [fluidsynth >= 1.1.2], [MIDI synthetiser with libfluidsynth], [auto])
2889
2890 dnl
2891 dnl Teletext Modules
2892 dnl vbi decoder plugin (using libzbvi)
2893 dnl telx module
2894 dnl uncompatible
2895 dnl
2896 AC_ARG_ENABLE(zvbi,
2897   AS_HELP_STRING([--enable-zvbi],[VBI (inc. Teletext) decoding support with
2898                   libzvbi (default enabled)]))
2899 AC_ARG_ENABLE(telx,
2900   AS_HELP_STRING([--enable-telx],[Teletext decoding module (conflicting with
2901                   zvbi) (default enabled if zvbi is absent)]))
2902
2903 AS_IF( [test "${enable_zvbi}" != "no"],[
2904     PKG_CHECK_MODULES(ZVBI, [zvbi-0.2 >= 0.2.28],
2905         [
2906           VLC_ADD_PLUGIN([zvbi])
2907           AC_DEFINE(ZVBI_COMPILED, 1, [Define if the zvbi module is built])
2908           AS_IF( [test "${enable_telx}" = "yes"],[
2909                   AC_MSG_WARN([The zvbi and telx modules are incompatible. Using zvbi.])
2910                   ])
2911         ],[
2912           AC_MSG_WARN([${ZVBI_PKG_ERRORS}. Enabling the telx module instead.])
2913         ])
2914     ])
2915 AS_IF( [test "${enable_telx}" != "no" ],[
2916   VLC_ADD_PLUGIN([telx])
2917   ])
2918
2919 dnl
2920 dnl libass subtitle rendering module
2921 dnl
2922 AC_ARG_ENABLE(libass,
2923   [  --enable-libass         Subtitle support using libass (default enabled)])
2924 AS_IF( [test "${enable_libass}" != "no"], [
2925   PKG_CHECK_MODULES(LIBASS, [libass >= 0.9.8],
2926       [
2927         VLC_ADD_PLUGIN([libass])
2928
2929         AC_CHECK_HEADERS(fontconfig/fontconfig.h,
2930           [VLC_ADD_CPPFLAGS([libass],[-DHAVE_FONTCONFIG])
2931            VLC_ADD_LIBS([libass],[-lfontconfig])
2932        ])
2933       ],[
2934         AC_MSG_WARN([${LIBASS_PKG_ERRORS}.])
2935       ])
2936   ])
2937
2938 dnl
2939 dnl  kate decoder plugin
2940 dnl
2941 PKG_ENABLE_MODULES_VLC([KATE], [], [kate >= 0.3.0], [kate codec], [auto])
2942
2943 dnl
2944 dnl  tiger rendering for kate decoder plugin
2945 dnl
2946 AC_ARG_ENABLE(tiger,
2947 [  --enable-tiger          Tiger rendering library for Kate streams (default auto)])
2948 AS_IF([test "${enable_tiger}" != "no"], [
2949   PKG_CHECK_MODULES(TIGER,[tiger >= 0.3.1], [
2950       AC_DEFINE(HAVE_TIGER, 1, [Define if libtiger is available.])],[
2951         AS_IF([test -n "${enable_tiger}"], [
2952           AC_MSG_ERROR([${TIGER_PKG_ERRORS}.])
2953         ])
2954   ])
2955 ])
2956
2957
2958 dnl
2959 dnl  Video plugins
2960 dnl
2961
2962 EXTEND_HELP_STRING([Video plugins:])
2963
2964 dnl
2965 dnl  OpenGL
2966 dnl
2967 PKG_CHECK_MODULES([GL], [gl], [
2968   have_gl="yes"
2969 ], [
2970   AC_CHECK_HEADER([GL/gl.h], [
2971     have_gl="yes"
2972     GL_CFLAGS=""
2973     AS_IF([test "${SYS}" = "mingw32"], [
2974       AC_CHECK_HEADER([GL/glew.h], [
2975       ], [
2976         have_gl="no"
2977       ])
2978       GL_LIBS="-lopengl32"
2979     ], [
2980       GL_LIBS="-lGL"
2981     ])
2982   ], [
2983     have_gl="no"
2984   ])
2985 ])
2986 AM_CONDITIONAL([HAVE_GL], [test "${have_gl}" = "yes"])
2987
2988 dnl OpenGL ES 2: depends on EGL 1.1
2989 PKG_ENABLE_MODULES_VLC([GLES2], [], [glesv2], [OpenGL ES v2 support], [disabled])
2990 dnl OpenGL ES 1: depends on EGL 1.0
2991 PKG_ENABLE_MODULES_VLC([GLES1], [], [glesv1_cm], [OpenGL ES v1 support], [disabled])
2992
2993 AC_ARG_ENABLE(egl,
2994   [  --enable-egl            OpenGL support through EGL (default disabled)],, [
2995   enable_egl="no"
2996 ])
2997 AS_IF([test "$enable_egl" != "no"], [
2998   PKG_CHECK_MODULES([EGL], [egl], [
2999     VLC_ADD_PLUGIN([egl])
3000   ])
3001 ])
3002
3003 dnl
3004 dnl  Xlib
3005 dnl
3006
3007 AC_PATH_XTRA()
3008 AC_CHECK_HEADERS(X11/Xlib.h)
3009
3010 dnl
3011 dnl  X C Bindings modules
3012 dnl
3013 AC_ARG_ENABLE(xcb,
3014   [  --enable-xcb            X11 support with XCB (default enabled)],, [
3015   AS_IF([test "${SYS}" != "mingw32" -a "${SYS}" != "darwin" -a "${SYS}" != "symbian"], [
3016     enable_xcb="yes"
3017   ], [
3018     enable_xcb="no"
3019   ])
3020 ])
3021 AC_ARG_ENABLE(xvideo,
3022   [  --enable-xvideo         XVideo support (default enabled)],, [
3023     enable_xvideo="$enable_xcb"
3024 ])
3025 AC_ARG_ENABLE(glx,
3026   [  --enable-glx            OpenGL support through GLX (default enabled)],, [
3027   enable_glx="$enable_xcb"
3028 ])
3029
3030 have_xcb="no"
3031 have_xcb_keysyms="no"
3032 have_xcb_randr="no"
3033 have_xcb_xvideo="no"
3034 AS_IF([test "${enable_xcb}" != "no"], [
3035   dnl libxcb
3036   PKG_CHECK_MODULES(XCB, [xcb >= 1.6])
3037   have_xcb="yes"
3038   PKG_CHECK_MODULES(XCB_SHM, [xcb-shm])
3039   PKG_CHECK_MODULES(XCB_COMPOSITE, [xcb-composite])
3040   PKG_CHECK_MODULES(XPROTO, [xproto])
3041
3042   AS_IF([test "${enable_xvideo}" != "no"], [
3043     PKG_CHECK_MODULES(XCB_XV, [xcb-xv >= 1.1.90.1], [have_xcb_xvideo="yes"])
3044   ])
3045
3046   PKG_CHECK_MODULES(XCB_RANDR, [xcb-randr >= 1.3], [have_xcb_randr="yes"])
3047
3048   dnl xcb-utils
3049   PKG_CHECK_MODULES(XCB_KEYSYMS, [xcb-keysyms >= 0.3.4], [have_xcb_keysyms="yes"], [
3050     AC_MSG_WARN([${XCB_KEYSYMS_PKG_ERRORS}. Hotkeys will not work.])
3051   ])
3052 ])
3053 AM_CONDITIONAL([HAVE_XCB], [test "${have_xcb}" = "yes"])
3054 AM_CONDITIONAL([HAVE_XCB_KEYSYMS], [test "${have_xcb_keysyms}" = "yes"])
3055 AM_CONDITIONAL([HAVE_XCB_RANDR], [test "${have_xcb_randr}" = "yes"])
3056 AM_CONDITIONAL([HAVE_XCB_XVIDEO], [test "${have_xcb_xvideo}" = "yes"])
3057
3058
3059 dnl
3060 dnl VDPAU needs X11
3061 dnl
3062 AC_ARG_ENABLE(vdpau,
3063   [AS_HELP_STRING([--enable-vdpau], [VDPAU hardware support (default auto)])])
3064 have_vdpau="no"
3065 AS_IF([test "${enable_vdpau}" != "no"], [
3066   PKG_CHECK_MODULES([VDPAU], [vdpau >= 0.6], [
3067     have_vdpau="yes"
3068     AS_IF([test "${no_x}" = "yes"], [
3069       AC_MSG_ERROR([VDPAU requires Xlib (X11).])
3070     ])
3071   ], [
3072     AS_IF([test -n "${enable_vdpau}"], [
3073       AC_MSG_ERROR([${VDPAU_PKG_ERRORS}.])
3074     ])
3075   ])
3076 ])
3077 AM_CONDITIONAL([HAVE_VDPAU], [test "${have_vdpau}" = "yes"])
3078
3079 have_avcodec_vdpau="no"
3080 AS_IF([test "${have_vdpau}" = "yes" -a "${have_avcodec}" = "yes"], [
3081   PKG_CHECK_EXISTS([libavutil >= 0.52.4 libavcodec >= 54.36.0], [
3082     have_avcodec_vdpau="yes"
3083     AC_MSG_NOTICE([VDPAU decoding acceleration activated])
3084   ], [
3085     AS_IF([test -n "${enable_vdpau}"], [
3086       AC_MSG_ERROR([libavutil >= 0.52.4 and libavcodec >= 54.36.0 are required for VDPAU decoding.])
3087     ], [
3088       AC_MSG_WARN([libavutil >= 0.52.4 and libavcodec >= 54.36.0 are required for VDPAU decoding.])
3089     ])
3090   ])
3091 ])
3092 AM_CONDITIONAL([HAVE_AVCODEC_VDPAU], [test "${have_avcodec_vdpau}" = "yes"])
3093
3094
3095 dnl
3096 dnl  SDL module
3097 dnl
3098 AC_ARG_ENABLE(sdl,
3099   [  --enable-sdl            SDL support (default enabled)])
3100 AC_ARG_ENABLE(sdl-image,
3101   [  --enable-sdl-image      SDL image support (default enabled)])
3102 if test "${enable_sdl}" != "no"
3103 then
3104    PKG_CHECK_MODULES(SDL, [sdl >= 1.2.10], [
3105       # SDL on Darwin is heavily patched and can only run SDL_image
3106       if test "${SYS}" != "darwin"; then
3107         VLC_ADD_PLUGIN([vout_sdl])
3108       fi
3109       if test "${SYS}" != "mingw32" -a "${SYS}" != "os2"; then
3110         VLC_ADD_LIBS([vout_sdl],[${X_LIBS} ${X_PRE_LIBS} -lX11])
3111       fi
3112       VLC_ADD_CFLAGS([vout_sdl],[${SDL_CFLAGS}])
3113       VLC_ADD_LIBS([vout_sdl],[${SDL_LIBS}])
3114
3115       # SDL_image
3116       AS_IF([ test "${enable_sdl_image}" != "no"],[
3117         PKG_CHECK_MODULES(SDL_IMAGE, [SDL_image >= 1.2.10], [
3118           VLC_ADD_PLUGIN([sdl_image])],
3119           [ AC_MSG_WARN([${SDL_IMAGE_PKG_ERRORS}. You should install it alongside your SDL package.])
3120           ])
3121       ])
3122    ],[
3123      AC_MSG_WARN([${SDL_PKG_ERRORS}.])
3124    ])
3125 fi
3126
3127
3128 dnl
3129 dnl Mac Vout
3130 AC_ARG_ENABLE(macosx-vout,
3131   [  --enable-macosx-vout    Mac OS X video output module (default enabled on Mac OS X)])
3132 if test "x${enable_macosx_vout}" != "xno" &&
3133   (test "${SYS}" = "darwin" || test "${enable_macosx_vout}" = "yes")
3134 then
3135   VLC_ADD_LIBS([vout_macosx],[-Wl,-framework,Cocoa])
3136   VLC_ADD_LIBS([vout_macosx],[-Wl,-framework,OpenGL])
3137   VLC_ADD_PLUGIN([vout_macosx])
3138 fi
3139
3140 dnl
3141 dnl Mac CoreGraphics Layer Vout
3142 AC_ARG_ENABLE(coregraphicslayer-vout,
3143   [  --enable-coregraphicslayer-vout CoreGraphics layered video output module (default disabled)])
3144 if test "${enable_coregraphicslayer_vout}" = "yes"; then
3145   VLC_ADD_LIBS([vout_coregraphicslayer],[-Wl,-framework,Cocoa])
3146   VLC_ADD_LIBS([vout_coregraphicslayer],[-Wl,-framework,QuartzCore])
3147   VLC_ADD_PLUGIN([vout_coregraphicslayer])
3148 fi
3149
3150 dnl
3151 dnl  freetype module
3152 dnl
3153 AC_ARG_ENABLE(freetype,
3154   [  --enable-freetype       freetype support   (default auto)])
3155 AC_ARG_ENABLE(fribidi,
3156   [  --enable-fribidi        fribidi support    (default auto)])
3157 AC_ARG_ENABLE(fontconfig,
3158   [  --enable-fontconfig     fontconfig support (default auto)])
3159
3160 AC_ARG_WITH([default-font],
3161     AS_HELP_STRING([--with-default-font=PATH],
3162         [Path to the default font]),
3163         [AC_DEFINE_UNQUOTED([DEFAULT_FONT_FILE],
3164             "$withval", [Default font])])
3165 AC_ARG_WITH([default-monospace-font],
3166     AS_HELP_STRING([--with-default-monospace-font=PATH],
3167         [Path to the default font]),
3168         [AC_DEFINE_UNQUOTED([DEFAULT_MONOSPACE_FONT_FILE],
3169             "$withval", [Default monospace font])])
3170
3171 AC_ARG_WITH([default-font-family],
3172     AS_HELP_STRING([--with-default-font-family=NAME],
3173         [Path to the default font family]),
3174         [AC_DEFINE_UNQUOTED([DEFAULT_FAMILY],
3175             "$withval", [Default font family])])
3176 AC_ARG_WITH([default-monospace-font-family],
3177     AS_HELP_STRING([--with-default-monospace-font-family=NAME],
3178         [Path to the default font family]),
3179         [AC_DEFINE_UNQUOTED([DEFAULT_MONOSPACE_FAMILY],
3180             "$withval", [Default monospace font family])])
3181
3182 if test "${enable_freetype}" != "no"; then
3183    PKG_CHECK_MODULES(FREETYPE, freetype2, [
3184       have_freetype=yes
3185       VLC_ADD_PLUGIN([freetype])
3186       VLC_ADD_CPPFLAGS([freetype skins2],[${FREETYPE_CFLAGS}])
3187       if test "${SYS}" = "mingw32"; then
3188         VLC_ADD_LIBS([freetype],[-liconv -lz])
3189       fi
3190       VLC_ADD_LIBS([freetype skins2],[${FREETYPE_LIBS}])
3191
3192       AC_CHECK_HEADERS(Carbon/Carbon.h,
3193                        [VLC_ADD_LIBS([freetype],[-Wl,-framework,Carbon])])
3194
3195       dnl fontconfig support
3196       if test "${SYS}" != "mingw32"; then
3197           if test "${enable_fontconfig}" != "no"; then
3198             AC_CHECK_HEADERS(fontconfig/fontconfig.h, [
3199               VLC_ADD_CPPFLAGS([freetype],[-DHAVE_FONTCONFIG])
3200               VLC_ADD_LIBS([freetype],[-lfontconfig])
3201             ],[AC_MSG_WARN([library fontconfig not found. Styles will be disabled in freetype])])
3202           fi
3203       else
3204           VLC_ADD_LIBS([freetype],[-lgdi32])
3205       fi
3206
3207       dnl fribidi support
3208       if test "${enable_fribidi}" != "no"; then
3209         PKG_CHECK_MODULES(FRIBIDI, fribidi, [
3210           VLC_ADD_CPPFLAGS([freetype skins2], [${FRIBIDI_CFLAGS} -DHAVE_FRIBIDI])
3211           VLC_ADD_LIBS([freetype skins2], [${FRIBIDI_LIBS}])
3212         ],[AC_MSG_WARN([${FRIBIDI_PKG_ERRORS}. Bidirectional support will be disabled in FreeType.])])
3213       fi
3214
3215   ],[
3216   have_freetype=no
3217   AS_IF([test -n "${enable_freetype}"],[
3218     AC_MSG_ERROR([${FREETYPE_PKG_ERRORS}. Install FreeType2 development or configure with --disable-freetype.])
3219     ])
3220   ])
3221 fi
3222
3223
3224 dnl
3225 dnl  QuartzText vout module (iOS/Mac OS)
3226 dnl
3227 AC_ARG_ENABLE(macosx-quartztext,
3228   [  --enable-macosx-quartztext   Mac OS X quartz text module (default enabled on Mac OS X)])
3229 if test "x${enable_macosx_quartztext}" != "xno" &&
3230   (test "${SYS}" = "darwin" || test "${enable_macosx_quartztext}" = "yes")
3231 then
3232   VLC_ADD_PLUGIN([quartztext])
3233   VLC_ADD_LIBS([quartztext],[-Wl,-framework,ApplicationServices])
3234 fi
3235
3236 dnl
3237 dnl  SVG module
3238 dnl
3239 PKG_ENABLE_MODULES_VLC([SVG], [], [librsvg-2.0 >= 2.9.0], [SVG rendering library],[auto])
3240
3241 dnl
3242 dnl  android surface module
3243 dnl
3244 AC_ARG_ENABLE(android-surface,
3245   [  --enable-android-surface   Android Surface video output module (default disabled)])
3246 if test "${enable_android_surface}" = "yes"; then
3247   if test "${HAVE_ANDROID}" = "1"; then
3248      VLC_ADD_PLUGIN([android_surface])
3249      VLC_ADD_LIBS([android_surface], [-ldl])
3250   fi
3251 fi
3252
3253
3254 dnl
3255 dnl  iOS vout module
3256 dnl
3257 AC_ARG_ENABLE(ios-vout,
3258   [  --enable-ios-vout    iOS video output module (default disabled)])
3259 if test "${enable_ios_vout}" = "yes"
3260 then
3261   VLC_ADD_PLUGIN([vout_ios])
3262   VLC_ADD_LIBS([vout_ios], [-Wl,-framework,OpenGLES,-framework,QuartzCore,-framework,UIKit,-framework,Foundation])
3263 fi
3264
3265 dnl
3266 dnl  iOS ES2 vout module
3267 dnl
3268 AC_ARG_ENABLE(ios-vout2,
3269   [  --enable-ios-vout2    iOS video output module (default disabled)])
3270 if test "${enable_ios_vout2}" = "yes"
3271 then
3272   VLC_ADD_PLUGIN([vout_ios2])
3273   VLC_ADD_LIBS([vout_ios2], [-Wl,-framework,OpenGLES,-framework,QuartzCore,-framework,UIKit])
3274 fi
3275
3276
3277 dnl
3278 dnl  Windows DirectX module
3279 dnl
3280
3281 AC_ARG_ENABLE(directx,
3282   [AS_HELP_STRING([--enable-directx],
3283     [Microsoft DirectX support (default enabled on Windows)])],, [
3284   AS_IF([test "${SYS}" = "mingw32"], [
3285     enable_directx="yes"
3286   ], [
3287     enable_directx="no"
3288   ])
3289 ])
3290 have_directx="no"
3291 AS_IF([test "${enable_directx}" != "no"], [
3292   dnl DirectDraw
3293   AC_CHECK_HEADERS(ddraw.h, [
3294     have_directx="yes"
3295   ], [
3296     AC_MSG_ERROR([Cannot find DirectX headers!])
3297   ])
3298
3299   dnl OpenGL
3300   AC_CHECK_HEADERS(GL/wglew.h, [
3301     VLC_ADD_PLUGIN([glwin32])
3302   ],, [
3303     #include <windows.h>
3304     #include <GL/gl.h>
3305   ])
3306
3307   dnl Direct3D
3308   AC_CHECK_HEADERS(d3d9.h, [
3309     VLC_ADD_PLUGIN([direct3d])
3310   ])
3311
3312   dnl Direct2D
3313   AC_CHECK_HEADERS(d2d1.h, [
3314     VLC_ADD_PLUGIN([direct2d])
3315   ])
3316 ])
3317 AM_CONDITIONAL([HAVE_DIRECTX], [test "$have_directx" = "yes"])
3318
3319 dnl
3320 dnl  Linux framebuffer module
3321 dnl
3322 AC_CHECK_HEADER([linux/fb.h], [
3323   VLC_ADD_PLUGIN([fb])
3324 ])
3325
3326
3327 dnl
3328 dnl  DirectFB module
3329 dnl  try to find using: 1 - given location; 2 - directfb-config; 3 - pkg-config
3330 dnl  TODO: support for static linking
3331 dnl
3332 AC_ARG_ENABLE(directfb,
3333   [  --enable-directfb       DirectFB support (default disabled)])
3334 AC_ARG_WITH(directfb,
3335   [  --with-directfb=PATH    path to DirectFB headers and libraries])
3336
3337 if test "${enable_directfb}" = "yes"; then
3338     have_directfb="false"
3339     CPPFLAGS_mydirectfb=
3340     LIBS_mydirectfb=
3341     if test "${with_directfb}" != "no" -a -n "${with_directfb}"; then
3342         dnl Trying the given location
3343         VLC_SAVE_FLAGS
3344
3345         CPPFLAGS_new="-I${with_directfb}/include -D_REENTRANT -D_GNU_SOURCE"
3346         LIBS_new="-L${with_directfb}/lib/fusion/.libs/ -L${with_directfb}/lib/direct/.libs/ -L${with_directfb}/src/.libs/"
3347
3348         CPPFLAGS="${CPPFLAGS} ${CPPFLAGS_new}"
3349         LIBS="${LIBS} ${LIBS_new}"
3350
3351         dnl FIXME: too obscure
3352         AC_CHECK_HEADER([directfb.h], [
3353             AC_CHECK_LIB([direct],[direct_initialize], [
3354                 AC_CHECK_LIB([fusion], [fusion_enter], [
3355                     AC_CHECK_LIB([directfb], [DirectFBInit], have_directfb="true", have_directfb="false")
3356                 ], have_directfb="false")
3357             ], have_directfb="false")
3358         ], have_directfb="false")
3359
3360         VLC_RESTORE_FLAGS
3361
3362         if test "${have_directfb}" = "true"; then
3363             LIBS_mydirectfb="${LIBS_new} -lz $LIBDL -ldirectfb -lfusion -ldirect -lpthread"
3364             CPPFLAGS_mydirectfb="${CPPFLAGS_new}"
3365         fi
3366     else
3367         dnl Look for directfb-config
3368         AC_PATH_PROG(DIRECTFB_CONFIG, directfb-config, no, ${PATH})
3369         if test "${DIRECTFB_CONFIG}" != "no"; then
3370             CPPFLAGS_mydirectfb="`${DIRECTFB_CONFIG} --cflags`"
3371             LIBS_mydirectfb="`${DIRECTFB_CONFIG} --libs`"
3372             have_directfb="true"
3373         else
3374             dnl Trying with pkg-config
3375             PKG_CHECK_MODULES(DIRECTFB, directfb, [
3376                 CPPFLAGS_mydirectfb="${DIRECTFB_CFLAGS}"
3377                 LIBS_mydirectfb="${DIRECTFB_LIBS}"
3378                 have_directfb="true"
3379                 ], [have_directfb="false"])
3380         fi
3381     fi
3382     if test "${have_directfb}" = "true"; then
3383         VLC_ADD_PLUGIN([directfb])
3384         VLC_ADD_CPPFLAGS([directfb],[${CPPFLAGS_mydirectfb}])
3385         VLC_ADD_LIBS([directfb],[${LIBS_mydirectfb}])
3386     else
3387         AC_MSG_ERROR([${DIRECTFB_PKG_ERRORS}.])
3388     fi
3389 fi
3390
3391 dnl
3392 dnl  AA plugin
3393 dnl
3394 AC_ARG_ENABLE(aa,
3395   [  --enable-aa             aalib output (default disabled)])
3396 if test "${enable_aa}" = "yes"
3397 then
3398   AC_CHECK_HEADER(aalib.h,have_aa="true",have_aa="false")
3399   if test "${have_aa}" = "true"
3400   then
3401     VLC_ADD_PLUGIN([aa])
3402     VLC_ADD_LIBS([aa],[-laa])
3403     if test "${SYS}" != "mingw32"; then
3404       VLC_ADD_LIBS([aa],[${X_LIBS} ${X_PRE_LIBS} -lX11])
3405     fi
3406   fi
3407 fi
3408
3409 dnl
3410 dnl  libcaca plugin
3411 dnl
3412 PKG_ENABLE_MODULES_VLC([CACA], [], [caca >= 0.99.beta14], [libcaca output],[auto])
3413
3414 dnl
3415 dnl  OS/2 KVA plugin
3416 dnl
3417 AC_ARG_ENABLE(kva,
3418   [AS_HELP_STRING([--enable-kva],
3419     [support the K Video Accelerator KVA (default enabled on OS/2)])],, [
3420   AS_IF([test "$SYS" = "os2"], [
3421     enable_kva="yes"
3422   ])
3423 ])
3424 have_kva="no"
3425 KVA_LIBS=""
3426 AS_IF([test "$enable_kva" != "no"], [
3427   AC_CHECK_HEADERS([kva.h], [
3428     have_kva="yes"
3429     AC_CHECK_LIB(kva, main, [
3430       KVA_LIBS="-lkva"
3431     ])
3432   ])
3433 ])
3434 AC_SUBST(KVA_LIBS)
3435 AM_CONDITIONAL([HAVE_KVA], [test "${have_kva}" = "yes"])
3436
3437 dnl
3438 dnl  Audio plugins
3439 dnl
3440
3441 EXTEND_HELP_STRING([Audio plugins:])
3442
3443 dnl
3444 dnl  Pulseaudio module
3445 dnl
3446 AC_ARG_ENABLE(pulse,
3447   [AS_HELP_STRING([--enable-pulse],
3448     [use the PulseAudio client library (default auto)])])
3449 have_pulse="no"
3450 AS_IF([test "${enable_pulse}" != "no"], [
3451   PKG_CHECK_MODULES([PULSE], [libpulse >= 0.9.22], [
3452     have_pulse="yes"
3453   ], [
3454     PKG_CHECK_MODULES([PULSE], [libpulse >= 0.9.16], [
3455       AS_IF([test "${no_x}" != "yes"], [
3456         have_pulse="yes"
3457         PULSE_LIBS="$PULSE_LIBS ${X_LIBS} ${X_PRE_LIBS} -lX11"
3458       ], [
3459         AS_IF([test "${enable_pulse}" = "yes"], [
3460           AC_MSG_ERROR([Xlib is required with PulseAudio pre-0.9.22 versions
3461 (see http://www.pulseaudio.org/ticket/799 for further reference).])
3462         ])
3463       ])
3464     ], [
3465       AS_IF([test "x${enable_pulse}" != "x"], [
3466         AC_MSG_ERROR([$PULSE_PKG_ERRORS. PulseAudio 0.9.22 or later required.])
3467       ])
3468     ])
3469   ])
3470 ])
3471 AM_CONDITIONAL([HAVE_PULSE], [test "${have_pulse}" = "yes"])
3472
3473 dnl
3474 dnl  ALSA module
3475 dnl
3476 AC_ARG_ENABLE(alsa,
3477   [AS_HELP_STRING([--enable-alsa],
3478     [support the Advanced Linux Sound Architecture (default auto)])],, [
3479   AS_IF([test "$SYS" = "linux" -a "${have_pulse}" = "no"], [
3480     enable_alsa="yes"
3481   ])
3482 ])
3483 have_alsa="no"
3484 AS_IF([test "${enable_alsa}" != "no"], [
3485   PKG_CHECK_MODULES([ALSA], [alsa >= 1.0.24], [
3486     have_alsa="yes"
3487   ], [
3488     AS_IF([test "x${enable_alsa}" != "x"], [
3489       AC_MSG_ERROR([$ALSA_PKG_ERRORS. alsa-lib 1.0.24 or later required.])
3490     ])
3491   ])
3492 ])
3493 AM_CONDITIONAL([HAVE_ALSA], [test "${have_alsa}" = "yes"])
3494
3495 dnl
3496 dnl  Open Sound System module
3497 dnl
3498 AC_ARG_ENABLE(oss,
3499   [AS_HELP_STRING([--enable-oss],
3500     [support the Open Sound System OSS (default enabled on FreeBSD/NetBSD/DragonFlyBSD)])],, [
3501   AS_IF([test "$SYS" = "mingw32" -o "$SYS" = "linux" -o "$SYS" = "openbsd"], [
3502     enable_oss="no"
3503   ])
3504 ])
3505 have_oss="no"
3506 OSS_LIBS=""
3507 AS_IF([test "$enable_oss" != "no"], [
3508   AC_CHECK_HEADERS([soundcard.h sys/soundcard.h], [
3509     have_oss="yes"
3510     AC_CHECK_LIB(ossaudio, main, [
3511       OSS_LIBS="-lossaudio"
3512     ])
3513   ])
3514 ])
3515 AC_SUBST(OSS_LIBS)
3516 AM_CONDITIONAL([HAVE_OSS], [test "${have_oss}" = "yes"])
3517
3518 dnl
3519 dnl  OpenBSD sndio module
3520 dnl
3521 AC_ARG_ENABLE([sndio],
3522   [AS_HELP_STRING([--disable-sndio],
3523     [support the OpenBSD sndio (default auto)])],, [
3524   AS_IF([test "$SYS" = "openbsd"], [
3525     enable_sndio="yes"
3526   ])
3527 ])
3528 have_sndio="no"
3529 AS_IF([test "$enable_sndio" != "no"], [
3530   AC_CHECK_HEADER([sndio.h], [
3531     have_sndio="yes"
3532   ])
3533 ])
3534 AM_CONDITIONAL([HAVE_SNDIO], [test "${have_sndio}" = "yes"])
3535
3536 dnl
3537 dnl  Windows Audio Session plugin
3538 dnl
3539 AC_ARG_ENABLE([wasapi],
3540   [AS_HELP_STRING([--enable-wasapi],
3541     [use the Windows Audio Session API (default auto)])
3542 ])
3543 have_wasapi="no"
3544 AS_IF([test "$enable_wasapi" != "no"], [
3545   AC_CHECK_HEADER([audioclient.h], [
3546     have_wasapi="yes"
3547   ], [
3548     AS_IF([test "x${enable_wasapi}" != "x"], [
3549       AC_MSG_ERROR([Windows Audio Session API not found.])
3550     ])
3551   ])
3552 ])
3553 AM_CONDITIONAL([HAVE_WASAPI], [test "${have_wasapi}" = "yes"])
3554
3555 dnl
3556 dnl  CoreAudio plugin
3557 dnl
3558 AC_ARG_ENABLE(macosx-audio,
3559   [  --enable-macosx-audio   Mac OS X audio module (default enabled on MacOS X)])
3560 if test "x${enable_macosx_audio}" != "xno" &&
3561   (test "${SYS}" = "darwin" || test "${enable_macosx_audio}" = "yes")
3562 then
3563   AC_CHECK_HEADER([CoreAudio/CoreAudio.h],
3564     [ VLC_ADD_PLUGIN([auhal])
3565     ], [ AC_MSG_ERROR([cannot find CoreAudio headers]) ])
3566 fi
3567
3568 dnl
3569 dnl  iOS CoreAudio plugin
3570 dnl
3571 AC_ARG_ENABLE(ios-audio,
3572   [  --enable-ios-audio       Audio module for iOS (default disabled)])
3573 if test "${enable_ios_audio}" = "yes"
3574 then
3575   AC_CHECK_HEADER([AudioUnit/AudioUnit.h],
3576     [ VLC_ADD_PLUGIN([audiounit_ios])
3577     ], [ AC_MSG_ERROR([cannot find AudioUnit headers]) ])
3578 fi
3579
3580 dnl
3581 dnl  AudioQueue plugin
3582 dnl
3583 AC_ARG_ENABLE(audioqueue,
3584   [  --enable-audioqueue     AudioQueue audio module (default disabled)])
3585 if test "${enable_audioqueue}" = "yes"
3586 then
3587   VLC_ADD_PLUGIN([audioqueue])
3588 fi
3589
3590 dnl
3591 dnl  JACK modules
3592 dnl
3593 AC_ARG_ENABLE(jack,
3594   [AS_HELP_STRING([--disable-jack],
3595     [do not use jack (default auto)])])
3596 have_jack="no"
3597 AS_IF([test "${enable_jack}" != "no"], [
3598     PKG_CHECK_MODULES(JACK, jack >= 1.9.7,
3599       [ have_jack=yes ],
3600       [
3601       AC_MSG_WARN([${JACK_PKG_ERRORS}, trying jack1 instead])
3602
3603       PKG_CHECK_MODULES(JACK, jack >= 0.120.1 jack < 1.0,
3604       [ have_jack=yes ],
3605       [
3606       AS_IF([test -n "${enable_jack}"],
3607          [AC_MSG_ERROR([${JACK_PKG_ERRORS}.])],
3608          [AC_MSG_WARN([${JACK_PKG_ERRORS}.])])
3609       ])
3610     ])
3611 ])
3612 AM_CONDITIONAL([HAVE_JACK], [test "${have_jack}" != "no"])
3613
3614 dnl
3615 dnl  OpenSLES Android
3616 dnl
3617 AC_ARG_ENABLE(opensles,
3618   [  --enable-opensles       Android OpenSL ES audio module (default disabled)])
3619 if test "${HAVE_ANDROID}" = "1"; then
3620   if test "${enable_opensles}" = "yes"; then
3621       AC_CHECK_HEADERS(SLES/OpenSLES.h,
3622         [ VLC_ADD_PLUGIN([opensles_android]) ],
3623         [ AC_MSG_ERROR([cannot find OpenSLES headers])] )
3624   fi
3625 fi
3626
3627 dnl
3628 dnl libsamplerate plugin
3629 dnl
3630 PKG_ENABLE_MODULES_VLC([SAMPLERATE], [], [samplerate], [Resampler with libsamplerate], [auto])
3631
3632 dnl
3633 dnl  OS/2 KAI plugin
3634 dnl
3635 AC_ARG_ENABLE(kai,
3636   [AS_HELP_STRING([--enable-kai],
3637     [support the K Audio Interface KAI (default enabled on OS/2)])],, [
3638   AS_IF([test "$SYS" = "os2"], [
3639     enable_kai="yes"
3640   ])
3641 ])
3642 have_kai="no"
3643 KAI_LIBS=""
3644 AS_IF([test "$enable_kai" != "no"], [
3645   AC_CHECK_HEADERS([kai.h], [
3646     have_kai="yes"
3647     AC_CHECK_LIB(kai, main, [
3648       KAI_LIBS="-lkai"
3649     ])
3650   ])
3651 ])
3652 AC_SUBST(KAI_LIBS)
3653 AM_CONDITIONAL([HAVE_KAI], [test "${have_kai}" = "yes"])
3654
3655 dnl
3656 dnl  chromaprint audio track fingerprinter
3657 dnl
3658 m4_pushdef([libchromaprint_version], 0.6.0)
3659 PKG_WITH_MODULES([CHROMAPRINT],[libchromaprint >= libchromaprint_version],
3660     VLC_ADD_PLUGIN([stream_out_chromaprint])
3661     VLC_ADD_CFLAGS([stream_out_chromaprint],[${CHROMAPRINT_CFLAGS}] [-I./webservices -I../stream_out])
3662     VLC_ADD_LIBS([stream_out_chromaprint],[${CHROMAPRINT_LIBS}]),
3663     AS_IF([test "${enable_chromaprint}" = "yes"],
3664         [AC_MSG_ERROR(Library [libchromaprint >= libchromaprint_version] needed for [chromaprint] was not found)],
3665         [AC_MSG_WARN(Library [libchromaprint >= libchromaprint_version] needed for [chromaprint] was not found)]
3666          ),
3667     [(Chromaprint based audio fingerprinter)],[auto])
3668 m4_popdef([libchromaprint_version])
3669
3670 dnl
3671 dnl  Interface plugins
3672 dnl
3673
3674 EXTEND_HELP_STRING([Interface plugins:])
3675
3676 dnl
3677 dnl QT
3678 dnl
3679 AC_ARG_ENABLE(qt, [
3680   AS_HELP_STRING([--disable-qt], [Qt UI support (default enabled)])],, [
3681   AS_IF([test "${SYS}" = "darwin"], [
3682     enable_qt="no"
3683   ])
3684 ])
3685 AS_IF([test "${enable_qt}" != "no"], [
3686   PKG_CHECK_MODULES([QT], [Qt5Core >= 5.1.0 Qt5Widgets Qt5Gui], [
3687       QT_PATH="$(eval $PKG_CONFIG --variable=exec_prefix Qt5Core)"
3688       AC_PATH_PROGS(MOC, [moc-qt5 moc], moc, [${QT_PATH}/bin ${CONTRIB_DIR}/bin])
3689       AC_PATH_PROG(RCC, [rcc-qt5 rcc], rcc, [${QT_PATH}/bin ${CONTRIB_DIR}/bin])
3690       AC_PATH_PROGS(UIC, [uic-qt5 uic], uic, [${QT_PATH}/bin ${CONTRIB_DIR}/bin])
3691     ], [
3692       PKG_CHECK_MODULES([QT], [QtCore QtGui >= 4.6.0],, [
3693         AS_IF([test -n "${enable_qt}"],[
3694           AC_MSG_ERROR([${QT_PKG_ERRORS}.])
3695         ],[
3696           AC_MSG_WARN([${QT_PKG_ERRORS}.])
3697         ])
3698         enable_qt="no"
3699       ])
3700       QT_PATH="$(eval $PKG_CONFIG --variable=exec_prefix QtCore)"
3701       AC_PATH_PROGS(MOC, [moc-qt4 moc], moc, [${QT_PATH}/bin ${CONTRIB_DIR}/bin])
3702       AC_PATH_PROG(RCC, rcc, rcc, [${QT_PATH}/bin ${CONTRIB_DIR}/bin])
3703       AC_PATH_PROGS(UIC, [uic-qt4 uic], uic, [${QT_PATH}/bin ${CONTRIB_DIR}/bin])
3704     ])
3705 ])
3706 AS_IF([test "${enable_qt}" != "no"], [
3707   VLC_ADD_PLUGIN([qt4])
3708   ALIASES="${ALIASES} qvlc"
3709
3710   AC_LANG_PUSH([C++])
3711   VLC_SAVE_FLAGS
3712
3713   AC_MSG_CHECKING([whether Qt uses Xlib])
3714   CPPFLAGS="${CPPFLAGS} ${QT_CFLAGS}"
3715   AC_PREPROC_IFELSE([AC_LANG_SOURCE([
3716 #include <QWidget>
3717 #if !defined (Q_WS_X11)
3718 # error Fail
3719 #endif
3720   ])], [
3721     AC_MSG_RESULT([yes])
3722   ], [
3723     AC_MSG_RESULT([no])
3724   ])
3725
3726   VLC_RESTORE_FLAGS
3727   AC_LANG_POP([C++])
3728
3729 ])
3730 AM_CONDITIONAL(ENABLE_QT4, [test "$enable_qt" != "no"])
3731
3732 dnl
3733 dnl Simple test for skins2 dependency
3734 dnl
3735 AS_IF([test "$enable_qt" = "no"], [
3736   AS_IF([test "${enable_skins2}" = "yes"], [
3737     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.])
3738   ], [
3739     enable_skins2="no"
3740     AC_MSG_WARN([The skins2 module depends on the Qt4 interface, Qt4 is not built so skins2 is disabled.])
3741   ])
3742 ])
3743
3744 dnl
3745 dnl Skins2 module
3746 dnl
3747 AC_ARG_ENABLE(skins2,
3748   [AS_HELP_STRING([--enable-skins2], [skins interface module (default auto)])])
3749 AS_IF([test "${enable_skins2}" != "no"], [
3750   have_skins_deps="yes"
3751
3752   dnl Win32
3753   AS_IF([test "${SYS}" = "mingw32"], [
3754     VLC_ADD_CPPFLAGS([skins2],[-U_OFF_T_ -U_off_t -DWIN32_SKINS])
3755     VLC_ADD_LIBS([skins2],[-lgdi32 -lole32 -luuid -lmsimg32])
3756   dnl MacOS
3757   ], [test "${SYS}" = "darwin"], [
3758     VLC_ADD_CPPFLAGS([skins2],[ -DMACOSX_SKINS])
3759     VLC_ADD_LIBS([skins2],[-Wl,-framework,Carbon])
3760   dnl OS/2
3761   ], [test "${SYS}" = "os2"], [
3762     VLC_ADD_CPPFLAGS([skins2],[ -DOS2_SKINS])
3763   dnl Linux/Unix
3764   ], [
3765     PKG_CHECK_MODULES([XPM], [xpm],, [have_skins_deps="no"])
3766     PKG_CHECK_MODULES([XINERAMA], [xinerama],, [have_skins_deps="no"])
3767     PKG_CHECK_MODULES([XEXT], [xext],, [have_skins_deps="no"])
3768     VLC_ADD_CPPFLAGS([skins2],[${X_CFLAGS} ${XEXT_CFLAGS} ${XPM_CFLAGS} -DX11_SKINS])
3769     VLC_ADD_LIBS([skins2],[${X_LIBS} ${X_PRE_LIBS} ${XEXT_LIBS} ${XPM_LIBS} ${XINERAMA_LIBS} -lX11])
3770   ])
3771
3772   dnl for All OSes
3773   VLC_ADD_CXXFLAGS([skins2],[-O2 -fno-rtti])
3774
3775   dnl we need freetype
3776   AS_IF([test "${have_freetype}" != "yes"], [
3777     have_skins_deps="no"
3778   ])
3779
3780   AS_IF([test "${have_skins_deps}" = "no"], [
3781     AS_IF([test "x${enable_skins2}" = "x"], [
3782       AC_MSG_WARN([Skins2 interface disabled due to missing dependencies.])
3783     ], [
3784       AC_MSG_ERROR([Skins2 interface requires FreeType, libxpm, libxext and libxinerama])
3785     ])
3786     enable_skins2="no"
3787   ], [
3788     VLC_ADD_PLUGIN([skins2])
3789     ALIASES="${ALIASES} svlc"
3790     enable_skins2="yes"
3791   ])
3792 ])
3793 AM_CONDITIONAL(BUILD_SKINS, [test "${enable_skins2}" = "yes"])
3794
3795 AC_ARG_ENABLE(libtar,
3796   [  --enable-libtar         libtar support for skins2 (default auto)])
3797 AS_IF([test "${enable_skins2}" = "yes" && test "${enable_libtar}" != "no"], [
3798   AC_CHECK_HEADERS(libtar.h, [
3799     VLC_ADD_LIBS([skins2],[-ltar])
3800   ])
3801 ])
3802
3803 dnl
3804 dnl  MacOS X gui module
3805 dnl
3806 AC_ARG_ENABLE(macosx,
3807   [  --enable-macosx         Mac OS X gui support (default enabled on Mac OS X)])
3808 if test "x${enable_macosx}" != "xno" -a "${SYS}" = "darwin"
3809 then
3810   VLC_ADD_LIBS([macosx], [-Wl,-framework,Cocoa -Wl,-framework,Carbon -Wl,-framework,CoreServices])
3811   VLC_ADD_OBJCFLAGS([macosx], [-fobjc-exceptions] )
3812   VLC_ADD_PLUGIN([macosx])
3813
3814   VLC_ADD_LIBS([macosx], [-Wl,-framework,QTKit -Wl,-framework,IOKit -Wl,-framework,AddressBook -Wl,-framework,WebKit -Wl,-framework,CoreAudio -Wl,-framework,SystemConfiguration -Wl,-framework,ScriptingBridge])
3815
3816   if test ! -d ${CONTRIB_DIR}/Sparkle.framework
3817   then
3818     AC_MSG_ERROR([Sparkle framework is required and was not found in ${CONTRIB_DIR}])
3819   fi
3820   VLC_ADD_LIBS([macosx], [-F${CONTRIB_DIR} -Wl,-framework,Sparkle])
3821   VLC_ADD_OBJCFLAGS([macosx], [-F${CONTRIB_DIR}])
3822
3823   if test ! -d ${CONTRIB_DIR}/BGHUDAppKit.framework
3824   then
3825     AC_MSG_ERROR([BGHUDAppKit framework is required and was not found in ${CONTRIB_DIR}])
3826   fi
3827   VLC_ADD_LIBS([macosx], [-F${CONTRIB_DIR} -Wl,-framework,BGHUDAppKit])
3828   VLC_ADD_OBJCFLAGS([macosx], [-F${CONTRIB_DIR}])
3829 fi
3830 AM_CONDITIONAL(ENABLE_MACOSX_UI, [test "$enable_macosx" != "no"])
3831
3832 dnl
3833 dnl  Minimal Mac OS X module
3834 dnl
3835 AC_ARG_ENABLE(minimal-macosx,
3836   [  --enable-minimal-macosx Minimal Mac OS X support (default disabled)])
3837 if test "${enable_minimal_macosx}" = "yes" -a "${SYS}" = "darwin"
3838 then
3839   VLC_ADD_LIBS([minimal_macosx], [-Wl,-framework,Cocoa])
3840   VLC_ADD_OBJCFLAGS([minimal_macosx], [-fobjc-exceptions] )
3841   VLC_ADD_PLUGIN([minimal_macosx])
3842 fi
3843 AM_CONDITIONAL(ENABLE_MINIMAL_MACOSX, [test "$enable_minimal_macosx" != "no"])
3844
3845 dnl
3846 dnl  MacOS X dialog provider
3847 dnl
3848 AC_ARG_ENABLE(macosx-dialog-provider,
3849   [  --enable-macosx-dialog-provider Mac OS X dialog module (default enabled on Mac OS X)])
3850 if test "x${enable_macosx_dialog_provider}" != "xno" &&
3851   (test "${SYS}" = "darwin" || test "${enable_macosx_dialog_provider}" = "yes")
3852 then
3853   VLC_ADD_LIBS([macosx_dialog_provider],[-Wl,-framework,Cocoa])
3854   VLC_ADD_PLUGIN([macosx_dialog_provider])
3855 fi
3856 AM_CONDITIONAL(ENABLE_MACOSX_DIALOG_PROVIDER, [test "$enable_macosx_dialog_provider" != "no"])
3857
3858 dnl
3859 dnl  ncurses module
3860 dnl
3861 AC_ARG_ENABLE(ncurses,
3862 [AS_HELP_STRING([--disable-ncurses],[ncurses text-based interface (default auto)])])
3863 AS_IF([test "${enable_ncurses}" != "no"] ,[
3864   PKG_CHECK_MODULES([NCURSES], [ncursesw], [
3865     VLC_ADD_PLUGIN([ncurses])
3866     VLC_ADD_CFLAGS([ncurses],[${NCURSES_CFLAGS}])
3867     VLC_ADD_LIBS([ncurses],[${NCURSES_LIBS}])
3868     ALIASES="${ALIASES} nvlc"
3869   ], [
3870     AS_IF([test -n "${enable_ncurses}"], [
3871       AC_MSG_ERROR([${NCURSES_PKG_ERRORS}.])
3872     ])
3873   ])
3874 ])
3875
3876 dnl
3877 dnl  Lirc plugin
3878 dnl
3879 AC_ARG_ENABLE(lirc,
3880   [  --enable-lirc           lirc support (default disabled)])
3881 if test "${enable_lirc}" = "yes"
3882 then
3883   AC_CHECK_HEADER(lirc/lirc_client.h, AC_CHECK_LIB(lirc_client, lirc_init, have_lirc="true", have_lirc="false"),have_lirc="false")
3884   if test "${have_lirc}" = "true"
3885   then
3886     VLC_ADD_PLUGIN([lirc])
3887     VLC_ADD_LIBS([lirc],[-llirc_client])
3888   fi
3889 fi
3890
3891 EXTEND_HELP_STRING([Visualisations and Video filter plugins:])
3892 dnl
3893 dnl  goom visualization plugin
3894 dnl
3895 PKG_ENABLE_MODULES_VLC([GOOM], [], [libgoom2], [goom visualization plugin], [auto])
3896
3897 dnl
3898 dnl libprojectM visualization plugin
3899 dnl
3900 AC_ARG_ENABLE(projectm,
3901   [  --enable-projectm       projectM visualization plugin (default enabled)])
3902 AS_IF([test "${enable_projectm}" != "no"],
3903   [
3904     PKG_CHECK_MODULES(PROJECTM, libprojectM,
3905     [
3906       VLC_ADD_PLUGIN([projectm])
3907       PKG_CHECK_EXISTS([libprojectM >= 2.0.0],
3908         [ AC_DEFINE([HAVE_PROJECTM2], 1, [Define to 1 if using libprojectM 2.x]) ],
3909         [ AC_MSG_WARN( [Using libprojectM version 1] )
3910       ])
3911     ],[
3912       AC_MSG_WARN([${PROJECTM_PKG_ERRORS}.])
3913     ])
3914   ])
3915
3916 dnl
3917 dnl Vovoid VSXu visualization plugin
3918 dnl
3919 AC_ARG_ENABLE(vsxu,
3920   [  --enable-vsxu           Vovoid VSXu visualization plugin (default auto)])
3921 AS_IF([test "${enable_vsxu}" != "no"],
3922   [
3923     PKG_CHECK_MODULES(VSXU, libvsxu,
3924     [
3925       VLC_ADD_PLUGIN([vsxu])
3926       VLC_ADD_CXXFLAGS([vsxu],[$VSXU_CFLAGS])
3927       VLC_ADD_LIBS([vsxu],[$VSXU_LIBS])
3928     ],[
3929       AC_MSG_WARN([${VSXU_PKG_ERRORS}.])
3930     ])
3931   ])
3932
3933 dnl
3934 dnl  AtmoLight (homemade Philips Ambilight clone)
3935 dnl
3936 AC_ARG_ENABLE(atmo,
3937 AS_HELP_STRING([--disable-atmo],[AtmoLight (homemade Philips Ambilight clone)
3938                 (default enabled)]),, [enable_atmo="yes"])
3939 AS_IF([test "${enable_atmo}" != no], [
3940   AS_IF([test "${SYS}" = "mingw32" -o "${SYS}" = "linux"], [
3941     AC_LANG_PUSH(C++)
3942     VLC_ADD_PLUGIN([atmo])
3943     AC_LANG_POP(C++)
3944   ])
3945 ])
3946
3947 dnl
3948 dnl  glSpectrum
3949 dnl
3950 AC_ARG_ENABLE(glspectrum,
3951   [  --enable-glspectrum    3D OpenGL spectrum visualization (default auto)])
3952 if test "${enable_glspectrum}" != "no" && test "${have_gl}" = "yes"
3953 then
3954     VLC_ADD_PLUGIN([glspectrum])
3955     VLC_ADD_LIBS([glspectrum],[$GL_LIBS])
3956 fi
3957
3958 EXTEND_HELP_STRING([Service Discovery plugins:])
3959 dnl
3960 dnl  Bonjour services discovery
3961 PKG_ENABLE_MODULES_VLC([BONJOUR], [], [avahi-client >= 0.6], [Bonjour services discovery], [auto])
3962
3963 dnl
3964 dnl  libudev services discovery
3965 PKG_ENABLE_MODULES_VLC([UDEV], [], [libudev >= 142], [Linux udev services discovery], [auto])
3966
3967 dnl
3968 dnl MTP devices services discovery
3969 PKG_ENABLE_MODULES_VLC([MTP], [mtp access_mtp], [libmtp >= 1.0.0], [MTP devices support], [auto])
3970
3971 dnl
3972 dnl UPnP Plugin (Intel SDK)
3973 dnl
3974 PKG_ENABLE_MODULES_VLC([UPNP], [upnp], [libupnp], [Intel UPNP SDK],[auto])
3975
3976 EXTEND_HELP_STRING([Misc options:])
3977
3978 dnl
3979 dnl  libxml2 module
3980 dnl
3981 PKG_ENABLE_MODULES_VLC([LIBXML2], [xml], [libxml-2.0 >= 2.5], [libxml2 support],[auto])
3982
3983
3984 dnl
3985 dnl libgcrypt
3986 dnl
3987 AC_ARG_ENABLE(libgcrypt,
3988   [  --disable-libgcrypt     gcrypt support (default enabled)])
3989 AS_IF([test "${enable_libgcrypt}" != "no"], [
3990   AC_CHECK_DECL([GCRYCTL_SET_THREAD_CBS], [
3991     libgcrypt-config --version >/dev/null || \
3992         AC_MSG_ERROR([gcrypt.h present but libgcrypt-config could not be found])
3993     AC_CHECK_LIB(gcrypt, gcry_control, [
3994       have_libgcrypt="yes"
3995       GCRYPT_CFLAGS="`libgcrypt-config --cflags`"
3996       GCRYPT_LIBS="`libgcrypt-config --libs`"
3997     ], [
3998       AC_MSG_ERROR([libgcrypt not found. Install libgcrypt or use --disable-libgcrypt. Have a nice day.])
3999     ], [`libgcrypt-config --libs`])
4000   ], [
4001     AC_MSG_ERROR([libgcrypt version 1.1.94 or higher not found. Install libgcrypt or use --disable-libgcrypt. Have a nice day.])
4002   ], [#include <gcrypt.h>]
4003   )
4004 ])
4005
4006 AC_SUBST(GCRYPT_CFLAGS)
4007 AC_SUBST(GCRYPT_LIBS)
4008 AM_CONDITIONAL([HAVE_GCRYPT], [test "${have_libgcrypt}" = "yes"])
4009
4010 dnl
4011 dnl TLS/SSL
4012 dnl
4013 AC_ARG_ENABLE(gnutls,
4014   [  --enable-gnutls         GNU TLS TLS/SSL support (default enabled)])
4015 AS_IF([test "${enable_gnutls}" != "no"], [
4016   PKG_CHECK_MODULES(GNUTLS, [gnutls >= 3.0.20], [
4017     VLC_ADD_PLUGIN([gnutls])
4018   ], [
4019     AS_IF([test -n "${enable_gnutls}"], [
4020       AC_MSG_ERROR([${GNUTLS_PKG_ERRORS}.)])
4021     ])
4022   ])
4023 ])
4024
4025
4026 dnl
4027 dnl Taglib plugin
4028 dnl
4029 AC_ARG_ENABLE(taglib,
4030   [AS_HELP_STRING([--disable-taglib],
4031     [do not use TagLib (default enabled)])])
4032 AS_IF([test "${enable_taglib}" != "no"], [
4033   PKG_CHECK_MODULES(TAGLIB, taglib >= 1.6.1, [
4034     VLC_ADD_PLUGIN([taglib])
4035   ], [
4036     AC_MSG_WARN([${TAGLIB_PKG_ERRORS}.])])
4037 ])
4038
4039
4040 dnl
4041 dnl update checking system
4042 dnl
4043 AC_ARG_ENABLE(update-check,
4044   [  --enable-update-check   update checking system (default disabled)])
4045 if test "${enable_update_check}" = "yes"
4046 then
4047   if test "${have_libgcrypt}" != "yes"
4048   then
4049     AC_MSG_ERROR([libgcrypt is required for update checking system])
4050   fi
4051   VLC_ADD_LIBS([libvlccore], [${GCRYPT_LIBS}])
4052   VLC_ADD_CFLAGS([libvlccore], [${GCRYPT_CFLAGS}])
4053   AC_DEFINE([UPDATE_CHECK], 1, [Define if you want to use the VLC update mechanism])
4054 fi
4055
4056 dnl
4057 dnl Growl notification plugin
4058 dnl
4059 AC_ARG_ENABLE(growl,
4060   [  --enable-growl          growl notification plugin (default disabled)],,
4061   [enable_growl=no])
4062 AS_IF([test "${enable_growl}" != "no"], [
4063     AC_CHECK_HEADERS(${CONTRIB_DIR}/Growl.framework/Versions/A/Headers/Growl.h, [
4064       VLC_ADD_PLUGIN([growl])
4065       VLC_ADD_LIBS([growl], [-F${CONTRIB_DIR} -Wl,-framework,Growl,-framework,Foundation])
4066       VLC_ADD_OBJCFLAGS([growl], [-F${CONTRIB_DIR}])
4067       VLC_ADD_OBJCFLAGS([growl], [-fobjc-exceptions] )
4068     ])
4069   ]
4070 )
4071
4072 dnl
4073 dnl Libnotify notification plugin
4074 dnl
4075 PKG_ENABLE_MODULES_VLC([NOTIFY], [], [libnotify gtk+-2.0], [libnotify notification], [auto])
4076
4077 dnl
4078 dnl  Endianness check
4079 dnl
4080 AC_C_BIGENDIAN
4081 AS_IF([test "${ac_cv_c_bigendian}" = "yes"], [
4082   DEFS_BIGENDIAN="-DWORDS_BIGENDIAN=1"
4083 ], [
4084   DEFS_BIGENDIAN=""
4085 ])
4086 AC_SUBST(DEFS_BIGENDIAN)
4087
4088 dnl
4089 dnl Where to install KDE solid .desktop
4090 dnl
4091 AC_ARG_VAR([KDE4_CONFIG], [kde4-config utility])
4092 AS_IF([test "x$KDE4_CONFIG" = "x"], [
4093   KDE4_CONFIG="kde4-config"
4094 ])
4095
4096 AC_ARG_WITH(kde-solid,
4097   AS_HELP_STRING([--with-kde-solid=PATH],
4098                  [KDE Solid actions directory (auto)]),, [
4099
4100 if test "${SYS}" != "mingw32" -a "${SYS}" != "darwin" ; then
4101   with_kde_solid="yes"
4102 fi
4103 ])
4104 soliddatadir=""
4105 AS_IF([test "${with_kde_solid}" != "no"], [
4106   AS_IF([test "${with_kde_solid}" = "yes"], [
4107     kde4datadir="`${KDE4_CONFIG} --install data`"
4108     AS_IF([test "x$kde4datadir" = "x"], [kde4datadir='${datadir}/kde4/apps'])
4109     soliddatadir="${kde4datadir}/solid/actions"
4110   ], [
4111     soliddatadir="${with_kde_solid}"
4112   ])
4113 ])
4114 AC_SUBST(soliddatadir)
4115 AM_CONDITIONAL(KDE_SOLID, [test "x${soliddatadir}" != "x"])
4116
4117 EXTEND_HELP_STRING([Components:])
4118
4119 dnl
4120 dnl  the VLC binary
4121 dnl
4122 AC_ARG_ENABLE(vlc,
4123   [  --enable-vlc            build the VLC media player (default enabled)])
4124 AM_CONDITIONAL(BUILD_VLC, [test "${enable_vlc}" != "no"])
4125
4126 AC_ARG_ENABLE(macosx-vlc-app,
4127   [  --enable-macosx-vlc-app build the VLC media player (default enabled on Mac OS X)])
4128 AM_CONDITIONAL(BUILD_MACOSX_VLC_APP, [test "${enable_macosx_vlc_app}" != "no" &&
4129     (test "${SYS}" = "darwin" || test "${enable_macosx_vlc_app}" = "yes") ])
4130
4131 dnl
4132 dnl  Stuff used by the program
4133 dnl
4134 VERSION_MESSAGE="${VERSION} ${CODENAME}"
4135 COPYRIGHT_MESSAGE="Copyright © ${COPYRIGHT_YEARS} the VideoLAN team"
4136 AC_DEFINE_UNQUOTED(VERSION_MESSAGE, "${VERSION_MESSAGE}", [Simple version string])
4137 AC_DEFINE_UNQUOTED(COPYRIGHT_MESSAGE, "${COPYRIGHT_MESSAGE}", [Copyright string])
4138 AC_DEFINE_UNQUOTED(COPYRIGHT_YEARS, "${COPYRIGHT_YEARS}", [The copyright years])
4139 AC_DEFINE_UNQUOTED(CONFIGURE_LINE, "${CONFIGURE_LINE}", [The ./configure command line])
4140 AC_DEFINE_UNQUOTED(PACKAGE_VERSION_MAJOR,${VERSION_MAJOR}, [version major number])
4141 AC_DEFINE_UNQUOTED(PACKAGE_VERSION_MINOR,${VERSION_MINOR}, [version minor number])
4142 AC_DEFINE_UNQUOTED(PACKAGE_VERSION_REVISION,${VERSION_REVISION}, [version revision number])
4143 AC_DEFINE_UNQUOTED(PACKAGE_VERSION_EXTRA,${VERSION_EXTRA}, [version extra number])
4144 AC_DEFINE_UNQUOTED(PACKAGE_VERSION_DEV,"${VERSION_DEV}", [version development string])
4145 AC_SUBST(COPYRIGHT_MESSAGE)
4146 AC_SUBST(VERSION_MESSAGE)
4147 AC_SUBST(VERSION_MAJOR)
4148 AC_SUBST(VERSION_MINOR)
4149 AC_SUBST(VERSION_REVISION)
4150 AC_SUBST(VERSION_EXTRA)
4151 AC_SUBST(COPYRIGHT_YEARS)
4152 AC_DEFINE_UNQUOTED(VLC_COMPILE_BY, "`whoami|sed -e 's/\\\/\\\\\\\/g'`", [user who ran configure])
4153 AC_DEFINE_UNQUOTED(VLC_COMPILE_HOST, "`hostname -f 2>/dev/null || hostname`", [host which ran configure])
4154 AC_DEFINE_UNQUOTED(VLC_COMPILER, "`$CC -v 2>&1 | tail -n 1 | sed -e 's/ *$//'`", [compiler])
4155 dnl
4156 dnl  Handle substvars that use $(top_srcdir)
4157 dnl
4158 CPPFLAGS="-I\$(top_srcdir)/include -I\$(top_builddir)/include ${CPPFLAGS}"
4159
4160 dnl
4161 dnl  Configuration is finished
4162 dnl
4163 AC_SUBST(SYS)
4164 AC_SUBST(ARCH)
4165 AC_SUBST(ALIASES)
4166 AC_SUBST(ASM)
4167 AC_SUBST(MOC)
4168 AC_SUBST(RCC)
4169 AC_SUBST(UIC)
4170 AC_SUBST(WINDRES)
4171 AC_SUBST(WINE_SDK_PATH)
4172 AC_SUBST(LIBEXT)
4173 AC_SUBST(AM_CPPFLAGS)
4174 AC_SUBST(MACOSX_DEPLOYMENT_TARGET)
4175 AC_SUBST(FILE_LIBVLCCORE_DLL)
4176 AC_SUBST(FILE_LIBVLC_DLL)
4177
4178 AC_CONFIG_FILES([
4179   Makefile
4180   doc/Makefile
4181   modules/Makefile
4182   m4/Makefile
4183   po/Makefile.in
4184   share/Makefile
4185   compat/Makefile
4186   src/Makefile
4187   lib/Makefile
4188   bin/Makefile
4189   test/Makefile
4190   modules/access_output/Makefile
4191   modules/audio_filter/Makefile
4192   modules/control/Makefile
4193   modules/gui/Makefile
4194   modules/gui/macosx/Makefile
4195   modules/gui/minimal_macosx/Makefile
4196   modules/gui/macosx_dialog_provider/Makefile
4197   modules/gui/qt4/Makefile
4198   modules/gui/skins2/Makefile
4199   modules/misc/Makefile
4200   modules/mux/Makefile
4201   modules/packetizer/Makefile
4202   modules/stream_out/Makefile
4203   modules/text_renderer/Makefile
4204   modules/video_filter/Makefile
4205   modules/video_output/Makefile
4206   modules/visualization/Makefile
4207   modules/hw/vdpau/Makefile
4208 ])
4209
4210 AM_COND_IF([HAVE_WIN32], [
4211   AC_CONFIG_FILES([
4212     extras/package/win32/NSIS/spad.nsi
4213     extras/package/win32/NSIS/vlc.win32.nsi
4214     extras/package/win32/msi/config.wxi
4215   ])
4216 ])
4217
4218 AM_COND_IF([HAVE_DARWIN], [
4219   AC_CONFIG_FILES([
4220     extras/package/macosx/Info.plist
4221     extras/package/macosx/Resources/English.lproj/InfoPlist.strings
4222   ])
4223 ])
4224
4225 dnl Generate makefiles
4226 AC_OUTPUT
4227
4228 dnl Do we have to use make or gmake ?
4229 if make --version 2>&1|grep -q GNU
4230 then
4231     # GNU make, all seems good
4232     MAKE=make
4233 else
4234     # Known GNU make alias (on BSD)
4235     MAKE=gmake
4236 fi
4237 dnl Shortcut to nice compile message
4238 if test -n $SHELL; then
4239   SHELL=${CONFIG_SHELL-/bin/sh}
4240 fi
4241 rm -f compile
4242 echo "#! $SHELL
4243 rm -f .error\$\$
4244 ERROR=0
4245 export PATH=\"$PATH\" LANG=C
4246 ($MAKE V=1 \$@ 2>&1 || touch .error\$\$)| `sed -ne \"s/^top_srcdir *= *//p\" < Makefile`/extras/buildsystem/make.pl
4247 test -f .error\$\$ && ERROR=1
4248 rm -f .error\$\$
4249 exit \$ERROR" >compile
4250 chmod a+x compile
4251
4252 echo "
4253 libvlc configuration
4254 --------------------
4255 version               : ${VERSION}
4256 system                : ${SYS}
4257 architecture          : ${ARCH}
4258 optimizations         : ${enable_optimizations}"
4259 if test "${enable_vlc}" != "no"; then
4260 echo "vlc aliases           :${ALIASES}"
4261 else
4262 echo "build vlc executable  : no"
4263 fi
4264 echo "
4265 To build vlc and its plugins, type \`$MAKE', or \`./compile' if you like nice colors."