3 dnl please read gstreamer/docs/random/autotools before changing this file
5 dnl initialize autoconf
6 dnl releases only do -Wall, cvs and prerelease does -Werror too
7 dnl use a three digit version number for releases, and four for cvs/prerelease
8 AC_INIT([GStreamer Ugly Plug-ins],[1.13.0.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-ugly])
12 dnl initialize automake
13 AM_INIT_AUTOMAKE([-Wno-portability 1.14 no-dist-gzip dist-xz tar-ustar subdir-objects])
15 dnl define PACKAGE_VERSION_* variables
18 dnl check if this is a release version
19 AS_NANO(GST_GIT="no", GST_GIT="yes")
21 dnl can autoconf find the source ?
22 AC_CONFIG_SRCDIR([gst/asfdemux/gstasfdemux.c])
24 dnl define the output header for config
25 AC_CONFIG_HEADERS(config.h)
27 dnl AM_MAINTAINER_MODE only provides the option to configure to enable it
28 AM_MAINTAINER_MODE([enable])
30 dnl sets host_* variables
33 dnl use pretty build output with automake >= 1.11
34 m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])],
35 [AM_DEFAULT_VERBOSITY=1
36 AC_SUBST(AM_DEFAULT_VERBOSITY)])
38 dnl our libraries and install dirs use GST_API_VERSION in the filename
39 dnl to allow side-by-side installation of different API versions
41 AC_SUBST(GST_API_VERSION)
42 AC_DEFINE_UNQUOTED(GST_API_VERSION, "$GST_API_VERSION",
43 [GStreamer API Version])
45 AS_LIBTOOL(GST, 1300, 0, 1300)
47 dnl *** required versions of GStreamer stuff ***
51 dnl *** autotools stuff ****
53 dnl allow for different autotools
54 AS_AUTOTOOLS_ALTERNATE
56 dnl Add parameters for aclocal
57 AC_SUBST(ACLOCAL_AMFLAGS, "-I m4 -I common/m4")
60 dnl the version check needs to stay here because autopoint greps for it
61 AM_GNU_GETTEXT_VERSION(0.17)
62 AM_GNU_GETTEXT([external])
63 AG_GST_GETTEXT([gst-plugins-ugly-$GST_API_VERSION])
65 dnl *** check for arguments to configure ***
67 AG_GST_ARG_DISABLE_FATAL_WARNINGS
68 AG_GST_ARG_ENABLE_EXTRA_CHECKS
77 AG_GST_ARG_WITH_PKG_CONFIG_PATH
78 AG_GST_ARG_WITH_PACKAGE_NAME
79 AG_GST_ARG_WITH_PACKAGE_ORIGIN
81 AG_GST_ARG_WITH_PLUGINS
83 AG_GST_ARG_ENABLE_EXTERNAL
85 AG_GST_ARG_ENABLE_EXPERIMENTAL
87 dnl *** checks for platform ***
89 dnl * hardware/architecture *
91 dnl common/m4/gst-arch.m4
95 dnl Determine endianness
98 dnl *** checks for programs ***
104 dnl determine c++ compiler
106 dnl determine if c++ is available on this system
107 AC_CHECK_PROG(HAVE_CXX, $CXX, yes, no)
109 dnl check if the compiler supports '-c' and '-o' options
112 AC_PATH_PROG(VALGRIND_PATH, valgrind, no)
113 AM_CONDITIONAL(HAVE_VALGRIND, test ! "x$VALGRIND_PATH" = "xno")
115 dnl check if the compiler supports do while(0) macros
116 AG_GST_CHECK_DOWHILE_MACROS
118 dnl check for documentation tools
119 GTK_DOC_CHECK([1.12])
120 AG_GST_PLUGIN_DOCS([1.12])
122 dnl *** checks for libraries ***
124 dnl check for libm, for sin()
128 dnl *** checks for header files ***
130 dnl used by ext/a52dec
133 dnl Check for malloc.h
134 AC_CHECK_HEADERS([malloc.h])
136 dnl *** checks for types/defines ***
138 dnl *** checks for structures ***
140 dnl *** checks for compiler characteristics ***
142 dnl *** checks for library functions ***
144 dnl Check for a way to display the function name in debug output
145 AG_GST_CHECK_FUNCTION
147 dnl *** checks for dependency libraries ***
151 AG_GST_GLIB_CHECK([$GLIB_REQ])
155 dnl checks for gstreamer
156 dnl uninstalled is selected preferentially -- see pkg-config(1)
157 AG_GST_CHECK_GST($GST_API_VERSION, [$GST_REQ], yes)
158 AG_GST_CHECK_GST_BASE($GST_API_VERSION, [$GST_REQ], yes)
159 AG_GST_CHECK_GST_CHECK($GST_API_VERSION, [$GST_REQ], no)
160 AG_GST_CHECK_GST_PLUGINS_BASE($GST_API_VERSION, [$GSTPB_REQ], yes)
161 AM_CONDITIONAL(HAVE_GST_CHECK, test "x$HAVE_GST_CHECK" = "xyes")
163 dnl Check for documentation xrefs
164 GLIB_PREFIX="`$PKG_CONFIG --variable=prefix glib-2.0`"
165 GST_PREFIX="`$PKG_CONFIG --variable=prefix gstreamer-$GST_API_VERSION`"
166 GSTPB_PREFIX="`$PKG_CONFIG --variable=prefix gstreamer-plugins-base-$GST_API_VERSION`"
167 AC_SUBST(GLIB_PREFIX)
169 AC_SUBST(GSTPB_PREFIX)
171 dnl Needed by plugins that use g_module_*() API
172 PKG_CHECK_MODULES(GMODULE_NO_EXPORT, gmodule-no-export-2.0)
174 dnl Check for -Bsymbolic-functions linker flag used to avoid
175 dnl intra-library PLT jumps, if available.
176 AC_ARG_ENABLE(Bsymbolic,
177 [AS_HELP_STRING([--disable-Bsymbolic],[avoid linking with -Bsymbolic])],,
178 [SAVED_LDFLAGS="${LDFLAGS}" SAVED_LIBS="${LIBS}"
179 AC_MSG_CHECKING([for -Bsymbolic-functions linker flag])
180 LDFLAGS=-Wl,-Bsymbolic-functions
182 AC_TRY_LINK([], [return 0],
184 enable_Bsymbolic=yes,
187 LDFLAGS="${SAVED_LDFLAGS}" LIBS="${SAVED_LIBS}"])
189 dnl *** set variables based on configure arguments ***
191 dnl set license and copyright notice
193 AC_DEFINE_UNQUOTED(GST_LICENSE, "$GST_LICENSE", [GStreamer license])
194 AC_SUBST(GST_LICENSE)
196 dnl set location of plugin directory
199 dnl set release date/time
200 AG_GST_SET_PACKAGE_RELEASE_DATETIME_WITH_NANO([$PACKAGE_VERSION_NANO],
201 ["${srcdir}/gst-plugins-ugly.doap"],
202 [$PACKAGE_VERSION_MAJOR.$PACKAGE_VERSION_MINOR.$PACKAGE_VERSION_MICRO])
204 dnl define an ERROR_CFLAGS Makefile variable
205 AG_GST_SET_ERROR_CFLAGS($FATAL_WARNINGS, [
206 -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls
207 -Wwrite-strings -Wformat-nonliteral -Wformat-security -Wold-style-definition
208 -Winit-self -Wmissing-include-dirs -Waddress
209 -Waggregate-return -Wno-multichar -Wnested-externs ])
211 dnl define an ERROR_CXXFLAGS Makefile variable
212 AG_GST_SET_ERROR_CXXFLAGS($FATAL_WARNINGS, [
213 -Wmissing-declarations -Wredundant-decls
214 -Wwrite-strings -Wformat-nonliteral -Wformat-security
215 -Winit-self -Wmissing-include-dirs -Waddress -Waggregate-return
218 dnl define correct level for debugging messages
219 AG_GST_SET_LEVEL_DEFAULT($GST_GIT)
222 AG_GST_DEFAULT_ELEMENTS
224 dnl *** plug-ins to include ***
226 dnl these are all the gst plug-ins, compilable without additional libs
227 AG_GST_CHECK_PLUGIN(asfdemux)
228 AG_GST_CHECK_PLUGIN(dvdlpcmdec)
229 AG_GST_CHECK_PLUGIN(dvdsub)
230 AG_GST_CHECK_PLUGIN(xingmux)
231 AG_GST_CHECK_PLUGIN(realmedia)
233 AC_CHECK_HEADERS([winsock2.h], HAVE_WINSOCK2_H=yes)
235 if test "x$HAVE_WINSOCK2_H" = "xyes"; then
236 WIN32_LIBS="-lws2_32"
240 dnl *** ext plug-ins ***
241 dnl keep this list sorted alphabetically !
243 if test "x$BUILD_EXTERNAL" = "xyes"; then
246 AC_MSG_NOTICE([Checking libraries for plugins in ext/])
250 translit(dnm, m, l) AM_CONDITIONAL(USE_A52DEC, true)
251 AG_GST_CHECK_FEATURE(A52DEC, [a52dec], a52dec, [
252 AC_CHECK_A52DEC(HAVE_A52DEC=yes, HAVE_A52DEC=no)
256 translit(dnm, m, l) AM_CONDITIONAL(USE_AMRNB, true)
257 AG_GST_CHECK_FEATURE(AMRNB, [amrnb library], amrnb, [
258 AG_GST_PKG_CHECK_MODULES(AMRNB, opencore-amrnb >= 0.1.3)
261 dnl *** amr-wb dec ***
262 translit(dnm, m, l) AM_CONDITIONAL(USE_AMRWB, true)
263 AG_GST_CHECK_FEATURE(AMRWB, [amrwb library], amrwbdec, [
264 AG_GST_PKG_CHECK_MODULES(AMRWB, opencore-amrwb >= 0.1.3)
268 translit(dnm, m, l) AM_CONDITIONAL(USE_CDIO, true)
269 AG_GST_CHECK_FEATURE(CDIO, [cdio library], cdio, [
270 AG_GST_PKG_CHECK_MODULES(CDIO, libcdio >= 0.76)
274 translit(dnm, m, l) AM_CONDITIONAL(USE_DVDREAD, true)
275 AG_GST_CHECK_FEATURE(DVDREAD, [dvdread library], dvdreadsrc, [
276 AG_GST_CHECK_LIBHEADER(DVDREAD, dvdread, DVDOpen, , dvdread/dvd_reader.h, DVDREAD_LIBS="-ldvdread")
277 AC_SUBST(DVDREAD_LIBS)
281 translit(dnm, m, l) AM_CONDITIONAL(USE_MPEG2DEC, true)
282 AG_GST_CHECK_FEATURE(MPEG2DEC, [mpeg2dec], mpeg2dec, [
283 AG_GST_PKG_CHECK_MODULES(MPEG2DEC, libmpeg2 >= 0.5.1)
286 dnl *** sidplay : works with libsidplay 1.36.x (not 2.x.x) ***
287 translit(dnm, m, l) AM_CONDITIONAL(USE_SIDPLAY, true)
288 AG_GST_CHECK_FEATURE(SIDPLAY, [libsidplay], sid, [
293 translit(dnm, m, l) AM_CONDITIONAL(USE_TWOLAME, true)
294 AG_GST_CHECK_FEATURE(TWOLAME, [twolame], twolame, [
295 PKG_CHECK_MODULES(TWOLAME, twolame >= 0.3.10, [
296 HAVE_TWOLAME="yes"], [
299 AC_SUBST(TWOLAME_CFLAGS)
300 AC_SUBST(TWOLAME_LIBS)
303 dnl *** x264 (MPEG-4 part 10/h.264/AVC encoder) ***
304 translit(dnm, m, l) AM_CONDITIONAL(USE_X264, true)
305 AG_GST_CHECK_FEATURE(X264, [x264 plug-in], x264, [
306 AG_GST_PKG_CHECK_MODULES(X264, x264 >= 0.120)
308 dnl Paths to additional x264 library variants, e.g. 10/12 bit
309 AC_ARG_WITH([x264-libraries],
310 AS_HELP_STRING([--with-x264-libraries=PATHS], [Colon separated list of additional x264 library paths, e.g. for 10-bit version]),
312 if test "x$withval" != "x"
314 AC_DEFINE_UNQUOTED(HAVE_X264_ADDITIONAL_LIBRARIES, "$withval", [Additional x264 libraries])
322 dnl not building plugins with external dependencies,
323 dnl but we still need to set the conditionals
325 AM_CONDITIONAL(USE_A52DEC, false)
326 AM_CONDITIONAL(USE_AMRNB, false)
327 AM_CONDITIONAL(USE_AMRWB, false)
328 AM_CONDITIONAL(USE_CDIO, false)
329 AM_CONDITIONAL(USE_DVDREAD, false)
330 AM_CONDITIONAL(USE_MPEG2DEC, false)
331 AM_CONDITIONAL(USE_SIDPLAY, false)
332 AM_CONDITIONAL(USE_TWOLAME, false)
333 AM_CONDITIONAL(USE_X264, false)
335 fi dnl of EXT plugins
337 dnl *** finalize CFLAGS, LDFLAGS, LIBS
340 dnl GST_OPTION_CFLAGS: common flags for profiling, debugging, errors, ...
341 dnl GST_*: flags shared by built objects to link against GStreamer
342 dnl GST_ALL_LDFLAGS: linker flags shared by all
343 dnl GST_LIB_LDFLAGS: additional linker flags for all libaries
344 dnl GST_LT_LDFLAGS: library versioning of our libraries
345 dnl GST_PLUGIN_LDFLAGS: flags to be used for all plugins
347 dnl GST_OPTION_CFLAGS
348 if test "x$USE_DEBUG" = xyes; then
351 AC_SUBST(PROFILE_CFLAGS)
353 if test "x$PACKAGE_VERSION_NANO" = "x1"; then
354 dnl Define _only_ during CVS (not pre-releases or releases)
355 DEPRECATED_CFLAGS="-DGST_DISABLE_DEPRECATED"
359 AC_SUBST(DEPRECATED_CFLAGS)
361 dnl every flag in GST_OPTION_CFLAGS and GST_OPTION_CXXFLAGS can be overridden
362 dnl at make time with e.g. make ERROR_CFLAGS=""
363 GST_OPTION_CFLAGS="\$(WARNING_CFLAGS) \$(ERROR_CFLAGS) \$(DEBUG_CFLAGS) \$(PROFILE_CFLAGS) \$(GCOV_CFLAGS) \$(OPT_CFLAGS) \$(DEPRECATED_CFLAGS)"
364 GST_OPTION_CXXFLAGS="\$(WARNING_CXXFLAGS) \$(ERROR_CXXFLAGS) \$(DEBUG_CFLAGS) \$(PROFILE_CFLAGS) \$(GCOV_CFLAGS) \$(OPT_CFLAGS) \$(DEPRECATED_CFLAGS)"
365 AC_SUBST(GST_OPTION_CFLAGS)
366 AC_SUBST(GST_OPTION_CXXFLAGS)
368 dnl FIXME: do we want to rename to GST_ALL_* ?
369 dnl prefer internal headers to already installed ones
370 dnl also add builddir include for enumtypes and marshal
371 dnl add GST_OPTION_CFLAGS, but overridable
372 GST_CFLAGS="$GST_CFLAGS"
373 GST_CXXFLAGS="-I\$(top_srcdir)/gst-libs -I\$(top_builddir)/gst-libs $GST_CFLAGS $GLIB_EXTRA_CFLAGS \$(GST_OPTION_CXXFLAGS)"
374 GST_CFLAGS="-I\$(top_srcdir)/gst-libs -I\$(top_builddir)/gst-libs $GST_CFLAGS $GLIB_EXTRA_CFLAGS \$(GST_OPTION_CFLAGS)"
376 AC_SUBST(GST_CXXFLAGS)
379 dnl LDFLAGS really should only contain flags, not libs - they get added before
380 dnl whatevertarget_LIBS and -L flags here affect the rest of the linking
381 GST_ALL_LDFLAGS="-no-undefined"
382 if test "x${enable_Bsymbolic}" = "xyes"; then
383 GST_ALL_LDFLAGS="$GST_ALL_LDFLAGS -Wl,-Bsymbolic-functions"
385 AC_SUBST(GST_ALL_LDFLAGS)
387 dnl this really should only contain flags, not libs - they get added before
388 dnl whatevertarget_LIBS and -L flags here affect the rest of the linking
389 GST_PLUGIN_LDFLAGS="-module -avoid-version -export-symbols-regex '^[_]*gst_plugin_.*' $GST_ALL_LDFLAGS"
390 AC_SUBST(GST_PLUGIN_LDFLAGS)
392 dnl *** output files ***
399 gst-libs/gst/Makefile
401 gst/asfdemux/Makefile
402 gst/dvdlpcmdec/Makefile
404 gst/realmedia/Makefile
409 ext/amrwbdec/Makefile
412 ext/mpeg2dec/Makefile
417 docs/plugins/Makefile
418 docs/version.entities
425 pkgconfig/gstreamer-plugins-ugly-uninstalled.pc
430 AG_GST_OUTPUT_PLUGINS