Hi,

under Arch Linux I compile the svn trunk of dvbcut with

autoconf
./configure --with-qt3=/usr/lib/qt3 --with-qt3-include=/usr/include/qt3/
make -j8
sudo make install

That results in a working binary (r179), but when pressing "<" or ">" I
get an error message: "Error setting up Audio output"

Below I have the config.log. Is this OK? What am I missing/doing wrong?

Any help is very appreciated. If you need more information let me know.

Thanks!
-- 
Felix

============== File config.log ==============

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by configure, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  $ ./configure --with-qt3=/usr/lib/qt3 --with-qt3-include=/usr/include/qt3/

## --------- ##
## Platform. ##
## --------- ##

hostname = tbastian-desktop
uname -m = x86_64
uname -r = 3.9.9-1-ARCH
uname -s = Linux
uname -v = #1 SMP PREEMPT Wed Jul 3 22:45:16 CEST 2013

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = unknown
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /usr/bin/core_perl
PATH: /usr/local/bin
PATH: /home/tbastian/.local/bin
PATH: /home/tbastian/bin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:2261: checking build system type
configure:2275: result: x86_64-unknown-linux-gnu
configure:2295: checking host system type
configure:2308: result: x86_64-unknown-linux-gnu
configure:2328: checking target system type
configure:2341: result: x86_64-unknown-linux-gnu
configure:2372: checking whether make sets $(MAKE)
configure:2394: result: yes
configure:2451: checking for gcc
configure:2467: found /usr/bin/gcc
configure:2478: result: gcc
configure:2707: checking for C compiler version
configure:2716: gcc --version >&5
gcc (GCC) 4.8.1
Copyright (C) 2013 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:2727: $? = 0
configure:2716: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-unknown-linux-gnu/4.8.1/lto-wrapper
Target: x86_64-unknown-linux-gnu
Configured with: /build/gcc/src/gcc-4.8.1/configure --prefix=/usr 
--libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man 
--infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ 
--enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared 
--enable-threads=posix --with-system-zlib --enable-__cxa_atexit 
--disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch 
--enable-gnu-unique-object --enable-linker-build-id --enable-cloog-backend=isl 
--disable-cloog-version-check --enable-lto --enable-gold --enable-ld=default 
--enable-plugin --with-plugin-ld=ld.gold --with-linker-hash-style=gnu 
--disable-install-libiberty --disable-multilib --disable-libssp 
--disable-werror --enable-checking=release
Thread model: posix
gcc version 4.8.1 (GCC) 
configure:2727: $? = 0
configure:2716: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:2727: $? = 1
configure:2716: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:2727: $? = 1
configure:2747: checking whether the C compiler works
configure:2769: gcc    conftest.c  >&5
configure:2773: $? = 0
configure:2821: result: yes
configure:2824: checking for C compiler default output file name
configure:2826: result: a.out
configure:2832: checking for suffix of executables
configure:2839: gcc -o conftest    conftest.c  >&5
configure:2843: $? = 0
configure:2865: result: 
configure:2887: checking whether we are cross compiling
configure:2895: gcc -o conftest    conftest.c  >&5
configure:2899: $? = 0
configure:2906: ./conftest
configure:2910: $? = 0
configure:2925: result: no
configure:2930: checking for suffix of object files
configure:2952: gcc -c   conftest.c >&5
configure:2956: $? = 0
configure:2977: result: o
configure:2981: checking whether we are using the GNU C compiler
configure:3000: gcc -c   conftest.c >&5
configure:3000: $? = 0
configure:3009: result: yes
configure:3018: checking whether gcc accepts -g
configure:3038: gcc -c -g  conftest.c >&5
configure:3038: $? = 0
configure:3079: result: yes
configure:3096: checking for gcc option to accept ISO C89
configure:3159: gcc  -c -g -O2  conftest.c >&5
configure:3159: $? = 0
configure:3172: result: none needed
configure:3250: checking for g++
configure:3266: found /usr/bin/g++
configure:3277: result: g++
configure:3304: checking for C++ compiler version
configure:3313: g++ --version >&5
g++ (GCC) 4.8.1
Copyright (C) 2013 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:3324: $? = 0
configure:3313: g++ -v >&5
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-unknown-linux-gnu/4.8.1/lto-wrapper
Target: x86_64-unknown-linux-gnu
Configured with: /build/gcc/src/gcc-4.8.1/configure --prefix=/usr 
--libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man 
--infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ 
--enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared 
--enable-threads=posix --with-system-zlib --enable-__cxa_atexit 
--disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch 
--enable-gnu-unique-object --enable-linker-build-id --enable-cloog-backend=isl 
--disable-cloog-version-check --enable-lto --enable-gold --enable-ld=default 
--enable-plugin --with-plugin-ld=ld.gold --with-linker-hash-style=gnu 
--disable-install-libiberty --disable-multilib --disable-libssp 
--disable-werror --enable-checking=release
Thread model: posix
gcc version 4.8.1 (GCC) 
configure:3324: $? = 0
configure:3313: g++ -V >&5
g++: error: unrecognized command line option '-V'
g++: fatal error: no input files
compilation terminated.
configure:3324: $? = 1
configure:3313: g++ -qversion >&5
g++: error: unrecognized command line option '-qversion'
g++: fatal error: no input files
compilation terminated.
configure:3324: $? = 1
configure:3328: checking whether we are using the GNU C++ compiler
configure:3347: g++ -c   conftest.cpp >&5
configure:3347: $? = 0
configure:3356: result: yes
configure:3365: checking whether g++ accepts -g
configure:3385: g++ -c -g  conftest.cpp >&5
configure:3385: $? = 0
configure:3426: result: yes
configure:3463: checking for a BSD-compatible install
configure:3531: result: /usr/bin/install -c
configure:3585: checking for strip
configure:3601: found /usr/bin/strip
configure:3612: result: strip
configure:3755: checking for mad_decoder_init in -lmad
configure:3780: gcc -o conftest -g -O2  -L/usr/local/src/dvbcut/ffmpeg/lib  
conftest.c -lmad   >&5
configure:3780: $? = 0
configure:3789: result: yes
configure:3801: checking for a52_init in -la52
configure:3826: gcc -o conftest -g -O2  -L/usr/local/src/dvbcut/ffmpeg/lib  
conftest.c -la52 -lm  -lmad >&5
configure:3826: $? = 0
configure:3835: result: yes
configure:3852: checking for ao_initialize in -lao
configure:3877: gcc -o conftest -g -O2  -L/usr/local/src/dvbcut/ffmpeg/lib  
conftest.c -lao   -lmad -la52 -lm >&5
configure:3877: $? = 0
configure:3886: result: yes
configure:3913: checking how to run the C preprocessor
configure:3944: gcc -E  conftest.c
configure:3944: $? = 0
configure:3958: gcc -E  conftest.c
conftest.c:12:28: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
                            ^
compilation terminated.
configure:3958: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define HAVE_LIB_MAD 1
| #define HAVE_LIB_A52 1
| #define HAVE_LIB_AO 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3983: result: gcc -E
configure:4003: gcc -E  conftest.c
configure:4003: $? = 0
configure:4017: gcc -E  conftest.c
conftest.c:12:28: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
                            ^
compilation terminated.
configure:4017: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define HAVE_LIB_MAD 1
| #define HAVE_LIB_A52 1
| #define HAVE_LIB_AO 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4046: checking for grep that handles long lines and -e
configure:4104: result: /usr/bin/grep
configure:4109: checking for egrep
configure:4171: result: /usr/bin/grep -E
configure:4176: checking for ANSI C header files
configure:4196: gcc -c -g -O2  conftest.c >&5
configure:4196: $? = 0
configure:4269: gcc -o conftest -g -O2  -L/usr/local/src/dvbcut/ffmpeg/lib  
conftest.c  -lmad -la52 -lm -lao  >&5
configure:4269: $? = 0
configure:4269: ./conftest
configure:4269: $? = 0
configure:4280: result: yes
configure:4293: checking for sys/types.h
configure:4293: gcc -c -g -O2  conftest.c >&5
configure:4293: $? = 0
configure:4293: result: yes
configure:4293: checking for sys/stat.h
configure:4293: gcc -c -g -O2  conftest.c >&5
configure:4293: $? = 0
configure:4293: result: yes
configure:4293: checking for stdlib.h
configure:4293: gcc -c -g -O2  conftest.c >&5
configure:4293: $? = 0
configure:4293: result: yes
configure:4293: checking for string.h
configure:4293: gcc -c -g -O2  conftest.c >&5
configure:4293: $? = 0
configure:4293: result: yes
configure:4293: checking for memory.h
configure:4293: gcc -c -g -O2  conftest.c >&5
configure:4293: $? = 0
configure:4293: result: yes
configure:4293: checking for strings.h
configure:4293: gcc -c -g -O2  conftest.c >&5
configure:4293: $? = 0
configure:4293: result: yes
configure:4293: checking for inttypes.h
configure:4293: gcc -c -g -O2  conftest.c >&5
configure:4293: $? = 0
configure:4293: result: yes
configure:4293: checking for stdint.h
configure:4293: gcc -c -g -O2  conftest.c >&5
configure:4293: $? = 0
configure:4293: result: yes
configure:4293: checking for unistd.h
configure:4293: gcc -c -g -O2  conftest.c >&5
configure:4293: $? = 0
configure:4293: result: yes
configure:4308: checking ao/ao.h usability
configure:4308: gcc -c -g -O2  conftest.c >&5
configure:4308: $? = 0
configure:4308: result: yes
configure:4308: checking ao/ao.h presence
configure:4308: gcc -E  conftest.c
configure:4308: $? = 0
configure:4308: result: yes
configure:4308: checking for ao/ao.h
configure:4308: result: yes
configure:4308: checking mad.h usability
configure:4308: gcc -c -g -O2  conftest.c >&5
configure:4308: $? = 0
configure:4308: result: yes
configure:4308: checking mad.h presence
configure:4308: gcc -E  conftest.c
configure:4308: $? = 0
configure:4308: result: yes
configure:4308: checking for mad.h
configure:4308: result: yes
configure:4308: checking for stdint.h
configure:4308: result: yes
configure:4308: checking a52dec/a52.h usability
configure:4308: gcc -c -g -O2  conftest.c >&5
configure:4308: $? = 0
configure:4308: result: yes
configure:4308: checking a52dec/a52.h presence
configure:4308: gcc -E  conftest.c
configure:4308: $? = 0
configure:4308: result: yes
configure:4308: checking for a52dec/a52.h
configure:4308: result: yes
configure:4331: checking for an ANSI C-conforming const
configure:4397: gcc -c -g -O2  -I/usr/local/src/dvbcut/ffmpeg/include 
-I/usr/local/src/dvbcut/ffmpeg/include/ffmpeg conftest.c >&5
configure:4397: $? = 0
configure:4404: result: yes
configure:4412: checking for off_t
configure:4412: gcc -c -g -O2  -I/usr/local/src/dvbcut/ffmpeg/include 
-I/usr/local/src/dvbcut/ffmpeg/include/ffmpeg conftest.c >&5
configure:4412: $? = 0
configure:4412: gcc -c -g -O2  -I/usr/local/src/dvbcut/ffmpeg/include 
-I/usr/local/src/dvbcut/ffmpeg/include/ffmpeg conftest.c >&5
conftest.c: In function 'main':
conftest.c:62:20: error: expected expression before ')' token
 if (sizeof ((off_t)))
                    ^
configure:4412: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define HAVE_LIB_MAD 1
| #define HAVE_LIB_A52 1
| #define HAVE_LIB_AO 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_AO_AO_H 1
| #define HAVE_MAD_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_A52DEC_A52_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((off_t)))
|           return 0;
|   ;
|   return 0;
| }
configure:4412: result: yes
configure:4423: checking for size_t
configure:4423: gcc -c -g -O2  -I/usr/local/src/dvbcut/ffmpeg/include 
-I/usr/local/src/dvbcut/ffmpeg/include/ffmpeg conftest.c >&5
configure:4423: $? = 0
configure:4423: gcc -c -g -O2  -I/usr/local/src/dvbcut/ffmpeg/include 
-I/usr/local/src/dvbcut/ffmpeg/include/ffmpeg conftest.c >&5
conftest.c: In function 'main':
conftest.c:62:21: error: expected expression before ')' token
 if (sizeof ((size_t)))
                     ^
configure:4423: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define HAVE_LIB_MAD 1
| #define HAVE_LIB_A52 1
| #define HAVE_LIB_AO 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_AO_AO_H 1
| #define HAVE_MAD_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_A52DEC_A52_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((size_t)))
|           return 0;
|   ;
|   return 0;
| }
configure:4423: result: yes
configure:4441: checking for stdlib.h
configure:4441: result: yes
configure:4441: checking for unistd.h
configure:4441: result: yes
configure:4441: checking for sys/param.h
configure:4441: gcc -c -g -O2  -I/usr/local/src/dvbcut/ffmpeg/include 
-I/usr/local/src/dvbcut/ffmpeg/include/ffmpeg conftest.c >&5
configure:4441: $? = 0
configure:4441: result: yes
configure:4461: checking for getpagesize
configure:4461: gcc -o conftest -g -O2  -I/usr/local/src/dvbcut/ffmpeg/include 
-I/usr/local/src/dvbcut/ffmpeg/include/ffmpeg 
-L/usr/local/src/dvbcut/ffmpeg/lib  conftest.c  -lmad -la52 -lm -lao  >&5
configure:4461: $? = 0
configure:4461: result: yes
configure:4470: checking for working mmap
configure:4617: gcc -o conftest -g -O2  -I/usr/local/src/dvbcut/ffmpeg/include 
-I/usr/local/src/dvbcut/ffmpeg/include/ffmpeg 
-L/usr/local/src/dvbcut/ffmpeg/lib  conftest.c  -lmad -la52 -lm -lao  >&5
configure:4617: $? = 0
configure:4617: ./conftest
configure:4617: $? = 0
configure:4627: result: yes
configure:4672: checking for main in -lqt-mt
configure:4691: gcc -o conftest -g -O2  -I/usr/local/src/dvbcut/ffmpeg/include 
-I/usr/local/src/dvbcut/ffmpeg/include/ffmpeg -I/usr/include/qt3/ 
-L/usr/local/src/dvbcut/ffmpeg/lib  -L/usr/lib/qt3/lib conftest.c -lqt-mt   
-lmad -la52 -lm -lao  >&5
configure:4691: $? = 0
configure:4700: result: yes
configure:4906: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by config.status, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 

on tbastian-desktop

config.status:754: creating makefile
config.status:754: creating src/Makefile
config.status:754: creating dvbcut.desktop

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_func_getpagesize=yes
ac_cv_func_mmap_fixed_mapped=yes
ac_cv_header_a52dec_a52_h=yes
ac_cv_header_ao_ao_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_mad_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_param_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=x86_64-unknown-linux-gnu
ac_cv_lib_a52_a52_init=yes
ac_cv_lib_ao_ao_initialize=yes
ac_cv_lib_mad_mad_decoder_init=yes
ac_cv_lib_qt_mt_main=yes
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_target=x86_64-unknown-linux-gnu
ac_cv_type_off_t=yes
ac_cv_type_size_t=yes

## ----------------- ##
## Output variables. ##
## ----------------- ##

CC='gcc'
CFLAGS='-g -O2'
CONFIGURE_ARGS=' '\''--with-qt3=/usr/lib/qt3'\'' 
'\''--with-qt3-include=/usr/include/qt3/'\'''
CPP='gcc -E'
CPPFLAGS=' -I/usr/local/src/dvbcut/ffmpeg/include 
-I/usr/local/src/dvbcut/ffmpeg/include/ffmpeg -I/usr/include/qt3/'
CXX='g++'
CXXFLAGS='-g -O2'
DEFS='-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" 
-DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" 
-DHAVE_LIB_MAD=1 -DHAVE_LIB_A52=1 -DHAVE_LIB_AO=1 -DSTDC_HEADERS=1 
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 
-DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 
-DHAVE_UNISTD_H=1 -DHAVE_AO_AO_H=1 -DHAVE_MAD_H=1 -DHAVE_STDINT_H=1 
-DHAVE_A52DEC_A52_H=1 -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 
-DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -D__STDC_LIMIT_MACROS=1 
-D__STDC_CONSTANT_MACROS=1 -D_FILE_OFFSET_BITS=64'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/bin/grep -E'
EXEEXT=''
FFMPEG_LIBS='-lavformat -lavcodec -lavutil'
GREP='/usr/bin/grep'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
LDFLAGS='-L/usr/local/src/dvbcut/ffmpeg/lib  -L/usr/lib/qt3/lib'
LIBOBJS=''
LIBS=' -lmad -la52 -lm -lao  -lqt-mt'
LTLIBOBJS=''
OBJEXT='o'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_URL=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
QTDIR='/usr/lib/qt3'
SET_MAKE=''
SHELL='/bin/sh'
STDLIB=''
STRIP='strip'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
bindir='${exec_prefix}/bin'
build='x86_64-unknown-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='unknown'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE}'
dvidir='${docdir}'
exec_prefix='${prefix}'
ffmpeg_internal='ffmpeg_internal'
ffmpeg_prefix='/usr/local/src/dvbcut/ffmpeg'
host='x86_64-unknown-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='unknown'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target='x86_64-unknown-linux-gnu'
target_alias=''
target_cpu='x86_64'
target_os='linux-gnu'
target_vendor='unknown'

## ----------- ##
## confdefs.h. ##
## ----------- ##

/* confdefs.h */
#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#define HAVE_LIB_MAD 1
#define HAVE_LIB_A52 1
#define HAVE_LIB_AO 1
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_AO_AO_H 1
#define HAVE_MAD_H 1
#define HAVE_STDINT_H 1
#define HAVE_A52DEC_A52_H 1
#define HAVE_STDLIB_H 1
#define HAVE_UNISTD_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_GETPAGESIZE 1
#define HAVE_MMAP 1
#define __STDC_LIMIT_MACROS 1
#define __STDC_CONSTANT_MACROS 1
#define _FILE_OFFSET_BITS 64

configure: exit 0


------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
DVBCUT-user mailing list
DVBCUT-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dvbcut-user

Reply via email to