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