Codebase list faad2 / upstream/2.8.4
New upstream version 2.8.4 Fabian Greffrath 6 years ago
5 changed file(s) with 15 addition(s) and 15 deletion(s). Raw diff Collapse all Expand all
00 #! /bin/sh
11 # Guess values for system-dependent variables and create Makefiles.
2 # Generated by GNU Autoconf 2.69 for faad2 2.8.3.
2 # Generated by GNU Autoconf 2.69 for faad2 2.8.4.
33 #
44 #
55 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
586586 # Identity of this package.
587587 PACKAGE_NAME='faad2'
588588 PACKAGE_TARNAME='faad2'
589 PACKAGE_VERSION='2.8.3'
590 PACKAGE_STRING='faad2 2.8.3'
589 PACKAGE_VERSION='2.8.4'
590 PACKAGE_STRING='faad2 2.8.4'
591591 PACKAGE_BUGREPORT=''
592592 PACKAGE_URL=''
593593
13431343 # Omit some internal or obsolete options to make the list less imposing.
13441344 # This message is too long to be a string in the A/UX 3.1 sh.
13451345 cat <<_ACEOF
1346 \`configure' configures faad2 2.8.3 to adapt to many kinds of systems.
1346 \`configure' configures faad2 2.8.4 to adapt to many kinds of systems.
13471347
13481348 Usage: $0 [OPTION]... [VAR=VALUE]...
13491349
14141414
14151415 if test -n "$ac_init_help"; then
14161416 case $ac_init_help in
1417 short | recursive ) echo "Configuration of faad2 2.8.3:";;
1417 short | recursive ) echo "Configuration of faad2 2.8.4:";;
14181418 esac
14191419 cat <<\_ACEOF
14201420
15301530 test -n "$ac_init_help" && exit $ac_status
15311531 if $ac_init_version; then
15321532 cat <<\_ACEOF
1533 faad2 configure 2.8.3
1533 faad2 configure 2.8.4
15341534 generated by GNU Autoconf 2.69
15351535
15361536 Copyright (C) 2012 Free Software Foundation, Inc.
20702070 This file contains any messages produced by compilers while
20712071 running configure, to aid debugging if configure makes a mistake.
20722072
2073 It was created by faad2 $as_me 2.8.3, which was
2073 It was created by faad2 $as_me 2.8.4, which was
20742074 generated by GNU Autoconf 2.69. Invocation command line was
20752075
20762076 $ $0 $@
29332933
29342934 # Define the identity of the package.
29352935 PACKAGE='faad2'
2936 VERSION='2.8.3'
2936 VERSION='2.8.4'
29372937
29382938
29392939 cat >>confdefs.h <<_ACEOF
1829518295 # report actual input values of CONFIG_FILES etc. instead of their
1829618296 # values after options handling.
1829718297 ac_log="
18298 This file was extended by faad2 $as_me 2.8.3, which was
18298 This file was extended by faad2 $as_me 2.8.4, which was
1829918299 generated by GNU Autoconf 2.69. Invocation command line was
1830018300
1830118301 CONFIG_FILES = $CONFIG_FILES
1836118361 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1836218362 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
1836318363 ac_cs_version="\\
18364 faad2 config.status 2.8.3
18364 faad2 config.status 2.8.4
1836518365 configured by $0, generated by GNU Autoconf 2.69,
1836618366 with options \\"\$ac_cs_config\\"
1836718367
77 dnl - mpeg4ip plugin (requires mpeg4ip's libmp4v2 to be installed)
88
99 AC_PREREQ(2.50)
10 AC_INIT(faad2, 2.8.3)
10 AC_INIT(faad2, 2.8.4)
1111 AC_CONFIG_AUX_DIR(.)
1212 AM_INIT_AUTOMAKE([subdir-objects])
1313
2323
2424 Summary: C library and frontend for decoding MPEG2/4 AAC
2525 Name: faad2
26 Version: 2.8.3
26 Version: 2.8.4
2727 Release: 1
2828 License: GPL
2929 Group: Applications/Multimedia
44
55 faad_LDADD = $(top_builddir)/libfaad/libfaad.la
66
7 faad_SOURCES = main.c audio.c audio.h mp4read.c mp4read.h
7 faad_SOURCES = mp4read.c audio.c main.c audio.h mp4read.h
88
99 EXTRA_faad_SOURCES = getopt.c
100100 CONFIG_CLEAN_VPATH_FILES =
101101 am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)"
102102 PROGRAMS = $(bin_PROGRAMS)
103 am_faad_OBJECTS = main.$(OBJEXT) audio.$(OBJEXT) mp4read.$(OBJEXT)
103 am_faad_OBJECTS = mp4read.$(OBJEXT) audio.$(OBJEXT) main.$(OBJEXT)
104104 faad_OBJECTS = $(am_faad_OBJECTS)
105105 faad_DEPENDENCIES = $(top_builddir)/libfaad/libfaad.la
106106 AM_V_lt = $(am__v_lt_@AM_V@)
330330 dist_man1_MANS = faad.man
331331 AM_CPPFLAGS = -I$(top_srcdir)/include
332332 faad_LDADD = $(top_builddir)/libfaad/libfaad.la
333 faad_SOURCES = main.c audio.c audio.h mp4read.c mp4read.h
333 faad_SOURCES = mp4read.c audio.c main.c audio.h mp4read.h
334334 EXTRA_faad_SOURCES = getopt.c
335335 all: all-am
336336