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