Build of libdv with clang_glibc toolchain

The build took 00h 01m 53s and was SUCCESSFUL.

The program in this build is written in the following languages, according to sloccount:

SLOCLanguage
14,694 ansic
8,716 sh
7,250 asm
2,217 makefile
32,877 total

The process tree of the build process is here.

Log

To avoid scrolling, you may jump to the last line of the invocation of makepkg that was used to build this package.

Removed vanilla repositories from pacman.conf and added:
# [tuscan]
# Server = file:///var/cache/pacman/pkg/

CMD: pacman -Syy --noconfirm
# :: Synchronizing package databases...
# downloading tuscan.db...

Copied permanent toolchain into container-local sysroot
# /toolchain_root/sysroot --> /sysroot/sysroot
# /toolchain_root/lib --> /sysroot/lib
# /toolchain_root/sbin --> /sysroot/sbin
# /toolchain_root/lib64 --> /sysroot/lib64
# /toolchain_root/etc --> /sysroot/etc
# /toolchain_root/share --> /sysroot/share
# /toolchain_root/bin --> /sysroot/bin
# /toolchain_root/var --> /sysroot/var
# /toolchain_root/usr --> /sysroot/usr
# /toolchain_root/glibc-build --> /sysroot/glibc-build
# /toolchain_root/x86_64-pc-linux-gnu --> /sysroot/x86_64-pc-linux-gnu
# /toolchain_root/include --> /sysroot/include
# /toolchain_root/libexec --> /sysroot/libexec

CMD: sudo -u tuscan PATH=/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=clang CXX=clang++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: libdv 1.0.0-6 (Thu Apr 13 20:23:43 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# configure: WARNING: If you wanted to set the --build type, don't use --host.
# If a cross compiler is detected then cross compile mode will be used.
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking target system type... x86_64-unknown-linux-gnu
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking for x86_64-unknown-linux-strip... no
# checking for strip... strip
# checking whether to enable maintainer-specific portions of Makefiles... no
# checking for x86_64-unknown-linux-gcc... clang
# checking for C compiler default output file name... a.out
# checking whether the C compiler works... yes
# checking whether we are cross compiling... no
# checking for suffix of executables...
# checking for suffix of object files... o
# checking whether we are using the GNU C compiler... yes
# checking whether clang accepts -g... yes
# checking for clang option to accept ISO C89... none needed
# checking for style of include used by make... GNU
# checking dependency style of clang... gcc3
# checking for a BSD-compatible install... /usr/bin/install -c
# checking for a sed that does not truncate output... /usr/bin/sed
# checking for grep that handles long lines and -e... /usr/bin/grep
# checking for egrep... /usr/bin/grep -E
# checking for ld used by clang... /usr/bin/ld
# checking if the linker (/usr/bin/ld) is GNU ld... yes
# checking for /usr/bin/ld option to reload object files... -r
# checking for BSD-compatible nm... /usr/bin/nm -B
# checking whether ln -s works... yes
# checking how to recognise dependent libraries... pass_all
# checking how to run the C preprocessor... clang -E
# checking for ANSI C header files... yes
# checking for sys/types.h... yes
# checking for sys/stat.h... yes
# checking for stdlib.h... yes
# checking for string.h... yes
# checking for memory.h... yes
# checking for strings.h... yes
# checking for inttypes.h... yes
# checking for stdint.h... yes
# checking for unistd.h... yes
# checking dlfcn.h usability... yes
# checking dlfcn.h presence... yes
# checking for dlfcn.h... yes
# checking whether we are using the GNU C++ compiler... yes
# checking whether clang++ accepts -g... yes
# checking dependency style of clang++... gcc3
# checking how to run the C++ preprocessor... clang++ -E
# checking for x86_64-unknown-linux-g77... no
# checking for x86_64-unknown-linux-f77... no
# checking for x86_64-unknown-linux-xlf... no
# checking for x86_64-unknown-linux-frt... no
# checking for x86_64-unknown-linux-pgf77... no
# checking for x86_64-unknown-linux-cf77... no
# checking for x86_64-unknown-linux-fort77... no
# checking for x86_64-unknown-linux-fl32... no
# checking for x86_64-unknown-linux-af77... no
# checking for x86_64-unknown-linux-f90... no
# checking for x86_64-unknown-linux-xlf90... no
# checking for x86_64-unknown-linux-pgf90... no
# checking for x86_64-unknown-linux-pghpf... no
# checking for x86_64-unknown-linux-epcf90... no
# checking for x86_64-unknown-linux-gfortran... no
# checking for x86_64-unknown-linux-g95... no
# checking for x86_64-unknown-linux-f95... no
# checking for x86_64-unknown-linux-fort... no
# checking for x86_64-unknown-linux-xlf95... no
# checking for x86_64-unknown-linux-ifort... no
# checking for x86_64-unknown-linux-ifc... no
# checking for x86_64-unknown-linux-efc... no
# checking for x86_64-unknown-linux-pgf95... no
# checking for x86_64-unknown-linux-lf95... no
# checking for x86_64-unknown-linux-ftn... no
# checking for g77... no
# checking for f77... no
# checking for xlf... no
# checking for frt... no
# checking for pgf77... no
# checking for cf77... no
# checking for fort77... no
# checking for fl32... no
# checking for af77... no
# checking for f90... no
# checking for xlf90... no
# checking for pgf90... no
# checking for pghpf... no
# checking for epcf90... no
# checking for gfortran... gfortran
# checking whether we are using the GNU Fortran 77 compiler... yes
# checking whether gfortran accepts -g... yes
# checking the maximum length of command line arguments... 32768
# checking command to parse /usr/bin/nm -B output from clang object... ok
# checking for objdir... .libs
# checking for x86_64-unknown-linux-ar... no
# checking for ar... ar
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking for x86_64-unknown-linux-strip... strip
# checking if clang supports -fno-rtti -fno-exceptions... yes
# checking for clang option to produce PIC... -fPIC
# checking if clang PIC flag -fPIC works... yes
# checking if clang static flag -static works... yes
# checking if clang supports -c -o file.o... yes
# checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking whether -lc should be explicitly linked in... no
# checking dynamic linker characteristics... GNU/Linux ld.so
# checking how to hardcode library paths into programs... immediate
# checking whether stripping libraries is possible... yes
# checking if libtool supports shared libraries... yes
# checking whether to build shared libraries... yes
# checking whether to build static libraries... yes
# configure: creating libtool
# appending configuration tag "CXX" to libtool
# checking for ld used by clang++... /usr/bin/ld -m elf_x86_64
# checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
# checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking for clang++ option to produce PIC... -fPIC
# checking if clang++ PIC flag -fPIC works... yes
# checking if clang++ static flag -static works... yes
# checking if clang++ supports -c -o file.o... yes
# checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking dynamic linker characteristics... GNU/Linux ld.so
# checking how to hardcode library paths into programs... immediate
# appending configuration tag "F77" to libtool
# checking if libtool supports shared libraries... yes
# checking whether to build shared libraries... yes
# checking whether to build static libraries... yes
# checking for gfortran option to produce PIC... -fPIC
# checking if gfortran PIC flag -fPIC works... yes
# checking if gfortran static flag -static works... no
# checking if gfortran supports -c -o file.o... yes
# checking whether the gfortran linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking dynamic linker characteristics... GNU/Linux ld.so
# checking how to hardcode library paths into programs... immediate
# checking whether to enable debugging... default=yes
# checking for pthread_create in -lpthread... yes
# checking for sqrt in -lm... yes
# checking for poptGetContext in -lpopt... yes
# checking for X... libraries /usr/lib, headers
# checking for ANSI C header files... (cached) yes
# checking fcntl.h usability... yes
# checking fcntl.h presence... yes
# checking for fcntl.h... yes
# checking sys/time.h usability... yes
# checking sys/time.h presence... yes
# checking for sys/time.h... yes
# checking for unistd.h... (cached) yes
# checking linux/videodev.h usability... no
# checking linux/videodev.h presence... no
# checking for linux/videodev.h... no
# checking sys/soundcard.h usability... yes
# checking sys/soundcard.h presence... yes
# checking for sys/soundcard.h... yes
# checking endian.h usability... yes
# checking endian.h presence... yes
# checking for endian.h... yes
# checking machine/endian.h usability... no
# checking machine/endian.h presence... no
# checking for machine/endian.h... no
# checking for inttypes.h... (cached) yes
# checking for an ANSI C-conforming const... yes
# checking for inline... inline
# checking for off_t... yes
# checking for size_t... yes
# checking whether time.h and sys/time.h may both be included... yes
# checking for stdlib.h... (cached) yes
# checking for unistd.h... (cached) yes
# checking for getpagesize... yes
# checking for working mmap... yes
# checking for gettimeofday... yes
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating libdv.spec
# config.status: creating libdv.pc
# config.status: creating libdv/Makefile
# config.status: creating playdv/Makefile
# config.status: creating encodedv/Makefile
# config.status: creating config.h
# config.status: executing depfiles commands
# make all-recursive
# make[1]: Entering directory '/tmp/libdv/src/libdv-1.0.0'
# Making all in libdv
# make[2]: Entering directory '/tmp/libdv/src/libdv-1.0.0/libdv'
# if clang -DHAVE_CONFIG_H -I. -I. -I.. -Wall -g -MT gasmoff.o -MD -MP -MF ".deps/gasmoff.Tpo" -c -o gasmoff.o gasmoff.c; \
# then mv -f ".deps/gasmoff.Tpo" ".deps/gasmoff.Po"; else rm -f ".deps/gasmoff.Tpo"; exit 1; fi
# /bin/sh ../libtool --silent --tag=CC --mode=link clang -Wall -g -o gasmoff gasmoff.o -lm
# ./gasmoff > asmoff.h
# make all-am
# make[3]: Entering directory '/tmp/libdv/src/libdv-1.0.0/libdv'
# if /bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I.. -Wall -g -MT dv.lo -MD -MP -MF ".deps/dv.Tpo" -c -o dv.lo dv.c; \
# then mv -f ".deps/dv.Tpo" ".deps/dv.Plo"; else rm -f ".deps/dv.Tpo"; exit 1; fi
# dv.c:113:5: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# longName: "video-system",
# ^~~~~~~~~
# .longName =
# dv.c:114:5: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# shortName: 'V',
# ^~~~~~~~~~
# .shortName =
# dv.c:115:5: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# argInfo: POPT_ARG_INT,
# ^~~~~~~~
# .argInfo =
# dv.c:116:5: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# descrip: "video standard:"
# ^~~~~~~~
# .descrip =
# dv.c:121:5: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# argDescrip: "(0|1|2|3)",
# ^~~~~~~~~~~
# .argDescrip =
# dv.c:122:5: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# arg: &result->arg_video_system,
# ^~~~
# .arg =
# dv.c:126:5: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# argInfo: POPT_ARG_INCLUDE_TABLE,
# ^~~~~~~~
# .argInfo =
# dv.c:127:5: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# descrip: "Video decode options",
# ^~~~~~~~
# .descrip =
# dv.c:128:5: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# arg: &result->video->option_table[0],
# ^~~~
# .arg =
# dv.c:132:5: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# argInfo: POPT_ARG_INCLUDE_TABLE,
# ^~~~~~~~
# .argInfo =
# dv.c:133:5: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# descrip: "Audio decode options",
# ^~~~~~~~
# .descrip =
# dv.c:134:5: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# arg: result->audio->option_table,
# ^~~~
# .arg =
# dv.c:138:5: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# argInfo: POPT_ARG_CALLBACK|POPT_CBFLAG_POST,
# ^~~~~~~~
# .argInfo =
# dv.c:139:5: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# arg: dv_decoder_popt_callback,
# ^~~~
# .arg =
# dv.c:140:5: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# descrip: (char *)result, /* data passed to callback */
# ^~~~~~~~
# .descrip =
# 15 warnings generated.
# if /bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I.. -Wall -g -MT dct.lo -MD -MP -MF ".deps/dct.Tpo" -c -o dct.lo dct.c; \
# then mv -f ".deps/dct.Tpo" ".deps/dct.Plo"; else rm -f ".deps/dct.Tpo"; exit 1; fi
# dct.c:271:13: warning: unused function 'postscale88' [-Wunused-function]
# static void postscale88(var v[64])
# ^
# dct.c:282:20: warning: unused function 'dct88_aan' [-Wunused-function]
# static inline void dct88_aan(short *s_in)
# ^
# dct.c:304:20: warning: unused function 'dct248_aan' [-Wunused-function]
# static inline void dct248_aan(short *s_in)
# ^
# dct.c:334:13: warning: unused function 'postscale248' [-Wunused-function]
# static void postscale248(var v[64])
# ^
# 4 warnings generated.
# if /bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I.. -Wall -g -MT idct_248.lo -MD -MP -MF ".deps/idct_248.Tpo" -c -o idct_248.lo idct_248.c; \
# then mv -f ".deps/idct_248.Tpo" ".deps/idct_248.Plo"; else rm -f ".deps/idct_248.Tpo"; exit 1; fi
# if /bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I.. -Wall -g -MT weighting.lo -MD -MP -MF ".deps/weighting.Tpo" -c -o weighting.lo weighting.c; \
# then mv -f ".deps/weighting.Tpo" ".deps/weighting.Plo"; else rm -f ".deps/weighting.Tpo"; exit 1; fi
# if /bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I.. -Wall -g -MT quant.lo -MD -MP -MF ".deps/quant.Tpo" -c -o quant.lo quant.c; \
# then mv -f ".deps/quant.Tpo" ".deps/quant.Plo"; else rm -f ".deps/quant.Tpo"; exit 1; fi
# if /bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I.. -Wall -g -MT vlc.lo -MD -MP -MF ".deps/vlc.Tpo" -c -o vlc.lo vlc.c; \
# then mv -f ".deps/vlc.Tpo" ".deps/vlc.Plo"; else rm -f ".deps/vlc.Tpo"; exit 1; fi
# vlc.c:149:48: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# const dv_vlc_tab_t dv_vlc_broken[1] = { [0] = {run: -1, amp: -1, len: VLC_NOBITS} };
# ^~~~
# .run =
# vlc.c:149:57: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# const dv_vlc_tab_t dv_vlc_broken[1] = { [0] = {run: -1, amp: -1, len: VLC_NOBITS} };
# ^~~~
# .amp =
# vlc.c:149:66: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# const dv_vlc_tab_t dv_vlc_broken[1] = { [0] = {run: -1, amp: -1, len: VLC_NOBITS} };
# ^~~~
# .len =
# vlc.c:157:22: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x00 ... 0x07] = {run: 0, amp: 1, len: 1+2}, /* 00s */
# ^~~~
# .run =
# vlc.c:157:31: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x00 ... 0x07] = {run: 0, amp: 1, len: 1+2}, /* 00s */
# ^~~~
# .amp =
# vlc.c:157:40: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x00 ... 0x07] = {run: 0, amp: 1, len: 1+2}, /* 00s */
# ^~~~
# .len =
# vlc.c:159:22: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x08 ... 0x0b] = {run: 0, amp: 2, len: 1+3}, /* 010s */
# ^~~~
# .run =
# vlc.c:159:31: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x08 ... 0x0b] = {run: 0, amp: 2, len: 1+3}, /* 010s */
# ^~~~
# .amp =
# vlc.c:159:40: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x08 ... 0x0b] = {run: 0, amp: 2, len: 1+3}, /* 010s */
# ^~~~
# .len =
# vlc.c:161:22: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x0c ... 0x0d] = {run: -1, amp: 0, len: 4}, /* 0110 (EOB) */
# ^~~~
# .run =
# vlc.c:161:31: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x0c ... 0x0d] = {run: -1, amp: 0, len: 4}, /* 0110 (EOB) */
# ^~~~
# .amp =
# vlc.c:161:40: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x0c ... 0x0d] = {run: -1, amp: 0, len: 4}, /* 0110 (EOB) */
# ^~~~
# .len =
# vlc.c:162:22: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x0e ... 0x0f] = {run: 1, amp: 1, len: 1+4}, /* 0111s */
# ^~~~
# .run =
# vlc.c:162:31: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x0e ... 0x0f] = {run: 1, amp: 1, len: 1+4}, /* 0111s */
# ^~~~
# .amp =
# vlc.c:162:40: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x0e ... 0x0f] = {run: 1, amp: 1, len: 1+4}, /* 0111s */
# ^~~~
# .len =
# vlc.c:164:22: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x10 ... 0x11] = {run: 0, amp: 3, len: 1+4}, /* 1000s */
# ^~~~
# .run =
# vlc.c:164:31: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x10 ... 0x11] = {run: 0, amp: 3, len: 1+4}, /* 1000s */
# ^~~~
# .amp =
# vlc.c:164:40: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x10 ... 0x11] = {run: 0, amp: 3, len: 1+4}, /* 1000s */
# ^~~~
# .len =
# vlc.c:165:22: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x12 ... 0x13] = {run: 0, amp: 4, len: 1+4}, /* 1001s */
# ^~~~
# .run =
# vlc.c:165:31: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x12 ... 0x13] = {run: 0, amp: 4, len: 1+4}, /* 1001s */
# ^~~~
# .amp =
# vlc.c:165:40: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x12 ... 0x13] = {run: 0, amp: 4, len: 1+4}, /* 1001s */
# ^~~~
# .len =
# vlc.c:167:22: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x14 ] = {run: 2, amp: 1, len: 1+5}, /* 10100s */
# ^~~~
# .run =
# vlc.c:167:31: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x14 ] = {run: 2, amp: 1, len: 1+5}, /* 10100s */
# ^~~~
# .amp =
# vlc.c:167:40: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x14 ] = {run: 2, amp: 1, len: 1+5}, /* 10100s */
# ^~~~
# .len =
# vlc.c:168:22: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x15 ] = {run: 1, amp: 2, len: 1+5}, /* 10101s */
# ^~~~
# .run =
# vlc.c:168:31: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x15 ] = {run: 1, amp: 2, len: 1+5}, /* 10101s */
# ^~~~
# .amp =
# vlc.c:168:40: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x15 ] = {run: 1, amp: 2, len: 1+5}, /* 10101s */
# ^~~~
# .len =
# vlc.c:169:22: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x16 ] = {run: 0, amp: 5, len: 1+5}, /* 10110s */
# ^~~~
# .run =
# vlc.c:169:31: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x16 ] = {run: 0, amp: 5, len: 1+5}, /* 10110s */
# ^~~~
# .amp =
# vlc.c:169:40: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x16 ] = {run: 0, amp: 5, len: 1+5}, /* 10110s */
# ^~~~
# .len =
# vlc.c:170:22: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x17 ] = {run: 0, amp: 6, len: 1+5}, /* 10111s */
# ^~~~
# .run =
# vlc.c:170:31: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x17 ] = {run: 0, amp: 6, len: 1+5}, /* 10111s */
# ^~~~
# .amp =
# vlc.c:170:40: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x17 ] = {run: 0, amp: 6, len: 1+5}, /* 10111s */
# ^~~~
# .len =
# vlc.c:172:22: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x18 ... 0x1f] = {run: -1, amp: -1, len: VLC_NOBITS},
# ^~~~
# .run =
# vlc.c:172:31: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x18 ... 0x1f] = {run: -1, amp: -1, len: VLC_NOBITS},
# ^~~~
# .amp =
# vlc.c:172:41: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x18 ... 0x1f] = {run: -1, amp: -1, len: VLC_NOBITS},
# ^~~~
# .len =
# vlc.c:204:22: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x00 ... 0x07] = {run: 3, amp: 1, len: 1+6}, /* 110000s */
# ^~~~
# .run =
# vlc.c:204:31: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x00 ... 0x07] = {run: 3, amp: 1, len: 1+6}, /* 110000s */
# ^~~~
# .amp =
# vlc.c:204:40: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x00 ... 0x07] = {run: 3, amp: 1, len: 1+6}, /* 110000s */
# ^~~~
# .len =
# vlc.c:205:22: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x08 ... 0x0f] = {run: 4, amp: 1, len: 1+6}, /* 110001s */
# ^~~~
# .run =
# vlc.c:205:31: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x08 ... 0x0f] = {run: 4, amp: 1, len: 1+6}, /* 110001s */
# ^~~~
# .amp =
# vlc.c:205:40: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x08 ... 0x0f] = {run: 4, amp: 1, len: 1+6}, /* 110001s */
# ^~~~
# .len =
# vlc.c:206:22: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x10 ... 0x17] = {run: 0, amp: 7, len: 1+6}, /* 110010s */
# ^~~~
# .run =
# vlc.c:206:31: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x10 ... 0x17] = {run: 0, amp: 7, len: 1+6}, /* 110010s */
# ^~~~
# .amp =
# vlc.c:206:40: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x10 ... 0x17] = {run: 0, amp: 7, len: 1+6}, /* 110010s */
# ^~~~
# .len =
# vlc.c:207:22: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x18 ... 0x1f] = {run: 0, amp: 8, len: 1+6}, /* 110011s */
# ^~~~
# .run =
# vlc.c:207:31: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x18 ... 0x1f] = {run: 0, amp: 8, len: 1+6}, /* 110011s */
# ^~~~
# .amp =
# vlc.c:207:40: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x18 ... 0x1f] = {run: 0, amp: 8, len: 1+6}, /* 110011s */
# ^~~~
# .len =
# vlc.c:209:22: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x20 ... 0x23] = {run: 5, amp: 1, len: 1+7}, /* 1101000s */
# ^~~~
# .run =
# vlc.c:209:31: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x20 ... 0x23] = {run: 5, amp: 1, len: 1+7}, /* 1101000s */
# ^~~~
# .amp =
# vlc.c:209:40: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x20 ... 0x23] = {run: 5, amp: 1, len: 1+7}, /* 1101000s */
# ^~~~
# .len =
# vlc.c:210:22: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x24 ... 0x27] = {run: 6, amp: 1, len: 1+7}, /* 1101001s */
# ^~~~
# .run =
# vlc.c:210:31: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x24 ... 0x27] = {run: 6, amp: 1, len: 1+7}, /* 1101001s */
# ^~~~
# .amp =
# vlc.c:210:40: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x24 ... 0x27] = {run: 6, amp: 1, len: 1+7}, /* 1101001s */
# ^~~~
# .len =
# vlc.c:211:22: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x28 ... 0x2b] = {run: 2, amp: 2, len: 1+7}, /* 1101010s */
# ^~~~
# .run =
# vlc.c:211:31: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x28 ... 0x2b] = {run: 2, amp: 2, len: 1+7}, /* 1101010s */
# ^~~~
# .amp =
# vlc.c:211:40: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x28 ... 0x2b] = {run: 2, amp: 2, len: 1+7}, /* 1101010s */
# ^~~~
# .len =
# vlc.c:212:22: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x2c ... 0x2f] = {run: 1, amp: 3, len: 1+7}, /* 1101011s */
# ^~~~
# .run =
# vlc.c:212:31: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x2c ... 0x2f] = {run: 1, amp: 3, len: 1+7}, /* 1101011s */
# ^~~~
# .amp =
# vlc.c:212:40: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x2c ... 0x2f] = {run: 1, amp: 3, len: 1+7}, /* 1101011s */
# ^~~~
# .len =
# vlc.c:213:22: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x30 ... 0x33] = {run: 1, amp: 4, len: 1+7}, /* 1101100s */
# ^~~~
# .run =
# vlc.c:213:31: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x30 ... 0x33] = {run: 1, amp: 4, len: 1+7}, /* 1101100s */
# ^~~~
# .amp =
# vlc.c:213:40: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x30 ... 0x33] = {run: 1, amp: 4, len: 1+7}, /* 1101100s */
# ^~~~
# .len =
# vlc.c:214:22: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x34 ... 0x37] = {run: 0, amp: 9, len: 1+7}, /* 1101101s */
# ^~~~
# .run =
# vlc.c:214:31: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x34 ... 0x37] = {run: 0, amp: 9, len: 1+7}, /* 1101101s */
# ^~~~
# .amp =
# vlc.c:214:40: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x34 ... 0x37] = {run: 0, amp: 9, len: 1+7}, /* 1101101s */
# ^~~~
# .len =
# vlc.c:215:22: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x38 ... 0x3b] = {run: 0, amp: 10, len: 1+7}, /* 1101110s */
# ^~~~
# .run =
# vlc.c:215:31: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x38 ... 0x3b] = {run: 0, amp: 10, len: 1+7}, /* 1101110s */
# ^~~~
# .amp =
# vlc.c:215:40: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x38 ... 0x3b] = {run: 0, amp: 10, len: 1+7}, /* 1101110s */
# ^~~~
# .len =
# vlc.c:216:22: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x3c ... 0x3f] = {run: 0, amp: 11, len: 1+7}, /* 1101111s */
# ^~~~
# .run =
# vlc.c:216:31: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x3c ... 0x3f] = {run: 0, amp: 11, len: 1+7}, /* 1101111s */
# ^~~~
# .amp =
# vlc.c:216:40: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x3c ... 0x3f] = {run: 0, amp: 11, len: 1+7}, /* 1101111s */
# ^~~~
# .len =
# vlc.c:218:22: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x40 ... 0x41] = {run: 7, amp: 1, len: 1+8}, /* 11100000s */
# ^~~~
# .run =
# vlc.c:218:31: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x40 ... 0x41] = {run: 7, amp: 1, len: 1+8}, /* 11100000s */
# ^~~~
# .amp =
# vlc.c:218:40: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x40 ... 0x41] = {run: 7, amp: 1, len: 1+8}, /* 11100000s */
# ^~~~
# .len =
# vlc.c:219:22: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x42 ... 0x43] = {run: 8, amp: 1, len: 1+8}, /* 11100001s */
# ^~~~
# .run =
# vlc.c:219:31: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x42 ... 0x43] = {run: 8, amp: 1, len: 1+8}, /* 11100001s */
# ^~~~
# .amp =
# vlc.c:219:40: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x42 ... 0x43] = {run: 8, amp: 1, len: 1+8}, /* 11100001s */
# ^~~~
# .len =
# vlc.c:220:22: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x44 ... 0x45] = {run: 9, amp: 1, len: 1+8}, /* 11100010s */
# ^~~~
# .run =
# vlc.c:220:31: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x44 ... 0x45] = {run: 9, amp: 1, len: 1+8}, /* 11100010s */
# ^~~~
# .amp =
# vlc.c:220:40: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x44 ... 0x45] = {run: 9, amp: 1, len: 1+8}, /* 11100010s */
# ^~~~
# .len =
# vlc.c:221:22: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x46 ... 0x47] = {run: 10, amp: 1, len: 1+8}, /* 11100011s */
# ^~~~
# .run =
# vlc.c:221:31: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x46 ... 0x47] = {run: 10, amp: 1, len: 1+8}, /* 11100011s */
# ^~~~
# .amp =
# vlc.c:221:40: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x46 ... 0x47] = {run: 10, amp: 1, len: 1+8}, /* 11100011s */
# ^~~~
# .len =
# vlc.c:222:22: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x48 ... 0x49] = {run: 3, amp: 2, len: 1+8}, /* 11100100s */
# ^~~~
# .run =
# vlc.c:222:31: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x48 ... 0x49] = {run: 3, amp: 2, len: 1+8}, /* 11100100s */
# ^~~~
# .amp =
# vlc.c:222:40: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x48 ... 0x49] = {run: 3, amp: 2, len: 1+8}, /* 11100100s */
# ^~~~
# .len =
# vlc.c:223:22: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x4a ... 0x4b] = {run: 4, amp: 2, len: 1+8}, /* 11100101s */
# ^~~~
# .run =
# vlc.c:223:31: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x4a ... 0x4b] = {run: 4, amp: 2, len: 1+8}, /* 11100101s */
# ^~~~
# .amp =
# vlc.c:223:40: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x4a ... 0x4b] = {run: 4, amp: 2, len: 1+8}, /* 11100101s */
# ^~~~
# .len =
# vlc.c:224:22: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x4c ... 0x4d] = {run: 2, amp: 3, len: 1+8}, /* 11100110s */
# ^~~~
# .run =
# vlc.c:224:31: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x4c ... 0x4d] = {run: 2, amp: 3, len: 1+8}, /* 11100110s */
# ^~~~
# .amp =
# vlc.c:224:40: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x4c ... 0x4d] = {run: 2, amp: 3, len: 1+8}, /* 11100110s */
# ^~~~
# .len =
# vlc.c:225:22: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x4e ... 0x4f] = {run: 1, amp: 5, len: 1+8}, /* 11100111s */
# ^~~~
# .run =
# vlc.c:225:31: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x4e ... 0x4f] = {run: 1, amp: 5, len: 1+8}, /* 11100111s */
# ^~~~
# .amp =
# vlc.c:225:40: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x4e ... 0x4f] = {run: 1, amp: 5, len: 1+8}, /* 11100111s */
# ^~~~
# .len =
# vlc.c:226:22: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x50 ... 0x51] = {run: 1, amp: 6, len: 1+8}, /* 11101000s */
# ^~~~
# .run =
# vlc.c:226:31: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x50 ... 0x51] = {run: 1, amp: 6, len: 1+8}, /* 11101000s */
# ^~~~
# .amp =
# vlc.c:226:40: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x50 ... 0x51] = {run: 1, amp: 6, len: 1+8}, /* 11101000s */
# ^~~~
# .len =
# vlc.c:227:22: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x52 ... 0x53] = {run: 1, amp: 7, len: 1+8}, /* 11101001s */
# ^~~~
# .run =
# vlc.c:227:31: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x52 ... 0x53] = {run: 1, amp: 7, len: 1+8}, /* 11101001s */
# ^~~~
# .amp =
# vlc.c:227:40: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x52 ... 0x53] = {run: 1, amp: 7, len: 1+8}, /* 11101001s */
# ^~~~
# .len =
# vlc.c:228:22: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x54 ... 0x55] = {run: 0, amp: 12, len: 1+8}, /* 11101010s */
# ^~~~
# .run =
# vlc.c:228:31: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x54 ... 0x55] = {run: 0, amp: 12, len: 1+8}, /* 11101010s */
# ^~~~
# .amp =
# vlc.c:228:40: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x54 ... 0x55] = {run: 0, amp: 12, len: 1+8}, /* 11101010s */
# ^~~~
# .len =
# vlc.c:229:22: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x56 ... 0x57] = {run: 0, amp: 13, len: 1+8}, /* 11101011s */
# ^~~~
# .run =
# vlc.c:229:31: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x56 ... 0x57] = {run: 0, amp: 13, len: 1+8}, /* 11101011s */
# ^~~~
# .amp =
# vlc.c:229:40: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x56 ... 0x57] = {run: 0, amp: 13, len: 1+8}, /* 11101011s */
# ^~~~
# .len =
# vlc.c:230:22: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x58 ... 0x59] = {run: 0, amp: 14, len: 1+8}, /* 11101100s */
# ^~~~
# .run =
# vlc.c:230:31: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x58 ... 0x59] = {run: 0, amp: 14, len: 1+8}, /* 11101100s */
# ^~~~
# .amp =
# vlc.c:230:40: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x58 ... 0x59] = {run: 0, amp: 14, len: 1+8}, /* 11101100s */
# ^~~~
# .len =
# vlc.c:231:22: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x5a ... 0x5b] = {run: 0, amp: 15, len: 1+8}, /* 11101101s */
# ^~~~
# .run =
# vlc.c:231:31: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x5a ... 0x5b] = {run: 0, amp: 15, len: 1+8}, /* 11101101s */
# ^~~~
# .amp =
# vlc.c:231:40: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x5a ... 0x5b] = {run: 0, amp: 15, len: 1+8}, /* 11101101s */
# ^~~~
# .len =
# vlc.c:232:22: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x5c ... 0x5d] = {run: 0, amp: 16, len: 1+8}, /* 11101110s */
# ^~~~
# .run =
# vlc.c:232:31: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x5c ... 0x5d] = {run: 0, amp: 16, len: 1+8}, /* 11101110s */
# ^~~~
# .amp =
# vlc.c:232:40: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x5c ... 0x5d] = {run: 0, amp: 16, len: 1+8}, /* 11101110s */
# ^~~~
# .len =
# vlc.c:233:22: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x5e ... 0x5f] = {run: 0, amp: 17, len: 1+8}, /* 11101111s */
# ^~~~
# .run =
# vlc.c:233:31: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x5e ... 0x5f] = {run: 0, amp: 17, len: 1+8}, /* 11101111s */
# ^~~~
# .amp =
# vlc.c:233:40: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x5e ... 0x5f] = {run: 0, amp: 17, len: 1+8}, /* 11101111s */
# ^~~~
# .len =
# vlc.c:235:22: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x60 ] = {run: 11, amp: 1, len: 1+9}, /* 1111 0000 0s */
# ^~~~
# .run =
# vlc.c:235:31: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x60 ] = {run: 11, amp: 1, len: 1+9}, /* 1111 0000 0s */
# ^~~~
# .amp =
# vlc.c:235:40: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x60 ] = {run: 11, amp: 1, len: 1+9}, /* 1111 0000 0s */
# ^~~~
# .len =
# vlc.c:236:22: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x61 ] = {run: 12, amp: 1, len: 1+9}, /* 1111 0000 1s */
# ^~~~
# .run =
# vlc.c:236:31: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x61 ] = {run: 12, amp: 1, len: 1+9}, /* 1111 0000 1s */
# ^~~~
# .amp =
# vlc.c:236:40: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x61 ] = {run: 12, amp: 1, len: 1+9}, /* 1111 0000 1s */
# ^~~~
# .len =
# vlc.c:237:22: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x62 ] = {run: 13, amp: 1, len: 1+9}, /* 1111 0001 0s */
# ^~~~
# .run =
# vlc.c:237:31: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x62 ] = {run: 13, amp: 1, len: 1+9}, /* 1111 0001 0s */
# ^~~~
# .amp =
# vlc.c:237:40: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x62 ] = {run: 13, amp: 1, len: 1+9}, /* 1111 0001 0s */
# ^~~~
# .len =
# vlc.c:238:22: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x63 ] = {run: 14, amp: 1, len: 1+9}, /* 1111 0001 1s */
# ^~~~
# .run =
# vlc.c:238:31: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x63 ] = {run: 14, amp: 1, len: 1+9}, /* 1111 0001 1s */
# ^~~~
# .amp =
# vlc.c:238:40: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x63 ] = {run: 14, amp: 1, len: 1+9}, /* 1111 0001 1s */
# ^~~~
# .len =
# vlc.c:239:22: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x64 ] = {run: 5, amp: 2, len: 1+9}, /* 1111 0010 0s */
# ^~~~
# .run =
# vlc.c:239:31: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x64 ] = {run: 5, amp: 2, len: 1+9}, /* 1111 0010 0s */
# ^~~~
# .amp =
# vlc.c:239:40: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x64 ] = {run: 5, amp: 2, len: 1+9}, /* 1111 0010 0s */
# ^~~~
# .len =
# vlc.c:240:22: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x65 ] = {run: 6, amp: 2, len: 1+9}, /* 1111 0010 1s */
# ^~~~
# .run =
# vlc.c:240:31: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x65 ] = {run: 6, amp: 2, len: 1+9}, /* 1111 0010 1s */
# ^~~~
# .amp =
# vlc.c:240:40: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x65 ] = {run: 6, amp: 2, len: 1+9}, /* 1111 0010 1s */
# ^~~~
# .len =
# vlc.c:241:22: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x66 ] = {run: 3, amp: 3, len: 1+9}, /* 1111 0011 0s */
# ^~~~
# .run =
# vlc.c:241:31: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x66 ] = {run: 3, amp: 3, len: 1+9}, /* 1111 0011 0s */
# ^~~~
# .amp =
# vlc.c:241:40: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x66 ] = {run: 3, amp: 3, len: 1+9}, /* 1111 0011 0s */
# ^~~~
# .len =
# vlc.c:242:22: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x67 ] = {run: 4, amp: 3, len: 1+9}, /* 1111 0011 1s */
# ^~~~
# .run =
# vlc.c:242:31: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x67 ] = {run: 4, amp: 3, len: 1+9}, /* 1111 0011 1s */
# ^~~~
# .amp =
# vlc.c:242:40: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x67 ] = {run: 4, amp: 3, len: 1+9}, /* 1111 0011 1s */
# ^~~~
# .len =
# vlc.c:243:22: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x68 ] = {run: 2, amp: 4, len: 1+9}, /* 1111 0100 0s */
# ^~~~
# .run =
# vlc.c:243:31: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x68 ] = {run: 2, amp: 4, len: 1+9}, /* 1111 0100 0s */
# ^~~~
# .amp =
# vlc.c:243:40: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x68 ] = {run: 2, amp: 4, len: 1+9}, /* 1111 0100 0s */
# ^~~~
# .len =
# vlc.c:244:22: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x69 ] = {run: 2, amp: 5, len: 1+9}, /* 1111 0100 1s */
# ^~~~
# .run =
# vlc.c:244:31: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x69 ] = {run: 2, amp: 5, len: 1+9}, /* 1111 0100 1s */
# ^~~~
# .amp =
# vlc.c:244:40: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x69 ] = {run: 2, amp: 5, len: 1+9}, /* 1111 0100 1s */
# ^~~~
# .len =
# vlc.c:245:22: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x6a ] = {run: 1, amp: 8, len: 1+9}, /* 1111 0101 0s */
# ^~~~
# .run =
# vlc.c:245:31: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x6a ] = {run: 1, amp: 8, len: 1+9}, /* 1111 0101 0s */
# ^~~~
# .amp =
# vlc.c:245:40: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x6a ] = {run: 1, amp: 8, len: 1+9}, /* 1111 0101 0s */
# ^~~~
# .len =
# vlc.c:246:22: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x6b ] = {run: 0, amp: 18, len: 1+9}, /* 1111 0101 1s */
# ^~~~
# .run =
# vlc.c:246:31: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x6b ] = {run: 0, amp: 18, len: 1+9}, /* 1111 0101 1s */
# ^~~~
# .amp =
# vlc.c:246:40: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x6b ] = {run: 0, amp: 18, len: 1+9}, /* 1111 0101 1s */
# ^~~~
# .len =
# vlc.c:247:22: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x6c ] = {run: 0, amp: 19, len: 1+9}, /* 1111 0110 0s */
# ^~~~
# .run =
# vlc.c:247:31: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x6c ] = {run: 0, amp: 19, len: 1+9}, /* 1111 0110 0s */
# ^~~~
# .amp =
# vlc.c:247:40: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x6c ] = {run: 0, amp: 19, len: 1+9}, /* 1111 0110 0s */
# ^~~~
# .len =
# vlc.c:248:22: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x6d ] = {run: 0, amp: 20, len: 1+9}, /* 1111 0110 1s */
# ^~~~
# .run =
# vlc.c:248:31: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x6d ] = {run: 0, amp: 20, len: 1+9}, /* 1111 0110 1s */
# ^~~~
# .amp =
# vlc.c:248:40: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x6d ] = {run: 0, amp: 20, len: 1+9}, /* 1111 0110 1s */
# ^~~~
# .len =
# vlc.c:249:22: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x6e ] = {run: 0, amp: 21, len: 1+9}, /* 1111 0111 0s */
# ^~~~
# .run =
# vlc.c:249:31: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x6e ] = {run: 0, amp: 21, len: 1+9}, /* 1111 0111 0s */
# ^~~~
# .amp =
# vlc.c:249:40: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x6e ] = {run: 0, amp: 21, len: 1+9}, /* 1111 0111 0s */
# ^~~~
# .len =
# vlc.c:250:22: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x6f ] = {run: 0, amp: 22, len: 1+9}, /* 1111 0111 1s */
# ^~~~
# .run =
# vlc.c:250:31: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x6f ] = {run: 0, amp: 22, len: 1+9}, /* 1111 0111 1s */
# ^~~~
# .amp =
# vlc.c:250:40: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x6f ] = {run: 0, amp: 22, len: 1+9}, /* 1111 0111 1s */
# ^~~~
# .len =
# vlc.c:252:22: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x70 ... 0x7f] = {run: -1, amp: -1, len: VLC_NOBITS},
# ^~~~
# .run =
# vlc.c:252:31: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x70 ... 0x7f] = {run: -1, amp: -1, len: VLC_NOBITS},
# ^~~~
# .amp =
# vlc.c:252:41: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x70 ... 0x7f] = {run: -1, amp: -1, len: VLC_NOBITS},
# ^~~~
# .len =
# vlc.c:335:22: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x00 ... 0x03] = {run: 5, amp: 3, len: 1+10}, /* 1111 1000 00s */
# ^~~~
# .run =
# vlc.c:335:32: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x00 ... 0x03] = {run: 5, amp: 3, len: 1+10}, /* 1111 1000 00s */
# ^~~~
# .amp =
# vlc.c:335:41: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x00 ... 0x03] = {run: 5, amp: 3, len: 1+10}, /* 1111 1000 00s */
# ^~~~
# .len =
# vlc.c:336:22: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x04 ... 0x07] = {run: 3, amp: 4, len: 1+10}, /* 1111 1000 01s */
# ^~~~
# .run =
# vlc.c:336:32: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x04 ... 0x07] = {run: 3, amp: 4, len: 1+10}, /* 1111 1000 01s */
# ^~~~
# .amp =
# vlc.c:336:41: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x04 ... 0x07] = {run: 3, amp: 4, len: 1+10}, /* 1111 1000 01s */
# ^~~~
# .len =
# vlc.c:337:22: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x08 ... 0x0b] = {run: 3, amp: 5, len: 1+10}, /* 1111 1000 10s */
# ^~~~
# .run =
# vlc.c:337:32: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x08 ... 0x0b] = {run: 3, amp: 5, len: 1+10}, /* 1111 1000 10s */
# ^~~~
# .amp =
# vlc.c:337:41: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x08 ... 0x0b] = {run: 3, amp: 5, len: 1+10}, /* 1111 1000 10s */
# ^~~~
# .len =
# vlc.c:338:22: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x0c ... 0x0f] = {run: 2, amp: 6, len: 1+10}, /* 1111 1000 11s */
# ^~~~
# .run =
# vlc.c:338:32: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x0c ... 0x0f] = {run: 2, amp: 6, len: 1+10}, /* 1111 1000 11s */
# ^~~~
# .amp =
# vlc.c:338:41: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x0c ... 0x0f] = {run: 2, amp: 6, len: 1+10}, /* 1111 1000 11s */
# ^~~~
# .len =
# vlc.c:340:22: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x10 ... 0x13] = {run: 1, amp: 9, len: 1+10}, /* 1111 1001 00s */
# ^~~~
# .run =
# vlc.c:340:32: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x10 ... 0x13] = {run: 1, amp: 9, len: 1+10}, /* 1111 1001 00s */
# ^~~~
# .amp =
# vlc.c:340:41: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x10 ... 0x13] = {run: 1, amp: 9, len: 1+10}, /* 1111 1001 00s */
# ^~~~
# .len =
# vlc.c:341:22: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x14 ... 0x17] = {run: 1, amp: 10, len: 1+10}, /* 1111 1001 01s */
# ^~~~
# .run =
# vlc.c:341:32: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x14 ... 0x17] = {run: 1, amp: 10, len: 1+10}, /* 1111 1001 01s */
# ^~~~
# .amp =
# vlc.c:341:41: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x14 ... 0x17] = {run: 1, amp: 10, len: 1+10}, /* 1111 1001 01s */
# ^~~~
# .len =
# vlc.c:343:22: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x18 ... 0x1b] = {run: 1, amp: 11, len: 1+10}, /* 1111 1001 10s */
# ^~~~
# .run =
# vlc.c:343:32: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x18 ... 0x1b] = {run: 1, amp: 11, len: 1+10}, /* 1111 1001 10s */
# ^~~~
# .amp =
# vlc.c:343:41: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x18 ... 0x1b] = {run: 1, amp: 11, len: 1+10}, /* 1111 1001 10s */
# ^~~~
# .len =
# vlc.c:345:22: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x1c ... 0x1d] = {run: 0, amp: 0, len: 11}, /* 1111 1001 110s */
# ^~~~
# .run =
# vlc.c:345:32: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x1c ... 0x1d] = {run: 0, amp: 0, len: 11}, /* 1111 1001 110s */
# ^~~~
# .amp =
# vlc.c:345:41: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x1c ... 0x1d] = {run: 0, amp: 0, len: 11}, /* 1111 1001 110s */
# ^~~~
# .len =
# vlc.c:346:22: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x1e ... 0x1f] = {run: 1, amp: 0, len: 11}, /* 1111 1001 111s */
# ^~~~
# .run =
# vlc.c:346:32: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x1e ... 0x1f] = {run: 1, amp: 0, len: 11}, /* 1111 1001 111s */
# ^~~~
# .amp =
# vlc.c:346:41: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x1e ... 0x1f] = {run: 1, amp: 0, len: 11}, /* 1111 1001 111s */
# ^~~~
# .len =
# vlc.c:348:22: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x20 ... 0x21] = {run: 6, amp: 3, len: 1+11}, /* 1111 1010 000s */
# ^~~~
# .run =
# vlc.c:348:32: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x20 ... 0x21] = {run: 6, amp: 3, len: 1+11}, /* 1111 1010 000s */
# ^~~~
# .amp =
# vlc.c:348:41: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x20 ... 0x21] = {run: 6, amp: 3, len: 1+11}, /* 1111 1010 000s */
# ^~~~
# .len =
# vlc.c:349:22: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x22 ... 0x23] = {run: 4, amp: 4, len: 1+11}, /* 1111 1010 001s */
# ^~~~
# .run =
# vlc.c:349:32: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x22 ... 0x23] = {run: 4, amp: 4, len: 1+11}, /* 1111 1010 001s */
# ^~~~
# .amp =
# vlc.c:349:41: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x22 ... 0x23] = {run: 4, amp: 4, len: 1+11}, /* 1111 1010 001s */
# ^~~~
# .len =
# vlc.c:350:22: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x24 ... 0x25] = {run: 3, amp: 6, len: 1+11}, /* 1111 1010 010s */
# ^~~~
# .run =
# vlc.c:350:32: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x24 ... 0x25] = {run: 3, amp: 6, len: 1+11}, /* 1111 1010 010s */
# ^~~~
# .amp =
# vlc.c:350:41: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x24 ... 0x25] = {run: 3, amp: 6, len: 1+11}, /* 1111 1010 010s */
# ^~~~
# .len =
# vlc.c:351:22: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x26 ... 0x27] = {run: 1, amp: 12, len: 1+11}, /* 1111 1010 011s */
# ^~~~
# .run =
# vlc.c:351:32: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x26 ... 0x27] = {run: 1, amp: 12, len: 1+11}, /* 1111 1010 011s */
# ^~~~
# .amp =
# vlc.c:351:41: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x26 ... 0x27] = {run: 1, amp: 12, len: 1+11}, /* 1111 1010 011s */
# ^~~~
# .len =
# vlc.c:353:22: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x28 ... 0x29] = {run: 1, amp: 13, len: 1+11}, /* 1111 1010 100s */
# ^~~~
# .run =
# vlc.c:353:32: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x28 ... 0x29] = {run: 1, amp: 13, len: 1+11}, /* 1111 1010 100s */
# ^~~~
# .amp =
# vlc.c:353:41: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x28 ... 0x29] = {run: 1, amp: 13, len: 1+11}, /* 1111 1010 100s */
# ^~~~
# .len =
# vlc.c:354:22: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x2a ... 0x2b] = {run: 1, amp: 14, len: 1+11}, /* 1111 1010 101s */
# ^~~~
# .run =
# vlc.c:354:32: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x2a ... 0x2b] = {run: 1, amp: 14, len: 1+11}, /* 1111 1010 101s */
# ^~~~
# .amp =
# vlc.c:354:41: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x2a ... 0x2b] = {run: 1, amp: 14, len: 1+11}, /* 1111 1010 101s */
# ^~~~
# .len =
# vlc.c:356:22: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x2c ] = {run: 2, amp: 0, len: 12}, /* 1111 1010 1100 */
# ^~~~
# .run =
# vlc.c:356:32: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x2c ] = {run: 2, amp: 0, len: 12}, /* 1111 1010 1100 */
# ^~~~
# .amp =
# vlc.c:356:41: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x2c ] = {run: 2, amp: 0, len: 12}, /* 1111 1010 1100 */
# ^~~~
# .len =
# vlc.c:357:22: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x2d ] = {run: 3, amp: 0, len: 12}, /* 1111 1010 1101 */
# ^~~~
# .run =
# vlc.c:357:32: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x2d ] = {run: 3, amp: 0, len: 12}, /* 1111 1010 1101 */
# ^~~~
# .amp =
# vlc.c:357:41: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x2d ] = {run: 3, amp: 0, len: 12}, /* 1111 1010 1101 */
# ^~~~
# .len =
# vlc.c:358:22: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x2e ] = {run: 4, amp: 0, len: 12}, /* 1111 1010 1110 */
# ^~~~
# .run =
# vlc.c:358:32: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x2e ] = {run: 4, amp: 0, len: 12}, /* 1111 1010 1110 */
# ^~~~
# .amp =
# vlc.c:358:41: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x2e ] = {run: 4, amp: 0, len: 12}, /* 1111 1010 1110 */
# ^~~~
# .len =
# vlc.c:359:22: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x2f ] = {run: 5, amp: 0, len: 12}, /* 1111 1010 1111 */
# ^~~~
# .run =
# vlc.c:359:32: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x2f ] = {run: 5, amp: 0, len: 12}, /* 1111 1010 1111 */
# ^~~~
# .amp =
# vlc.c:359:41: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x2f ] = {run: 5, amp: 0, len: 12}, /* 1111 1010 1111 */
# ^~~~
# .len =
# vlc.c:361:22: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x30 ] = {run: 7, amp: 2, len: 1+12}, /* 1111 1011 0000s */
# ^~~~
# .run =
# vlc.c:361:30: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x30 ] = {run: 7, amp: 2, len: 1+12}, /* 1111 1011 0000s */
# ^~~~
# .amp =
# vlc.c:361:39: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x30 ] = {run: 7, amp: 2, len: 1+12}, /* 1111 1011 0000s */
# ^~~~
# .len =
# vlc.c:362:22: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x31 ] = {run: 8, amp: 2, len: 1+12}, /* 1111 1011 0001s */
# ^~~~
# .run =
# vlc.c:362:30: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x31 ] = {run: 8, amp: 2, len: 1+12}, /* 1111 1011 0001s */
# ^~~~
# .amp =
# vlc.c:362:39: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x31 ] = {run: 8, amp: 2, len: 1+12}, /* 1111 1011 0001s */
# ^~~~
# .len =
# vlc.c:363:22: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x32 ] = {run: 9, amp: 2, len: 1+12}, /* 1111 1011 0010s */
# ^~~~
# .run =
# vlc.c:363:30: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x32 ] = {run: 9, amp: 2, len: 1+12}, /* 1111 1011 0010s */
# ^~~~
# .amp =
# vlc.c:363:39: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x32 ] = {run: 9, amp: 2, len: 1+12}, /* 1111 1011 0010s */
# ^~~~
# .len =
# vlc.c:364:22: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x33 ] = {run: 10,amp: 2, len: 1+12}, /* 1111 1011 0011s */
# ^~~~
# .run =
# vlc.c:364:30: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x33 ] = {run: 10,amp: 2, len: 1+12}, /* 1111 1011 0011s */
# ^~~~
# .amp =
# vlc.c:364:39: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x33 ] = {run: 10,amp: 2, len: 1+12}, /* 1111 1011 0011s */
# ^~~~
# .len =
# vlc.c:365:22: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x34 ] = {run: 7, amp: 3, len: 1+12}, /* 1111 1011 0100s */
# ^~~~
# .run =
# vlc.c:365:30: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x34 ] = {run: 7, amp: 3, len: 1+12}, /* 1111 1011 0100s */
# ^~~~
# .amp =
# vlc.c:365:39: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x34 ] = {run: 7, amp: 3, len: 1+12}, /* 1111 1011 0100s */
# ^~~~
# .len =
# vlc.c:366:22: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x35 ] = {run: 8, amp: 3, len: 1+12}, /* 1111 1011 0101s */
# ^~~~
# .run =
# vlc.c:366:30: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x35 ] = {run: 8, amp: 3, len: 1+12}, /* 1111 1011 0101s */
# ^~~~
# .amp =
# vlc.c:366:39: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x35 ] = {run: 8, amp: 3, len: 1+12}, /* 1111 1011 0101s */
# ^~~~
# .len =
# vlc.c:367:22: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x36 ] = {run: 4, amp: 5, len: 1+12}, /* 1111 1011 0110s */
# ^~~~
# .run =
# vlc.c:367:30: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x36 ] = {run: 4, amp: 5, len: 1+12}, /* 1111 1011 0110s */
# ^~~~
# .amp =
# vlc.c:367:39: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x36 ] = {run: 4, amp: 5, len: 1+12}, /* 1111 1011 0110s */
# ^~~~
# .len =
# vlc.c:368:22: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x37 ] = {run: 3, amp: 7, len: 1+12}, /* 1111 1011 0111s */
# ^~~~
# .run =
# vlc.c:368:30: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x37 ] = {run: 3, amp: 7, len: 1+12}, /* 1111 1011 0111s */
# ^~~~
# .amp =
# vlc.c:368:39: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x37 ] = {run: 3, amp: 7, len: 1+12}, /* 1111 1011 0111s */
# ^~~~
# .len =
# vlc.c:369:22: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x38 ] = {run: 2, amp: 7, len: 1+12}, /* 1111 1011 1000s */
# ^~~~
# .run =
# vlc.c:369:30: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x38 ] = {run: 2, amp: 7, len: 1+12}, /* 1111 1011 1000s */
# ^~~~
# .amp =
# vlc.c:369:39: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x38 ] = {run: 2, amp: 7, len: 1+12}, /* 1111 1011 1000s */
# ^~~~
# .len =
# vlc.c:370:22: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x39 ] = {run: 2, amp: 8, len: 1+12}, /* 1111 1011 1001s */
# ^~~~
# .run =
# vlc.c:370:30: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x39 ] = {run: 2, amp: 8, len: 1+12}, /* 1111 1011 1001s */
# ^~~~
# .amp =
# vlc.c:370:39: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x39 ] = {run: 2, amp: 8, len: 1+12}, /* 1111 1011 1001s */
# ^~~~
# .len =
# vlc.c:371:22: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x3a ] = {run: 2, amp: 9, len: 1+12}, /* 1111 1011 1010s */
# ^~~~
# .run =
# vlc.c:371:30: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x3a ] = {run: 2, amp: 9, len: 1+12}, /* 1111 1011 1010s */
# ^~~~
# .amp =
# vlc.c:371:39: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x3a ] = {run: 2, amp: 9, len: 1+12}, /* 1111 1011 1010s */
# ^~~~
# .len =
# vlc.c:372:22: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x3b ] = {run: 2, amp: 10, len: 1+12}, /* 1111 1011 1011s */
# ^~~~
# .run =
# vlc.c:372:30: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x3b ] = {run: 2, amp: 10, len: 1+12}, /* 1111 1011 1011s */
# ^~~~
# .amp =
# vlc.c:372:39: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x3b ] = {run: 2, amp: 10, len: 1+12}, /* 1111 1011 1011s */
# ^~~~
# .len =
# vlc.c:373:22: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x3c ] = {run: 2, amp: 11, len: 1+12}, /* 1111 1011 1100s */
# ^~~~
# .run =
# vlc.c:373:30: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x3c ] = {run: 2, amp: 11, len: 1+12}, /* 1111 1011 1100s */
# ^~~~
# .amp =
# vlc.c:373:39: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x3c ] = {run: 2, amp: 11, len: 1+12}, /* 1111 1011 1100s */
# ^~~~
# .len =
# vlc.c:374:22: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x3d ] = {run: 1, amp: 15, len: 1+12}, /* 1111 1011 1101s */
# ^~~~
# .run =
# vlc.c:374:30: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x3d ] = {run: 1, amp: 15, len: 1+12}, /* 1111 1011 1101s */
# ^~~~
# .amp =
# vlc.c:374:39: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x3d ] = {run: 1, amp: 15, len: 1+12}, /* 1111 1011 1101s */
# ^~~~
# .len =
# vlc.c:375:22: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x3e ] = {run: 1, amp: 16, len: 1+12}, /* 1111 1011 1110s */
# ^~~~
# .run =
# vlc.c:375:30: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x3e ] = {run: 1, amp: 16, len: 1+12}, /* 1111 1011 1110s */
# ^~~~
# .amp =
# vlc.c:375:39: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x3e ] = {run: 1, amp: 16, len: 1+12}, /* 1111 1011 1110s */
# ^~~~
# .len =
# vlc.c:376:22: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x3f ] = {run: 1, amp: 17, len: 1+12}, /* 1111 1011 1111s */
# ^~~~
# .run =
# vlc.c:376:30: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x3f ] = {run: 1, amp: 17, len: 1+12}, /* 1111 1011 1111s */
# ^~~~
# .amp =
# vlc.c:376:39: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0x3f ] = {run: 1, amp: 17, len: 1+12}, /* 1111 1011 1111s */
# ^~~~
# .len =
# vlc.c:463:19: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0 ... 63] = {run: 0, amp: -1, len: VLC_ERROR},
# ^~~~
# .run =
# vlc.c:463:27: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0 ... 63] = {run: 0, amp: -1, len: VLC_ERROR},
# ^~~~
# .amp =
# vlc.c:463:36: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0 ... 63] = {run: 0, amp: -1, len: VLC_ERROR},
# ^~~~
# .len =
# vlc.c:489:18: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0 ... 255] = {run: 0, amp: -1, len: VLC_ERROR},
# ^~~~
# .run =
# vlc.c:489:26: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0 ... 255] = {run: 0, amp: -1, len: VLC_ERROR},
# ^~~~
# .amp =
# vlc.c:489:35: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# [0 ... 255] = {run: 0, amp: -1, len: VLC_ERROR},
# ^~~~
# .len =
# 282 warnings generated.
# if /bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I.. -Wall -g -MT place.lo -MD -MP -MF ".deps/place.Tpo" -c -o place.lo place.c; \
# then mv -f ".deps/place.Tpo" ".deps/place.Plo"; else rm -f ".deps/place.Tpo"; exit 1; fi
# if /bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I.. -Wall -g -MT parse.lo -MD -MP -MF ".deps/parse.Tpo" -c -o parse.lo parse.c; \
# then mv -f ".deps/parse.Tpo" ".deps/parse.Plo"; else rm -f ".deps/parse.Tpo"; exit 1; fi
# parse.c:154:5: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# longName: "quality",
# ^~~~~~~~~
# .longName =
# parse.c:155:5: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# shortName: 'q',
# ^~~~~~~~~~
# .shortName =
# parse.c:156:5: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# argInfo: POPT_ARG_INT,
# ^~~~~~~~
# .argInfo =
# parse.c:157:5: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# arg: &result->arg_block_quality,
# ^~~~
# .arg =
# parse.c:158:5: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# argDescrip: "(1|2|3)",
# ^~~~~~~~~~~
# .argDescrip =
# parse.c:159:5: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# descrip: "video quality level (coeff. parsing):"
# ^~~~~~~~
# .descrip =
# parse.c:166:5: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# longName: "monochrome",
# ^~~~~~~~~
# .longName =
# parse.c:167:5: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# shortName: 'm',
# ^~~~~~~~~~
# .shortName =
# parse.c:168:5: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# arg: &result->arg_monochrome,
# ^~~~
# .arg =
# parse.c:169:5: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# descrip: "skip decoding of color blocks",
# ^~~~~~~~
# .descrip =
# parse.c:173:5: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# argInfo: POPT_ARG_CALLBACK|POPT_CBFLAG_POST,
# ^~~~~~~~
# .argInfo =
# parse.c:174:5: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# arg: dv_video_popt_callback,
# ^~~~
# .arg =
# parse.c:175:5: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# descrip: (char *)result, /* data passed to callback */
# ^~~~~~~~
# .descrip =
# 13 warnings generated.
# if /bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I.. -Wall -g -MT bitstream.lo -MD -MP -MF ".deps/bitstream.Tpo" -c -o bitstream.lo bitstream.c; \
# then mv -f ".deps/bitstream.Tpo" ".deps/bitstream.Plo"; else rm -f ".deps/bitstream.Tpo"; exit 1; fi
# if /bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I.. -Wall -g -MT YUY2.lo -MD -MP -MF ".deps/YUY2.Tpo" -c -o YUY2.lo YUY2.c; \
# then mv -f ".deps/YUY2.Tpo" ".deps/YUY2.Plo"; else rm -f ".deps/YUY2.Tpo"; exit 1; fi
# if /bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I.. -Wall -g -MT YV12.lo -MD -MP -MF ".deps/YV12.Tpo" -c -o YV12.lo YV12.c; \
# then mv -f ".deps/YV12.Tpo" ".deps/YV12.Plo"; else rm -f ".deps/YV12.Tpo"; exit 1; fi
# if /bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I.. -Wall -g -MT rgb.lo -MD -MP -MF ".deps/rgb.Tpo" -c -o rgb.lo rgb.c; \
# then mv -f ".deps/rgb.Tpo" ".deps/rgb.Plo"; else rm -f ".deps/rgb.Tpo"; exit 1; fi
# if /bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I.. -Wall -g -MT audio.lo -MD -MP -MF ".deps/audio.Tpo" -c -o audio.lo audio.c; \
# then mv -f ".deps/audio.Tpo" ".deps/audio.Plo"; else rm -f ".deps/audio.Tpo"; exit 1; fi
# audio.c:101:7: warning: use of GNU 'missing =' extension in designator [-Wgnu-designator]
# [0] 16,
# ^
# =
# audio.c:102:7: warning: use of GNU 'missing =' extension in designator [-Wgnu-designator]
# [1] 12,
# ^
# =
# audio.c:103:7: warning: use of GNU 'missing =' extension in designator [-Wgnu-designator]
# [2] 20,
# ^
# =
# audio.c:252:5: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# longName: "frequency",
# ^~~~~~~~~
# .longName =
# audio.c:253:5: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# shortName: 'f',
# ^~~~~~~~~~
# .shortName =
# audio.c:254:5: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# argInfo: POPT_ARG_INT,
# ^~~~~~~~
# .argInfo =
# audio.c:255:5: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# arg: &result->arg_audio_frequency,
# ^~~~
# .arg =
# audio.c:256:5: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# descrip: "audio frequency: 0=autodetect [default], 1=32 kHz, 2=44.1 kHz, 3=48 kHz",
# ^~~~~~~~
# .descrip =
# audio.c:257:5: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# argDescrip: "(0|1|2|3)"
# ^~~~~~~~~~~
# .argDescrip =
# audio.c:261:5: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# longName: "quantization",
# ^~~~~~~~~
# .longName =
# audio.c:262:5: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# shortName: 'Q',
# ^~~~~~~~~~
# .shortName =
# audio.c:263:5: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# argInfo: POPT_ARG_INT,
# ^~~~~~~~
# .argInfo =
# audio.c:264:5: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# arg: &result->arg_audio_quantization,
# ^~~~
# .arg =
# audio.c:265:5: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# descrip: "audio quantization: 0=autodetect [default], 1=12 bit, 2=16bit",
# ^~~~~~~~
# .descrip =
# audio.c:266:5: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# argDescrip: "(0|1|2)"
# ^~~~~~~~~~~
# .argDescrip =
# audio.c:270:5: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# longName: "emphasis",
# ^~~~~~~~~
# .longName =
# audio.c:271:5: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# shortName: 'e',
# ^~~~~~~~~~
# .shortName =
# audio.c:272:5: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# argInfo: POPT_ARG_INT,
# ^~~~~~~~
# .argInfo =
# audio.c:273:5: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# arg: &result->arg_audio_emphasis,
# ^~~~
# .arg =
# audio.c:274:5: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# descrip: "first-order preemphasis of 50/15 us: 0=autodetect [default], 1=on, 2=off",
# ^~~~~~~~
# .descrip =
# audio.c:275:5: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# argDescrip: "(0|1|2)"
# ^~~~~~~~~~~
# .argDescrip =
# audio.c:279:5: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# longName: "audio-mix",
# ^~~~~~~~~
# .longName =
# audio.c:280:5: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# argInfo: POPT_ARG_INT,
# ^~~~~~~~
# .argInfo =
# audio.c:281:5: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# arg: &result->arg_mixing_level,
# ^~~~
# .arg =
# audio.c:282:5: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# descrip: "mixing level between 1st and 2nd channel for 32kHz 12bit. 0 [default]",
# ^~~~~~~~
# .descrip =
# audio.c:283:5: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# argDescrip: "(-16 .. 16)",
# ^~~~~~~~~~~
# .argDescrip =
# audio.c:287:5: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# argInfo: POPT_ARG_CALLBACK|POPT_CBFLAG_POST,
# ^~~~~~~~
# .argInfo =
# audio.c:288:5: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# arg: dv_audio_popt_callback,
# ^~~~
# .arg =
# audio.c:289:5: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# descrip: (char *)result, /* data passed to callback */
# ^~~~~~~~
# .descrip =
# 29 warnings generated.
# if /bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I.. -Wall -g -MT util.lo -MD -MP -MF ".deps/util.Tpo" -c -o util.lo util.c; \
# then mv -f ".deps/util.Tpo" ".deps/util.Plo"; else rm -f ".deps/util.Tpo"; exit 1; fi
# if /bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I.. -Wall -g -MT encode.lo -MD -MP -MF ".deps/encode.Tpo" -c -o encode.lo encode.c; \
# then mv -f ".deps/encode.Tpo" ".deps/encode.Plo"; else rm -f ".deps/encode.Tpo"; exit 1; fi
# encode.c:1425:12: warning: passing 'unsigned char [1024]' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# snprintf(fbuf, 1024, filename, i);
# ^~~~
# /usr/include/stdio.h:386:39: note: passing argument to parameter '__s' here
# extern int snprintf (char *__restrict __s, size_t __maxlen,
# ^
# encode.c:1431:19: warning: passing 'unsigned char [1024]' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# if (input->skip(fbuf, &isPAL) < 0) {
# ^~~~
# encode.c:1440:12: warning: passing 'unsigned char [1024]' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# snprintf(fbuf, 1024, filename, i);
# ^~~~
# /usr/include/stdio.h:386:39: note: passing argument to parameter '__s' here
# extern int snprintf (char *__restrict __s, size_t __maxlen,
# ^
# encode.c:1451:20: warning: passing 'unsigned char [1024]' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# if (input->load(fbuf, &isPAL) < 0) {
# ^~~~
# encode.c:1455:20: warning: passing 'unsigned char [1024]' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# if (input->skip(fbuf, &isPAL) < 0) {
# ^~~~
# encode.c:443:20: warning: unused function 'vlc_encode' [-Wunused-function]
# static inline void vlc_encode(int run, int amp, int sign, dv_vlc_entry_t * o)
# ^
# encode.c:450:29: warning: unused function 'vlc_num_bits' [-Wunused-function]
# static inline unsigned long vlc_num_bits(int run, int amp)
# ^
# 7 warnings generated.
# if /bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I.. -Wall -g -MT headers.lo -MD -MP -MF ".deps/headers.Tpo" -c -o headers.lo headers.c; \
# then mv -f ".deps/headers.Tpo" ".deps/headers.Plo"; else rm -f ".deps/headers.Tpo"; exit 1; fi
# if /bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I.. -Wall -g -MT enc_input.lo -MD -MP -MF ".deps/enc_input.Tpo" -c -o enc_input.lo enc_input.c; \
# then mv -f ".deps/enc_input.Tpo" ".deps/enc_input.Plo"; else rm -f ".deps/enc_input.Tpo"; exit 1; fi
# enc_input.c:1002:35: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
# register short min = (16 - 128) << DCT_YUV_PRECISION;
# ~~~~~~~~~~ ^
# 1 warning generated.
# if /bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I.. -Wall -g -MT enc_audio_input.lo -MD -MP -MF ".deps/enc_audio_input.Tpo" -c -o enc_audio_input.lo enc_audio_input.c; \
# then mv -f ".deps/enc_audio_input.Tpo" ".deps/enc_audio_input.Plo"; else rm -f ".deps/enc_audio_input.Tpo"; exit 1; fi
# if /bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I.. -Wall -g -MT enc_output.lo -MD -MP -MF ".deps/enc_output.Tpo" -c -o enc_output.lo enc_output.c; \
# then mv -f ".deps/enc_output.Tpo" ".deps/enc_output.Plo"; else rm -f ".deps/enc_output.Tpo"; exit 1; fi
# /bin/sh ../libtool --silent --mode=compile clang -c -o vlc_x86_64.lo vlc_x86_64.S
# /bin/sh ../libtool --silent --mode=compile clang -c -o quant_x86_64.lo quant_x86_64.S
# /bin/sh ../libtool --silent --mode=compile clang -c -o idct_block_mmx_x86_64.lo idct_block_mmx_x86_64.S
# /bin/sh ../libtool --silent --mode=compile clang -c -o dct_block_mmx_x86_64.lo dct_block_mmx_x86_64.S
# /bin/sh ../libtool --silent --mode=compile clang -c -o rgbtoyuv_x86_64.lo rgbtoyuv_x86_64.S
# /bin/sh ../libtool --silent --mode=compile clang -c -o encode_x86_64.lo encode_x86_64.S
# /bin/sh ../libtool --silent --mode=compile clang -c -o transpose_x86_64.lo transpose_x86_64.S
# /bin/sh ../libtool --silent --tag=CC --mode=link clang -Wall -g -o libdv.la -rpath /usr/lib -version-info 4:3:0 dv.lo dct.lo idct_248.lo weighting.lo quant.lo vlc.lo place.lo parse.lo bitstream.lo YUY2.lo YV12.lo rgb.lo audio.lo util.lo encode.lo headers.lo enc_input.lo enc_audio_input.lo enc_output.lo vlc_x86_64.lo quant_x86_64.lo idct_block_mmx_x86_64.lo dct_block_mmx_x86_64.lo rgbtoyuv_x86_64.lo encode_x86_64.lo transpose_x86_64.lo -lm
# ar: `u' modifier ignored since `D' is the default (see `U')
# if clang -DHAVE_CONFIG_H -I. -I. -I.. -Wall -g -MT dovlc.o -MD -MP -MF ".deps/dovlc.Tpo" -c -o dovlc.o dovlc.c; \
# then mv -f ".deps/dovlc.Tpo" ".deps/dovlc.Po"; else rm -f ".deps/dovlc.Tpo"; exit 1; fi
# /bin/sh ../libtool --silent --tag=CC --mode=link clang -Wall -g -o dovlc dovlc.o libdv.la -lm
# if clang -DHAVE_CONFIG_H -I. -I. -I.. -Wall -g -MT testvlc.o -MD -MP -MF ".deps/testvlc.Tpo" -c -o testvlc.o testvlc.c; \
# then mv -f ".deps/testvlc.Tpo" ".deps/testvlc.Po"; else rm -f ".deps/testvlc.Tpo"; exit 1; fi
# /bin/sh ../libtool --silent --tag=CC --mode=link clang -Wall -g -o testvlc testvlc.o libdv.la -lm
# if clang -DHAVE_CONFIG_H -I. -I. -I.. -Wall -g -MT testbitstream.o -MD -MP -MF ".deps/testbitstream.Tpo" -c -o testbitstream.o testbitstream.c; \
# then mv -f ".deps/testbitstream.Tpo" ".deps/testbitstream.Po"; else rm -f ".deps/testbitstream.Tpo"; exit 1; fi
# /bin/sh ../libtool --silent --tag=CC --mode=link clang -Wall -g -o testbitstream testbitstream.o libdv.la -lm
# if clang -DHAVE_CONFIG_H -I. -I. -I.. -Wall -g -MT recode.o -MD -MP -MF ".deps/recode.Tpo" -c -o recode.o recode.c; \
# then mv -f ".deps/recode.Tpo" ".deps/recode.Po"; else rm -f ".deps/recode.Tpo"; exit 1; fi
# /bin/sh ../libtool --silent --tag=CC --mode=link clang -Wall -g -o recode recode.o libdv.la -lm
# if clang -DHAVE_CONFIG_H -I. -I. -I.. -Wall -g -MT reppm.o -MD -MP -MF ".deps/reppm.Tpo" -c -o reppm.o reppm.c; \
# then mv -f ".deps/reppm.Tpo" ".deps/reppm.Po"; else rm -f ".deps/reppm.Tpo"; exit 1; fi
# /bin/sh ../libtool --silent --tag=CC --mode=link clang -Wall -g -o reppm reppm.o libdv.la -lm
# if clang -DHAVE_CONFIG_H -I. -I. -I.. -Wall -g -MT enctest.o -MD -MP -MF ".deps/enctest.Tpo" -c -o enctest.o enctest.c; \
# then mv -f ".deps/enctest.Tpo" ".deps/enctest.Po"; else rm -f ".deps/enctest.Tpo"; exit 1; fi
# /bin/sh ../libtool --silent --tag=CC --mode=link clang -Wall -g -o enctest enctest.o libdv.la -lpthread -lm
# make[3]: Leaving directory '/tmp/libdv/src/libdv-1.0.0/libdv'
# make[2]: Leaving directory '/tmp/libdv/src/libdv-1.0.0/libdv'
# Making all in encodedv
# make[2]: Entering directory '/tmp/libdv/src/libdv-1.0.0/encodedv'
# if clang -DHAVE_CONFIG_H -I. -I. -I.. -Wall -g -MT encodedv.o -MD -MP -MF ".deps/encodedv.Tpo" -c -o encodedv.o encodedv.c; \
# then mv -f ".deps/encodedv.Tpo" ".deps/encodedv.Po"; else rm -f ".deps/encodedv.Tpo"; exit 1; fi
# encodedv.c:80:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# longName: "version",
# ^~~~~~~~~
# .longName =
# encodedv.c:81:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# val: 'v',
# ^~~~
# .val =
# encodedv.c:82:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# descrip: "show encode version number"
# ^~~~~~~~
# .descrip =
# encodedv.c:86:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# longName: "start-frame",
# ^~~~~~~~~
# .longName =
# encodedv.c:87:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# shortName: 's',
# ^~~~~~~~~~
# .shortName =
# encodedv.c:88:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# argInfo: POPT_ARG_INT,
# ^~~~~~~~
# .argInfo =
# encodedv.c:89:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# arg: &start,
# ^~~~
# .arg =
# encodedv.c:90:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# argDescrip: "count",
# ^~~~~~~~~~~
# .argDescrip =
# encodedv.c:91:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# descrip: "start at frame (defaults to 0)"
# ^~~~~~~~
# .descrip =
# encodedv.c:95:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# longName: "end-frame",
# ^~~~~~~~~
# .longName =
# encodedv.c:96:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# shortName: 'e',
# ^~~~~~~~~~
# .shortName =
# encodedv.c:97:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# argInfo: POPT_ARG_INT,
# ^~~~~~~~
# .argInfo =
# encodedv.c:98:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# arg: &end,
# ^~~~
# .arg =
# encodedv.c:99:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# argDescrip: "count",
# ^~~~~~~~~~~
# .argDescrip =
# encodedv.c:100:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# descrip: "end at frame (defaults to unlimited)"
# ^~~~~~~~
# .descrip =
# encodedv.c:104:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# longName: "wrong-interlace",
# ^~~~~~~~~
# .longName =
# encodedv.c:105:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# shortName: 'l',
# ^~~~~~~~~~
# .shortName =
# encodedv.c:106:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# arg: &wrong_interlace,
# ^~~~
# .arg =
# encodedv.c:107:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# descrip: "flip lines to compensate for wrong interlacing"
# ^~~~~~~~
# .descrip =
# encodedv.c:111:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# longName: "vlc-passes",
# ^~~~~~~~~
# .longName =
# encodedv.c:112:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# shortName: 'p',
# ^~~~~~~~~~
# .shortName =
# encodedv.c:113:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# argInfo: POPT_ARG_INT,
# ^~~~~~~~
# .argInfo =
# encodedv.c:114:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# arg: &vlc_encode_passes,
# ^~~~
# .arg =
# encodedv.c:115:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# descrip: "vlc code distribution passes (1-3) "
# ^~~~~~~~
# .descrip =
# encodedv.c:121:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# longName: "verbose",
# ^~~~~~~~~
# .longName =
# encodedv.c:122:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# shortName: 'v',
# ^~~~~~~~~~
# .shortName =
# encodedv.c:123:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# arg: &verbose_mode,
# ^~~~
# .arg =
# encodedv.c:124:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# descrip: "show encoder statistics / status information"
# ^~~~~~~~
# .descrip =
# encodedv.c:128:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# longName: "input",
# ^~~~~~~~~
# .longName =
# encodedv.c:129:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# shortName: 'i',
# ^~~~~~~~~~
# .shortName =
# encodedv.c:130:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# arg: &input_filter_str,
# ^~~~
# .arg =
# encodedv.c:131:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# argInfo: POPT_ARG_STRING,
# ^~~~~~~~
# .argInfo =
# encodedv.c:132:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# descrip: "choose input-filter [>ppm<, pgm, video]"
# ^~~~~~~~
# .descrip =
# encodedv.c:136:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# longName: "audio-input",
# ^~~~~~~~~
# .longName =
# encodedv.c:137:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# shortName: 'a',
# ^~~~~~~~~~
# .shortName =
# encodedv.c:138:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# arg: &audio_input_filter_str,
# ^~~~
# .arg =
# encodedv.c:139:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# argInfo: POPT_ARG_STRING,
# ^~~~~~~~
# .argInfo =
# encodedv.c:140:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# descrip: "choose audio-input-filter [>none<, wav, dsp]"
# ^~~~~~~~
# .descrip =
# encodedv.c:144:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# longName: "output",
# ^~~~~~~~~
# .longName =
# encodedv.c:145:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# shortName: 'o',
# ^~~~~~~~~~
# .shortName =
# encodedv.c:146:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# arg: &output_filter_str,
# ^~~~
# .arg =
# encodedv.c:147:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# argInfo: POPT_ARG_STRING,
# ^~~~~~~~
# .argInfo =
# encodedv.c:148:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# descrip: "choose output-filter [>raw<]"
# ^~~~~~~~
# .descrip =
# encodedv.c:152:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# longName: "static-qno",
# ^~~~~~~~~
# .longName =
# encodedv.c:153:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# shortName: 'q',
# ^~~~~~~~~~
# .shortName =
# encodedv.c:154:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# arg: &static_qno,
# ^~~~
# .arg =
# encodedv.c:155:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# argInfo: POPT_ARG_INT,
# ^~~~~~~~
# .argInfo =
# encodedv.c:156:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# descrip: "static qno tables for quantisation on 2 VLC "
# ^~~~~~~~
# .descrip =
# encodedv.c:162:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# longName: "fps",
# ^~~~~~~~~
# .longName =
# encodedv.c:163:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# shortName: 'f',
# ^~~~~~~~~~
# .shortName =
# encodedv.c:164:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# arg: &fps,
# ^~~~
# .arg =
# encodedv.c:165:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# argInfo: POPT_ARG_INT,
# ^~~~~~~~
# .argInfo =
# encodedv.c:166:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# descrip: "set frames per second (default: use all frames)"
# ^~~~~~~~
# .descrip =
# encodedv.c:170:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# longName: "force-dct",
# ^~~~~~~~~
# .longName =
# encodedv.c:171:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# shortName: 'd',
# ^~~~~~~~~~
# .shortName =
# encodedv.c:172:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# arg: &force_dct,
# ^~~~
# .arg =
# encodedv.c:173:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# argInfo: POPT_ARG_INT,
# ^~~~~~~~
# .argInfo =
# encodedv.c:174:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# descrip: "force dct mode (88 or 248) for whole picture"
# ^~~~~~~~
# .descrip =
# encodedv.c:178:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# longName: "wide",
# ^~~~~~~~~
# .longName =
# encodedv.c:179:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# shortName: 'w',
# ^~~~~~~~~~
# .shortName =
# encodedv.c:180:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# arg: &is16x9,
# ^~~~
# .arg =
# encodedv.c:181:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# argInfo: POPT_ARG_INT,
# ^~~~~~~~
# .argInfo =
# encodedv.c:182:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# descrip: "set wide 16 x 9 format"
# ^~~~~~~~
# .descrip =
# encodedv.c:186:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# longName: "",
# ^~~~~~~~~
# .longName =
# encodedv.c:187:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# shortName: '-',
# ^~~~~~~~~~
# .shortName =
# encodedv.c:188:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# arg: &isStdin,
# ^~~~
# .arg =
# encodedv.c:189:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# descrip: "set stdin input"
# ^~~~~~~~
# .descrip =
# encodedv.c:193:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# argInfo: POPT_ARG_INCLUDE_TABLE,
# ^~~~~~~~
# .argInfo =
# encodedv.c:194:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# arg: poptHelpOptions,
# ^~~~
# .arg =
# encodedv.c:195:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# descrip: "Help options",
# ^~~~~~~~
# .descrip =
# 70 warnings generated.
# /bin/sh ../libtool --silent --tag=CC --mode=link clang -Wall -g -o encodedv encodedv.o ../libdv/libdv.la -lpopt -lm
# if clang -DHAVE_CONFIG_H -I. -I. -I.. -Wall -g -MT dvconnect.o -MD -MP -MF ".deps/dvconnect.Tpo" -c -o dvconnect.o dvconnect.c; \
# then mv -f ".deps/dvconnect.Tpo" ".deps/dvconnect.Po"; else rm -f ".deps/dvconnect.Tpo"; exit 1; fi
# dvconnect.c:919:17: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# longName: "version",
# ^~~~~~~~~
# .longName =
# dvconnect.c:920:17: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# val: 'v',
# ^~~~
# .val =
# dvconnect.c:921:17: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# descrip: "show dvconnect version number"
# ^~~~~~~~
# .descrip =
# dvconnect.c:925:17: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# longName: "send",
# ^~~~~~~~~
# .longName =
# dvconnect.c:926:17: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# shortName: 's',
# ^~~~~~~~~~
# .shortName =
# dvconnect.c:927:17: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# arg: &send_mode,
# ^~~~
# .arg =
# dvconnect.c:928:17: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# descrip: "send data instead of capturing"
# ^~~~~~~~
# .descrip =
# dvconnect.c:932:17: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# longName: "verbose",
# ^~~~~~~~~
# .longName =
# dvconnect.c:933:17: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# shortName: 'v',
# ^~~~~~~~~~
# .shortName =
# dvconnect.c:934:17: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# arg: &verbose_mode,
# ^~~~
# .arg =
# dvconnect.c:935:17: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# descrip: "show status information while receiving / sending"
# ^~~~~~~~
# .descrip =
# dvconnect.c:939:17: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# longName: "channel",
# ^~~~~~~~~
# .longName =
# dvconnect.c:940:17: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# shortName: 'c',
# ^~~~~~~~~~
# .shortName =
# dvconnect.c:941:17: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# argInfo: POPT_ARG_INT,
# ^~~~~~~~
# .argInfo =
# dvconnect.c:942:17: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# arg: &channel,
# ^~~~
# .arg =
# dvconnect.c:943:17: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# argDescrip: "number",
# ^~~~~~~~~~~
# .argDescrip =
# dvconnect.c:944:17: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# descrip: "channel to send / receive on "
# ^~~~~~~~
# .descrip =
# dvconnect.c:949:17: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# longName: "kbuffers",
# ^~~~~~~~~
# .longName =
# dvconnect.c:950:17: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# shortName: 'k',
# ^~~~~~~~~~
# .shortName =
# dvconnect.c:951:17: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# argInfo: POPT_ARG_INT,
# ^~~~~~~~
# .argInfo =
# dvconnect.c:952:17: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# arg: &buffers,
# ^~~~
# .arg =
# dvconnect.c:953:17: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# argDescrip: "number",
# ^~~~~~~~~~~
# .argDescrip =
# dvconnect.c:954:17: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# descrip: "number of kernel video frame buffers to use. "
# ^~~~~~~~
# .descrip =
# dvconnect.c:959:17: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# longName: "start-frame",
# ^~~~~~~~~
# .longName =
# dvconnect.c:960:17: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# argInfo: POPT_ARG_INT,
# ^~~~~~~~
# .argInfo =
# dvconnect.c:961:17: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# arg: &start,
# ^~~~
# .arg =
# dvconnect.c:962:17: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# argDescrip: "count",
# ^~~~~~~~~~~
# .argDescrip =
# dvconnect.c:963:17: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# descrip: "start at frame (defaults to 0)"
# ^~~~~~~~
# .descrip =
# dvconnect.c:967:17: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# longName: "end-frame",
# ^~~~~~~~~
# .longName =
# dvconnect.c:968:17: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# shortName: 'e',
# ^~~~~~~~~~
# .shortName =
# dvconnect.c:969:17: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# argInfo: POPT_ARG_INT,
# ^~~~~~~~
# .argInfo =
# dvconnect.c:970:17: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# arg: &end,
# ^~~~
# .arg =
# dvconnect.c:971:17: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# argDescrip: "count",
# ^~~~~~~~~~~
# .argDescrip =
# dvconnect.c:972:17: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# descrip: "end at frame (defaults to unlimited)"
# ^~~~~~~~
# .descrip =
# dvconnect.c:976:17: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# longName: "cip-n-ntsc",
# ^~~~~~~~~
# .longName =
# dvconnect.c:977:17: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# argInfo: POPT_ARG_INT,
# ^~~~~~~~
# .argInfo =
# dvconnect.c:978:17: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# arg: &cip_n_ntsc,
# ^~~~
# .arg =
# dvconnect.c:979:17: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# descrip: "cip n ntsc timing counter (default: 2436)"
# ^~~~~~~~
# .descrip =
# dvconnect.c:983:17: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# longName: "cip-d-ntsc",
# ^~~~~~~~~
# .longName =
# dvconnect.c:984:17: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# argInfo: POPT_ARG_INT,
# ^~~~~~~~
# .argInfo =
# dvconnect.c:985:17: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# arg: &cip_d_ntsc,
# ^~~~
# .arg =
# dvconnect.c:986:17: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# descrip: "cip d ntsc timing counter (default: 38400)"
# ^~~~~~~~
# .descrip =
# dvconnect.c:990:17: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# longName: "syt-offset",
# ^~~~~~~~~
# .longName =
# dvconnect.c:991:17: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# argInfo: POPT_ARG_INT,
# ^~~~~~~~
# .argInfo =
# dvconnect.c:992:17: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# arg: &syt_offset,
# ^~~~
# .arg =
# dvconnect.c:993:17: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# descrip: "syt offset (default: 10000 range: 10000-26000)"
# ^~~~~~~~
# .descrip =
# dvconnect.c:997:17: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# longName: "buffers",
# ^~~~~~~~~
# .longName =
# dvconnect.c:998:17: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# shortName: 'b',
# ^~~~~~~~~~
# .shortName =
# dvconnect.c:999:17: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# argInfo: POPT_ARG_INT,
# ^~~~~~~~
# .argInfo =
# dvconnect.c:1000:17: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# arg: &max_buffer_blocks,
# ^~~~
# .arg =
# dvconnect.c:1001:17: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# argDescrip: "number",
# ^~~~~~~~~~~
# .argDescrip =
# dvconnect.c:1002:17: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# descrip: "max number of file io thread buffers to use. "
# ^~~~~~~~
# .descrip =
# dvconnect.c:1007:17: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# longName: "underrun-data",
# ^~~~~~~~~
# .longName =
# dvconnect.c:1008:17: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# shortName: 'u',
# ^~~~~~~~~~
# .shortName =
# dvconnect.c:1009:17: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# argInfo: POPT_ARG_STRING,
# ^~~~~~~~
# .argInfo =
# dvconnect.c:1010:17: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# arg: &underrun_data,
# ^~~~
# .arg =
# dvconnect.c:1011:17: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# argDescrip: "filename",
# ^~~~~~~~~~~
# .argDescrip =
# dvconnect.c:1012:17: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# descrip: "file with the frame to send in case of underruns"
# ^~~~~~~~
# .descrip =
# dvconnect.c:1016:17: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# argInfo: POPT_ARG_INCLUDE_TABLE,
# ^~~~~~~~
# .argInfo =
# dvconnect.c:1017:17: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# arg: poptHelpOptions,
# ^~~~
# .arg =
# dvconnect.c:1018:17: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# descrip: "Help options",
# ^~~~~~~~
# .descrip =
# dvconnect.c:1022:17: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# longName: "device",
# ^~~~~~~~~
# .longName =
# dvconnect.c:1023:17: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# shortName: 'd',
# ^~~~~~~~~~
# .shortName =
# dvconnect.c:1024:17: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# argInfo: POPT_ARG_STRING,
# ^~~~~~~~
# .argInfo =
# dvconnect.c:1025:17: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# arg: &device,
# ^~~~
# .arg =
# dvconnect.c:1026:17: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# descrip: "Specify the video1394 device (default /dev/video1394/0)",
# ^~~~~~~~
# .descrip =
# dvconnect.c:1086:10: warning: assigning to 'unsigned char *' from 'char [17]' converts between pointers to integer types with different sign [-Wpointer-sign]
# device = "/dev/video1394/0";
# ^ ~~~~~~~~~~~~~~~~~~
# dvconnect.c:1090:33: warning: passing 'unsigned char *' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# verbose_mode, underrun_data, device);
# ^~~~~~
# dvconnect.c:689:46: note: passing argument to parameter 'device' here
# const char * underrun_data_filename, char *device)
# ^
# dvconnect.c:1093:22: warning: passing 'unsigned char *' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# verbose_mode, device);
# ^~~~~~
# dvconnect.c:335:9: note: passing argument to parameter 'device' here
# char *device)
# ^
# 69 warnings generated.
# /bin/sh ../libtool --silent --tag=CC --mode=link clang -Wall -g -o dvconnect dvconnect.o -lpthread -lpopt -lm
# if clang -DHAVE_CONFIG_H -I. -I. -I.. -Wall -g -MT insert_audio.o -MD -MP -MF ".deps/insert_audio.Tpo" -c -o insert_audio.o insert_audio.c; \
# then mv -f ".deps/insert_audio.Tpo" ".deps/insert_audio.Po"; else rm -f ".deps/insert_audio.Tpo"; exit 1; fi
# insert_audio.c:120:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# longName: "version",
# ^~~~~~~~~
# .longName =
# insert_audio.c:121:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# val: 'v',
# ^~~~
# .val =
# insert_audio.c:122:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# descrip: "show dubdv version number"
# ^~~~~~~~
# .descrip =
# insert_audio.c:126:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# longName: "verbose",
# ^~~~~~~~~
# .longName =
# insert_audio.c:127:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# shortName: 'v',
# ^~~~~~~~~~
# .shortName =
# insert_audio.c:128:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# arg: &verbose_mode,
# ^~~~
# .arg =
# insert_audio.c:129:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# descrip: "show encoder statistics / status information"
# ^~~~~~~~
# .descrip =
# insert_audio.c:133:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# longName: "audio-input",
# ^~~~~~~~~
# .longName =
# insert_audio.c:134:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# shortName: 'a',
# ^~~~~~~~~~
# .shortName =
# insert_audio.c:135:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# arg: &audio_input_filter_str,
# ^~~~
# .arg =
# insert_audio.c:136:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# argInfo: POPT_ARG_STRING,
# ^~~~~~~~
# .argInfo =
# insert_audio.c:137:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# descrip: "choose audio-input-filter [none, >wav<, dsp]"
# ^~~~~~~~
# .descrip =
# insert_audio.c:141:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# longName: "output",
# ^~~~~~~~~
# .longName =
# insert_audio.c:142:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# shortName: 'o',
# ^~~~~~~~~~
# .shortName =
# insert_audio.c:143:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# arg: &output_filter_str,
# ^~~~
# .arg =
# insert_audio.c:144:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# argInfo: POPT_ARG_STRING,
# ^~~~~~~~
# .argInfo =
# insert_audio.c:145:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# descrip: "choose output-filter [>raw<]"
# ^~~~~~~~
# .descrip =
# insert_audio.c:149:4: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# longName: "truncate",
# ^~~~~~~~~
# .longName =
# insert_audio.c:150:4: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# shortName: 't',
# ^~~~~~~~~~
# .shortName =
# insert_audio.c:151:4: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# arg: &truncate_mode,
# ^~~~
# .arg =
# insert_audio.c:152:4: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# descrip: "truncate output at end of input"
# ^~~~~~~~
# .descrip =
# insert_audio.c:156:4: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# longName: "repeat",
# ^~~~~~~~~
# .longName =
# insert_audio.c:157:4: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# shortName: 'r',
# ^~~~~~~~~~
# .shortName =
# insert_audio.c:158:4: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# arg: &repeat_count,
# ^~~~
# .arg =
# insert_audio.c:159:4: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# argInfo: POPT_ARG_INT,
# ^~~~~~~~
# .argInfo =
# insert_audio.c:160:4: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# descrip: "repeat the first video frame this many times"
# ^~~~~~~~
# .descrip =
# insert_audio.c:164:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# argInfo: POPT_ARG_INCLUDE_TABLE,
# ^~~~~~~~
# .argInfo =
# insert_audio.c:165:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# arg: poptHelpOptions,
# ^~~~
# .arg =
# insert_audio.c:166:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# descrip: "Help options",
# ^~~~~~~~
# .descrip =
# 29 warnings generated.
# /bin/sh ../libtool --silent --tag=CC --mode=link clang -Wall -g -o dubdv insert_audio.o ../libdv/libdv.la -lpopt -lm
# if clang -DHAVE_CONFIG_H -I. -I. -I.. -Wall -g -MT fix_headers.o -MD -MP -MF ".deps/fix_headers.Tpo" -c -o fix_headers.o fix_headers.c; \
# then mv -f ".deps/fix_headers.Tpo" ".deps/fix_headers.Po"; else rm -f ".deps/fix_headers.Tpo"; exit 1; fi
# /bin/sh ../libtool --silent --tag=CC --mode=link clang -Wall -g -o fix_headers fix_headers.o ../libdv/libdv.la -lm
# if clang -DHAVE_CONFIG_H -I. -I. -I.. -Wall -g -MT scan_packet_headers.o -MD -MP -MF ".deps/scan_packet_headers.Tpo" -c -o scan_packet_headers.o scan_packet_headers.c; \
# then mv -f ".deps/scan_packet_headers.Tpo" ".deps/scan_packet_headers.Po"; else rm -f ".deps/scan_packet_headers.Tpo"; exit 1; fi
# /bin/sh ../libtool --silent --tag=CC --mode=link clang -Wall -g -o scan_packet_headers scan_packet_headers.o -lm
# if clang -DHAVE_CONFIG_H -I. -I. -I.. -Wall -g -MT steal_header.o -MD -MP -MF ".deps/steal_header.Tpo" -c -o steal_header.o steal_header.c; \
# then mv -f ".deps/steal_header.Tpo" ".deps/steal_header.Po"; else rm -f ".deps/steal_header.Tpo"; exit 1; fi
# /bin/sh ../libtool --silent --tag=CC --mode=link clang -Wall -g -o steal_header steal_header.o -lm
# if clang -DHAVE_CONFIG_H -I. -I. -I.. -Wall -g -MT ppmqscale.o -MD -MP -MF ".deps/ppmqscale.Tpo" -c -o ppmqscale.o ppmqscale.c; \
# then mv -f ".deps/ppmqscale.Tpo" ".deps/ppmqscale.Po"; else rm -f ".deps/ppmqscale.Tpo"; exit 1; fi
# /bin/sh ../libtool --silent --tag=CC --mode=link clang -Wall -g -o ppmqscale ppmqscale.o -lm
# if clang -DHAVE_CONFIG_H -I. -I. -I.. -Wall -g -MT dvavi.o -MD -MP -MF ".deps/dvavi.Tpo" -c -o dvavi.o dvavi.c; \
# then mv -f ".deps/dvavi.Tpo" ".deps/dvavi.Po"; else rm -f ".deps/dvavi.Tpo"; exit 1; fi
# dvavi.c:384:44: warning: while loop has empty body [-Wempty-body]
# while (run_queue(out_filter, now, isPAL));
# ^
# dvavi.c:384:44: note: put the semicolon on a separate line to silence this warning
# 1 warning generated.
# /bin/sh ../libtool --silent --tag=CC --mode=link clang -Wall -g -o dvavi dvavi.o ../libdv/libdv.la -lm
# make[2]: Leaving directory '/tmp/libdv/src/libdv-1.0.0/encodedv'
# make[2]: Entering directory '/tmp/libdv/src/libdv-1.0.0'
# make[2]: Leaving directory '/tmp/libdv/src/libdv-1.0.0'
# make[1]: Leaving directory '/tmp/libdv/src/libdv-1.0.0'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# Making install in libdv
# make[1]: Entering directory '/tmp/libdv/src/libdv-1.0.0/libdv'
# make install-am
# make[2]: Entering directory '/tmp/libdv/src/libdv-1.0.0/libdv'
# make[3]: Entering directory '/tmp/libdv/src/libdv-1.0.0/libdv'
# test -z "/usr/lib" || mkdir -p -- "/tmp/libdv/pkg/libdv/usr/lib"
# /bin/sh ../libtool --silent --mode=install /usr/bin/install -c 'libdv.la' '/tmp/libdv/pkg/libdv/usr/lib/libdv.la'
# libtool: install: warning: remember to run `libtool --finish /usr/lib'
# test -z "/usr/include/libdv" || mkdir -p -- "/tmp/libdv/pkg/libdv/usr/include/libdv"
# /usr/bin/install -c -m 644 'dv_types.h' '/tmp/libdv/pkg/libdv/usr/include/libdv/dv_types.h'
# /usr/bin/install -c -m 644 'dv.h' '/tmp/libdv/pkg/libdv/usr/include/libdv/dv.h'
# make[3]: Leaving directory '/tmp/libdv/src/libdv-1.0.0/libdv'
# make[2]: Leaving directory '/tmp/libdv/src/libdv-1.0.0/libdv'
# make[1]: Leaving directory '/tmp/libdv/src/libdv-1.0.0/libdv'
# Making install in encodedv
# make[1]: Entering directory '/tmp/libdv/src/libdv-1.0.0/encodedv'
# make[2]: Entering directory '/tmp/libdv/src/libdv-1.0.0/encodedv'
# test -z "/usr/bin" || mkdir -p -- "/tmp/libdv/pkg/libdv/usr/bin"
# /bin/sh ../libtool --silent --mode=install /usr/bin/install -c 'encodedv' '/tmp/libdv/pkg/libdv/usr/bin/encodedv'
# libtool: install: warning: `../libdv/libdv.la' has not been installed in `/usr/lib'
# /bin/sh ../libtool --silent --mode=install /usr/bin/install -c 'dvconnect' '/tmp/libdv/pkg/libdv/usr/bin/dvconnect'
# /bin/sh ../libtool --silent --mode=install /usr/bin/install -c 'dubdv' '/tmp/libdv/pkg/libdv/usr/bin/dubdv'
# libtool: install: warning: `../libdv/libdv.la' has not been installed in `/usr/lib'
# test -z "/usr/share/man/man1" || mkdir -p -- "/tmp/libdv/pkg/libdv/usr/share/man/man1"
# /usr/bin/install -c -m 644 './encodedv.1' '/tmp/libdv/pkg/libdv/usr/share/man/man1/encodedv.1'
# /usr/bin/install -c -m 644 './dvconnect.1' '/tmp/libdv/pkg/libdv/usr/share/man/man1/dvconnect.1'
# /usr/bin/install -c -m 644 './dubdv.1' '/tmp/libdv/pkg/libdv/usr/share/man/man1/dubdv.1'
# make[2]: Leaving directory '/tmp/libdv/src/libdv-1.0.0/encodedv'
# make[1]: Leaving directory '/tmp/libdv/src/libdv-1.0.0/encodedv'
# make[1]: Entering directory '/tmp/libdv/src/libdv-1.0.0'
# make[2]: Entering directory '/tmp/libdv/src/libdv-1.0.0'
# make[2]: Nothing to be done for 'install-exec-am'.
# test -z "/usr/lib/pkgconfig" || mkdir -p -- "/tmp/libdv/pkg/libdv/usr/lib/pkgconfig"
# /usr/bin/install -c -m 644 'libdv.pc' '/tmp/libdv/pkg/libdv/usr/lib/pkgconfig/libdv.pc'
# make[2]: Leaving directory '/tmp/libdv/src/libdv-1.0.0'
# make[1]: Leaving directory '/tmp/libdv/src/libdv-1.0.0'
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "libdv"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: libdv 1.0.0-6 (Thu Apr 13 20:24:33 UTC 2017)

CMD: pacman --query --file libdv-1.0.0-6-x86_64.pkg.tar.xz
# libdv 1.0.0-6

Creating hybrid package for 'libdv'

Trying to find vanilla package 'libdv'...

CMD: pacman --query --file /mirror/libdv-1.0.0-6.pkg.tar.xz
# libdv 1.0.0-6

Package file has the following structure:
# /.PKGINFO
# /.MTREE
# /usr/lib/libdv.so.4
# /usr/lib/libdv.so
# /usr/lib/libdv.so.4.0.3
# /usr/lib/pkgconfig/libdv.pc
# /usr/bin/dubdv
# /usr/bin/dvconnect
# /usr/bin/encodedv
# /usr/include/libdv/dv.h
# /usr/include/libdv/dv_types.h
# /usr/share/man/man1/dvconnect.1.gz
# /usr/share/man/man1/dubdv.1.gz
# /usr/share/man/man1/encodedv.1.gz
# /sysroot/usr/lib/libdv.so.4.0.3
# /sysroot/usr/lib/libdv.so.4
# /sysroot/usr/lib/libdv.so
# /sysroot/usr/lib/libdv.la
# /sysroot/usr/lib/libdv.a
# /sysroot/usr/lib/pkgconfig/libdv.pc
# /sysroot/usr/include/libdv/dv_types.h
# /sysroot/usr/include/libdv/dv.h

Generating .MTREE

CMD: bsdtar -czf .MTREE --format=mtree --options=!all,use-set,type,uid,mode,time,size,md5,sha256,link .PKGINFO usr sysroot

Tar-ing up files

CMD: bsdtar -cf - .PKGINFO usr sysroot .MTREE

CMD: xz -c -z

Successfully ran bsdtar -cf - .PKGINFO usr sysroot .MTREE | xz -c -z

CMD: bsdtar -tqf libdv.pkg.tar.xz .PKGINFO
# .PKGINFO

Created package at path /var/cache/pacman/pkg/libdv.pkg.tar.xz

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/libdv.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/libdv.pkg.tar.xz'
# -> Computing checksums...
# -> Creating 'desc' db entry...
# -> Creating 'files' db entry...
# ==> Creating updated database file '/var/cache/pacman/pkg/tuscan.db.tar'

Printing config logfiles

CMD: config logfiles '/tmp/libdv/src/libdv-1.0.0/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.60. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr --disable-gtk
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = f73361e6354f
# uname -m = x86_64
# uname -r = 4.10.6-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Mon Mar 27 08:28:22 CEST 2017
#
# /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/bin
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:2001: checking build system type
# configure:2019: result: x86_64-unknown-linux-gnu
# configure:2041: checking host system type
# configure:2056: result: x86_64-unknown-linux-gnu
# configure:2078: checking target system type
# configure:2093: result: x86_64-unknown-linux-gnu
# configure:2135: checking for a BSD-compatible install
# configure:2191: result: /usr/bin/install -c
# configure:2202: checking whether build environment is sane
# configure:2245: result: yes
# configure:2310: checking for gawk
# configure:2326: found /usr/bin/gawk
# configure:2337: result: gawk
# configure:2348: checking whether make sets $(MAKE)
# configure:2369: result: yes
# configure:2445: checking for x86_64-unknown-linux-strip
# configure:2475: result: no
# configure:2485: checking for strip
# configure:2501: found /usr/bin/strip
# configure:2512: result: strip
# configure:2554: checking whether to enable maintainer-specific portions of Makefiles
# configure:2563: result: no
# configure:2591: checking for x86_64-unknown-linux-gcc
# configure:2618: result: clang
# configure:2896: checking for C compiler version
# configure:2903: clang --version >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# configure:2906: $? = 0
# configure:2913: clang -v >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# Selected multilib: .;@m64
# configure:2916: $? = 0
# configure:2923: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:2926: $? = 1
# configure:2949: checking for C compiler default output file name
# configure:2976: clang conftest.c >&5
# configure:2979: $? = 0
# configure:3025: result: a.out
# configure:3030: checking whether the C compiler works
# configure:3040: ./a.out
# configure:3043: $? = 0
# configure:3060: result: yes
# configure:3067: checking whether we are cross compiling
# configure:3069: result: no
# configure:3072: checking for suffix of executables
# configure:3079: clang -o conftest conftest.c >&5
# configure:3082: $? = 0
# configure:3106: result:
# configure:3112: checking for suffix of object files
# configure:3138: clang -c conftest.c >&5
# configure:3141: $? = 0
# configure:3164: result: o
# configure:3168: checking whether we are using the GNU C compiler
# configure:3197: clang -c conftest.c >&5
# configure:3203: $? = 0
# configure:3210: test -z "$ac_c_werror_flag" || test ! -s conftest.err
# configure:3213: $? = 0
# configure:3220: test -s conftest.o
# configure:3223: $? = 0
# configure:3237: result: yes
# configure:3242: checking whether clang accepts -g
# configure:3272: clang -c -g conftest.c >&5
# configure:3278: $? = 0
# configure:3285: test -z "$ac_c_werror_flag" || test ! -s conftest.err
# configure:3288: $? = 0
# configure:3295: test -s conftest.o
# configure:3298: $? = 0
# configure:3428: result: yes
# configure:3445: checking for clang option to accept ISO C89
# configure:3519: clang -c conftest.c >&5
# configure:3525: $? = 0
# configure:3532: test -z "$ac_c_werror_flag" || test ! -s conftest.err
# configure:3535: $? = 0
# configure:3542: test -s conftest.o
# configure:3545: $? = 0
# configure:3565: result: none needed
# configure:3594: checking for style of include used by make
# configure:3622: result: GNU
# configure:3650: checking dependency style of clang
# configure:3740: result: gcc3
# configure:3813: checking for a BSD-compatible install
# configure:3869: result: /usr/bin/install -c
# configure:3952: checking for a sed that does not truncate output
# configure:4006: result: /usr/bin/sed
# configure:4009: checking for grep that handles long lines and -e
# configure:4083: result: /usr/bin/grep
# configure:4088: checking for egrep
# configure:4166: result: /usr/bin/grep -E
# configure:4182: checking for ld used by clang
# configure:4249: result: /usr/bin/ld
# configure:4258: checking if the linker (/usr/bin/ld) is GNU ld
# configure:4273: result: yes
# configure:4278: checking for /usr/bin/ld option to reload object files
# configure:4285: result: -r
# configure:4303: checking for BSD-compatible nm
# configure:4352: result: /usr/bin/nm -B
# configure:4356: checking whether ln -s works
# configure:4360: result: yes
# configure:4367: checking how to recognise dependent libraries
# configure:4543: result: pass_all
# configure:4631: clang -c -Wall conftest.c >&5
# configure:4634: $? = 0
# configure:4793: checking how to run the C preprocessor
# configure:4833: clang -E conftest.c
# configure:4839: $? = 0
# configure:4877: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:4883: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "libdv"
# | #define VERSION "1.0.0"
# | #define _GNU_SOURCE 1
# | /* end confdefs.h. */
# | #include
# configure:4923: result: clang -E
# configure:4952: clang -E conftest.c
# configure:4958: $? = 0
# configure:4996: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:5002: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "libdv"
# | #define VERSION "1.0.0"
# | #define _GNU_SOURCE 1
# | /* end confdefs.h. */
# | #include
# configure:5047: checking for ANSI C header files
# configure:5077: clang -c -Wall conftest.c >&5
# configure:5083: $? = 0
# configure:5090: test -z "$ac_c_werror_flag" || test ! -s conftest.err
# configure:5093: $? = 0
# configure:5100: test -s conftest.o
# configure:5103: $? = 0
# configure:5199: clang -o conftest -Wall conftest.c >&5
# configure:5202: $? = 0
# configure:5208: ./conftest
# configure:5211: $? = 0
# configure:5228: result: yes
# configure:5252: checking for sys/types.h
# configure:5273: clang -c -Wall conftest.c >&5
# configure:5279: $? = 0
# configure:5286: test -z "$ac_c_werror_flag" || test ! -s conftest.err
# configure:5289: $? = 0
# configure:5296: test -s conftest.o
# configure:5299: $? = 0
# configure:5312: result: yes
# configure:5252: checking for sys/stat.h
# configure:5273: clang -c -Wall conftest.c >&5
# configure:5279: $? = 0
# configure:5286: test -z "$ac_c_werror_flag" || test ! -s conftest.err
# configure:5289: $? = 0
# configure:5296: test -s conftest.o
# configure:5299: $? = 0
# configure:5312: result: yes
# configure:5252: checking for stdlib.h
# configure:5273: clang -c -Wall conftest.c >&5
# configure:5279: $? = 0
# configure:5286: test -z "$ac_c_werror_flag" || test ! -s conftest.err
# configure:5289: $? = 0
# configure:5296: test -s conftest.o
# configure:5299: $? = 0
# configure:5312: result: yes
# configure:5252: checking for string.h
# configure:5273: clang -c -Wall conftest.c >&5
# configure:5279: $? = 0
# configure:5286: test -z "$ac_c_werror_flag" || test ! -s conftest.err
# configure:5289: $? = 0
# configure:5296: test -s conftest.o
# configure:5299: $? = 0
# configure:5312: result: yes
# configure:5252: checking for memory.h
# configure:5273: clang -c -Wall conftest.c >&5
# configure:5279: $? = 0
# configure:5286: test -z "$ac_c_werror_flag" || test ! -s conftest.err
# configure:5289: $? = 0
# configure:5296: test -s conftest.o
# configure:5299: $? = 0
# configure:5312: result: yes
# configure:5252: checking for strings.h
# configure:5273: clang -c -Wall conftest.c >&5
# configure:5279: $? = 0
# configure:5286: test -z "$ac_c_werror_flag" || test ! -s conftest.err
# configure:5289: $? = 0
# configure:5296: test -s conftest.o
# configure:5299: $? = 0
# configure:5312: result: yes
# configure:5252: checking for inttypes.h
# configure:5273: clang -c -Wall conftest.c >&5
# configure:5279: $? = 0
# configure:5286: test -z "$ac_c_werror_flag" || test ! -s conftest.err
# configure:5289: $? = 0
# configure:5296: test -s conftest.o
# configure:5299: $? = 0
# configure:5312: result: yes
# configure:5252: checking for stdint.h
# configure:5273: clang -c -Wall conftest.c >&5
# configure:5279: $? = 0
# configure:5286: test -z "$ac_c_werror_flag" || test ! -s conftest.err
# configure:5289: $? = 0
# configure:5296: test -s conftest.o
# configure:5299: $? = 0
# configure:5312: result: yes
# configure:5252: checking for unistd.h
# configure:5273: clang -c -Wall conftest.c >&5
# configure:5279: $? = 0
# configure:5286: test -z "$ac_c_werror_flag" || test ! -s conftest.err
# configure:5289: $? = 0
# configure:5296: test -s conftest.o
# configure:5299: $? = 0
# configure:5312: result: yes
# configure:5339: checking dlfcn.h usability
# configure:5356: clang -c -Wall conftest.c >&5
# configure:5362: $? = 0
# configure:5369: test -z "$ac_c_werror_flag" || test ! -s conftest.err
# configure:5372: $? = 0
# configure:5379: test -s conftest.o
# configure:5382: $? = 0
# configure:5393: result: yes
# configure:5397: checking dlfcn.h presence
# configure:5412: clang -E conftest.c
# configure:5418: $? = 0
# configure:5439: result: yes
# configure:5467: checking for dlfcn.h
# configure:5475: result: yes
# configure:5604: checking for C++ compiler version
# configure:5611: clang++ --version >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# configure:5614: $? = 0
# configure:5621: clang++ -v >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# Selected multilib: .;@m64
# configure:5624: $? = 0
# configure:5631: clang++ -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:5634: $? = 1
# configure:5637: checking whether we are using the GNU C++ compiler
# configure:5666: clang++ -c conftest.cpp >&5
# configure:5672: $? = 0
# configure:5679: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
# configure:5682: $? = 0
# configure:5689: test -s conftest.o
# configure:5692: $? = 0
# configure:5706: result: yes
# configure:5711: checking whether clang++ accepts -g
# configure:5741: clang++ -c -g conftest.cpp >&5
# configure:5747: $? = 0
# configure:5754: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
# configure:5757: $? = 0
# configure:5764: test -s conftest.o
# configure:5767: $? = 0
# configure:5897: result: yes
# configure:5922: checking dependency style of clang++
# configure:6012: result: gcc3
# configure:6039: checking how to run the C++ preprocessor
# configure:6075: clang++ -E conftest.cpp
# configure:6081: $? = 0
# configure:6119: clang++ -E conftest.cpp
# conftest.cpp:22:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:6125: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "libdv"
# | #define VERSION "1.0.0"
# | #define _GNU_SOURCE 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_DLFCN_H 1
# | /* end confdefs.h. */
# | #include
# configure:6165: result: clang++ -E
# configure:6194: clang++ -E conftest.cpp
# configure:6200: $? = 0
# configure:6238: clang++ -E conftest.cpp
# conftest.cpp:22:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:6244: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "libdv"
# | #define VERSION "1.0.0"
# | #define _GNU_SOURCE 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_DLFCN_H 1
# | /* end confdefs.h. */
# | #include
# configure:6300: checking for x86_64-unknown-linux-g77
# configure:6330: result: no
# configure:6300: checking for x86_64-unknown-linux-f77
# configure:6330: result: no
# configure:6300: checking for x86_64-unknown-linux-xlf
# configure:6330: result: no
# configure:6300: checking for x86_64-unknown-linux-frt
# configure:6330: result: no
# configure:6300: checking for x86_64-unknown-linux-pgf77
# configure:6330: result: no
# configure:6300: checking for x86_64-unknown-linux-cf77
# configure:6330: result: no
# configure:6300: checking for x86_64-unknown-linux-fort77
# configure:6330: result: no
# configure:6300: checking for x86_64-unknown-linux-fl32
# configure:6330: result: no
# configure:6300: checking for x86_64-unknown-linux-af77
# configure:6330: result: no
# configure:6300: checking for x86_64-unknown-linux-f90
# configure:6330: result: no
# configure:6300: checking for x86_64-unknown-linux-xlf90
# configure:6330: result: no
# configure:6300: checking for x86_64-unknown-linux-pgf90
# configure:6330: result: no
# configure:6300: checking for x86_64-unknown-linux-pghpf
# configure:6330: result: no
# configure:6300: checking for x86_64-unknown-linux-epcf90
# configure:6330: result: no
# configure:6300: checking for x86_64-unknown-linux-gfortran
# configure:6330: result: no
# configure:6300: checking for x86_64-unknown-linux-g95
# configure:6330: result: no
# configure:6300: checking for x86_64-unknown-linux-f95
# configure:6330: result: no
# configure:6300: checking for x86_64-unknown-linux-fort
# configure:6330: result: no
# configure:6300: checking for x86_64-unknown-linux-xlf95
# configure:6330: result: no
# configure:6300: checking for x86_64-unknown-linux-ifort
# configure:6330: result: no
# configure:6300: checking for x86_64-unknown-linux-ifc
# configure:6330: result: no
# configure:6300: checking for x86_64-unknown-linux-efc
# configure:6330: result: no
# configure:6300: checking for x86_64-unknown-linux-pgf95
# configure:6330: result: no
# configure:6300: checking for x86_64-unknown-linux-lf95
# configure:6330: result: no
# configure:6300: checking for x86_64-unknown-linux-ftn
# configure:6330: result: no
# configure:6344: checking for g77
# configure:6374: result: no
# configure:6344: checking for f77
# configure:6374: result: no
# configure:6344: checking for xlf
# configure:6374: result: no
# configure:6344: checking for frt
# configure:6374: result: no
# configure:6344: checking for pgf77
# configure:6374: result: no
# configure:6344: checking for cf77
# configure:6374: result: no
# configure:6344: checking for fort77
# configure:6374: result: no
# configure:6344: checking for fl32
# configure:6374: result: no
# configure:6344: checking for af77
# configure:6374: result: no
# configure:6344: checking for f90
# configure:6374: result: no
# configure:6344: checking for xlf90
# configure:6374: result: no
# configure:6344: checking for pgf90
# configure:6374: result: no
# configure:6344: checking for pghpf
# configure:6374: result: no
# configure:6344: checking for epcf90
# configure:6374: result: no
# configure:6344: checking for gfortran
# configure:6360: found /usr/bin/gfortran
# configure:6371: result: gfortran
# configure:6401: checking for Fortran 77 compiler version
# configure:6408: gfortran --version >&5
# GNU Fortran (GCC) 6.1.1 20160602
# Copyright (C) 2016 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:6411: $? = 0
# configure:6418: gfortran -v >&5
# Using built-in specs.
# COLLECT_GCC=gfortran
# COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper
# Target: x86_64-pc-linux-gnu
# Configured with: /build/gcc/src/gcc/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 --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release
# Thread model: posix
# gcc version 6.1.1 20160602 (GCC)
# configure:6421: $? = 0
# configure:6428: gfortran -V >&5
# gfortran: error: unrecognized command line option '-V'
# gfortran: fatal error: no input files
# compilation terminated.
# configure:6431: $? = 1
# configure:6439: checking whether we are using the GNU Fortran 77 compiler
# configure:6458: gfortran -c conftest.F >&5
# configure:6464: $? = 0
# configure:6471: test -z "$ac_f77_werror_flag" || test ! -s conftest.err
# configure:6474: $? = 0
# configure:6481: test -s conftest.o
# configure:6484: $? = 0
# configure:6498: result: yes
# configure:6504: checking whether gfortran accepts -g
# configure:6521: gfortran -c -g conftest.f >&5
# configure:6527: $? = 0
# configure:6534: test -z "$ac_f77_werror_flag" || test ! -s conftest.err
# configure:6537: $? = 0
# configure:6544: test -s conftest.o
# configure:6547: $? = 0
# configure:6560: result: yes
# configure:6590: checking the maximum length of command line arguments
# configure:6699: result: 32768
# configure:6710: checking command to parse /usr/bin/nm -B output from clang object
# configure:6815: clang -c -Wall conftest.c >&5
# configure:6818: $? = 0
# configure:6822: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
# configure:6825: $? = 0
# configure:6877: clang -o conftest -Wall conftest.c conftstm.o >&5
# configure:6880: $? = 0
# configure:6918: result: ok
# configure:6922: checking for objdir
# configure:6937: result: .libs
# configure:6989: checking for x86_64-unknown-linux-ar
# configure:7019: result: no
# configure:7029: checking for ar
# configure:7045: found /usr/bin/ar
# configure:7056: result: ar
# configure:7085: checking for x86_64-unknown-linux-ranlib
# configure:7115: result: no
# configure:7125: checking for ranlib
# configure:7141: found /usr/bin/ranlib
# configure:7152: result: ranlib
# configure:7181: checking for x86_64-unknown-linux-strip
# configure:7208: result: strip
# configure:7534: checking if clang supports -fno-rtti -fno-exceptions
# configure:7552: clang -c -Wall -fno-rtti -fno-exceptions conftest.c >&5
# configure:7556: $? = 0
# configure:7569: result: yes
# configure:7584: checking for clang option to produce PIC
# configure:7794: result: -fPIC
# configure:7802: checking if clang PIC flag -fPIC works
# configure:7820: clang -c -Wall -fPIC -DPIC conftest.c >&5
# configure:7824: $? = 0
# configure:7837: result: yes
# configure:7865: checking if clang static flag -static works
# configure:7893: result: yes
# configure:7903: checking if clang supports -c -o file.o
# configure:7924: clang -c -Wall -o out/conftest2.o conftest.c >&5
# configure:7928: $? = 0
# configure:7950: result: yes
# configure:7976: checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:8962: result: yes
# configure:8983: checking whether -lc should be explicitly linked in
# configure:8988: clang -c -Wall conftest.c >&5
# configure:8991: $? = 0
# configure:9006: clang -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1
# configure:9009: $? = 0
# configure:9021: result: no
# configure:9029: checking dynamic linker characteristics
# configure:9617: result: GNU/Linux ld.so
# configure:9626: checking how to hardcode library paths into programs
# configure:9651: result: immediate
# configure:9665: checking whether stripping libraries is possible
# configure:9670: result: yes
# configure:10583: checking if libtool supports shared libraries
# configure:10585: result: yes
# configure:10588: checking whether to build shared libraries
# configure:10609: result: yes
# configure:10612: checking whether to build static libraries
# configure:10616: result: yes
# configure:10708: creating libtool
# configure:11296: checking for ld used by clang++
# configure:11363: result: /usr/bin/ld -m elf_x86_64
# configure:11372: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
# configure:11387: result: yes
# configure:11438: checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:12404: result: yes
# configure:12422: clang++ -c conftest.cpp >&5
# configure:12425: $? = 0
# configure:12544: checking for clang++ option to produce PIC
# configure:12818: result: -fPIC
# configure:12826: checking if clang++ PIC flag -fPIC works
# configure:12844: clang++ -c -fPIC -DPIC conftest.cpp >&5
# configure:12848: $? = 0
# configure:12861: result: yes
# configure:12889: checking if clang++ static flag -static works
# configure:12917: result: yes
# configure:12927: checking if clang++ supports -c -o file.o
# configure:12948: clang++ -c -o out/conftest2.o conftest.cpp >&5
# configure:12952: $? = 0
# configure:12974: result: yes
# configure:13000: checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:13025: result: yes
# configure:13092: checking dynamic linker characteristics
# configure:13680: result: GNU/Linux ld.so
# configure:13689: checking how to hardcode library paths into programs
# configure:13714: result: immediate
# configure:14240: checking if libtool supports shared libraries
# configure:14242: result: yes
# configure:14245: checking whether to build shared libraries
# configure:14265: result: yes
# configure:14268: checking whether to build static libraries
# configure:14272: result: yes
# configure:14282: checking for gfortran option to produce PIC
# configure:14492: result: -fPIC
# configure:14500: checking if gfortran PIC flag -fPIC works
# configure:14518: gfortran -c -g -O2 -fPIC conftest.f >&5
# configure:14522: $? = 0
# configure:14535: result: yes
# configure:14563: checking if gfortran static flag -static works
# configure:14591: result: no
# configure:14601: checking if gfortran supports -c -o file.o
# configure:14622: gfortran -c -g -O2 -o out/conftest2.o conftest.f >&5
# configure:14626: $? = 0
# configure:14648: result: yes
# configure:14674: checking whether the gfortran linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:15640: result: yes
# configure:15707: checking dynamic linker characteristics
# configure:16295: result: GNU/Linux ld.so
# configure:16304: checking how to hardcode library paths into programs
# configure:16329: result: immediate
# configure:20015: checking whether to enable debugging
# configure:20047: result: default=yes
# configure:20722: checking for pthread_create in -lpthread
# configure:20757: clang -o conftest -Wall -g conftest.c -lpthread >&5
# configure:20763: $? = 0
# configure:20770: test -z "$ac_c_werror_flag" || test ! -s conftest.err
# configure:20773: $? = 0
# configure:20780: test -s conftest
# configure:20783: $? = 0
# configure:20797: result: yes
# configure:20814: checking for sqrt in -lm
# configure:20849: clang -o conftest -Wall -g conftest.c -lm >&5
# conftest.c:31:6: warning: incompatible redeclaration of library function 'sqrt' [-Wincompatible-library-redeclaration]
# char sqrt ();
# ^
# conftest.c:31:6: note: 'sqrt' is a builtin with type 'double (double)'
# 1 warning generated.
# configure:20855: $? = 0
# configure:20862: test -z "$ac_c_werror_flag" || test ! -s conftest.err
# configure:20865: $? = 0
# configure:20872: test -s conftest
# configure:20875: $? = 0
# configure:20889: result: yes
# configure:20903: checking for poptGetContext in -lpopt
# configure:20938: clang -o conftest -Wall -g conftest.c -lpopt -lm >&5
# configure:20944: $? = 0
# configure:20951: test -z "$ac_c_werror_flag" || test ! -s conftest.err
# configure:20954: $? = 0
# configure:20961: test -s conftest
# configure:20964: $? = 0
# configure:20978: result: yes
# configure:21004: checking for X
# configure:21119: clang -E conftest.c
# configure:21125: $? = 0
# configure:21181: clang -o conftest -Wall -g conftest.c -lXt -lm >&5
# /usr/bin/ld: /tmp/conftest-e452c6.o: undefined reference to symbol 'XrmInitialize'
# /usr/lib/libX11.so.6: error adding symbols: DSO missing from command line
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:21187: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "libdv"
# | #define VERSION "1.0.0"
# | #define _GNU_SOURCE 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_DLFCN_H 1
# | #define ARCH_X86_64 1
# | #define DEBUG 1
# | #define HAVE_LIBM 1
# | #define HAVE_LIBPOPT 1
# | /* end confdefs.h. */
# | #include
# | int
# | main ()
# | {
# | XrmInitialize ()
# | ;
# | return 0;
# | }
# configure:21262: result: libraries /usr/lib, headers
# configure:21266: checking for ANSI C header files
# configure:21447: result: yes
# configure:21480: checking fcntl.h usability
# configure:21497: clang -c -Wall -g conftest.c >&5
# configure:21503: $? = 0
# configure:21510: test -z "$ac_c_werror_flag" || test ! -s conftest.err
# configure:21513: $? = 0
# configure:21520: test -s conftest.o
# configure:21523: $? = 0
# configure:21534: result: yes
# configure:21538: checking fcntl.h presence
# configure:21553: clang -E conftest.c
# configure:21559: $? = 0
# configure:21580: result: yes
# configure:21608: checking for fcntl.h
# configure:21616: result: yes
# configure:21480: checking sys/time.h usability
# configure:21497: clang -c -Wall -g conftest.c >&5
# configure:21503: $? = 0
# configure:21510: test -z "$ac_c_werror_flag" || test ! -s conftest.err
# configure:21513: $? = 0
# configure:21520: test -s conftest.o
# configure:21523: $? = 0
# configure:21534: result: yes
# configure:21538: checking sys/time.h presence
# configure:21553: clang -E conftest.c
# configure:21559: $? = 0
# configure:21580: result: yes
# configure:21608: checking for sys/time.h
# configure:21616: result: yes
# configure:21470: checking for unistd.h
# configure:21476: result: yes
# configure:21480: checking linux/videodev.h usability
# configure:21497: clang -c -Wall -g conftest.c >&5
# conftest.c:63:10: fatal error: 'linux/videodev.h' file not found
# #include
# ^
# 1 error generated.
# configure:21503: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "libdv"
# | #define VERSION "1.0.0"
# | #define _GNU_SOURCE 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_DLFCN_H 1
# | #define ARCH_X86_64 1
# | #define DEBUG 1
# | #define HAVE_LIBM 1
# | #define HAVE_LIBPOPT 1
# | #define STDC_HEADERS 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# | #include
# | #if HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #if HAVE_SYS_STAT_H
# | # include
# | #endif
# | #if STDC_HEADERS
# | # include
# | # include
# | #else
# | # if HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #if HAVE_STRING_H
# | # if !STDC_HEADERS && HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #if HAVE_STRINGS_H
# | # include
# | #endif
# | #if HAVE_INTTYPES_H
# | # include
# | #endif
# | #if HAVE_STDINT_H
# | # include
# | #endif
# | #if HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:21534: result: no
# configure:21538: checking linux/videodev.h presence
# configure:21553: clang -E conftest.c
# conftest.c:30:10: fatal error: 'linux/videodev.h' file not found
# #include
# ^
# 1 error generated.
# configure:21559: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "libdv"
# | #define VERSION "1.0.0"
# | #define _GNU_SOURCE 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_DLFCN_H 1
# | #define ARCH_X86_64 1
# | #define DEBUG 1
# | #define HAVE_LIBM 1
# | #define HAVE_LIBPOPT 1
# | #define STDC_HEADERS 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# | #include
# configure:21580: result: no
# configure:21608: checking for linux/videodev.h
# configure:21616: result: no
# configure:21480: checking sys/soundcard.h usability
# configure:21497: clang -c -Wall -g conftest.c >&5
# configure:21503: $? = 0
# configure:21510: test -z "$ac_c_werror_flag" || test ! -s conftest.err
# configure:21513: $? = 0
# configure:21520: test -s conftest.o
# configure:21523: $? = 0
# configure:21534: result: yes
# configure:21538: checking sys/soundcard.h presence
# configure:21553: clang -E conftest.c
# configure:21559: $? = 0
# configure:21580: result: yes
# configure:21608: checking for sys/soundcard.h
# configure:21616: result: yes
# configure:21480: checking endian.h usability
# configure:21497: clang -c -Wall -g conftest.c >&5
# configure:21503: $? = 0
# configure:21510: test -z "$ac_c_werror_flag" || test ! -s conftest.err
# configure:21513: $? = 0
# configure:21520: test -s conftest.o
# configure:21523: $? = 0
# configure:21534: result: yes
# configure:21538: checking endian.h presence
# configure:21553: clang -E conftest.c
# configure:21559: $? = 0
# configure:21580: result: yes
# configure:21608: checking for endian.h
# configure:21616: result: yes
# configure:21480: checking machine/endian.h usability
# configure:21497: clang -c -Wall -g conftest.c >&5
# conftest.c:65:10: fatal error: 'machine/endian.h' file not found
# #include
# ^
# 1 error generated.
# configure:21503: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "libdv"
# | #define VERSION "1.0.0"
# | #define _GNU_SOURCE 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_DLFCN_H 1
# | #define ARCH_X86_64 1
# | #define DEBUG 1
# | #define HAVE_LIBM 1
# | #define HAVE_LIBPOPT 1
# | #define STDC_HEADERS 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_SOUNDCARD_H 1
# | #define HAVE_ENDIAN_H 1
# | /* end confdefs.h. */
# | #include
# | #if HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #if HAVE_SYS_STAT_H
# | # include
# | #endif
# | #if STDC_HEADERS
# | # include
# | # include
# | #else
# | # if HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #if HAVE_STRING_H
# | # if !STDC_HEADERS && HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #if HAVE_STRINGS_H
# | # include
# | #endif
# | #if HAVE_INTTYPES_H
# | # include
# | #endif
# | #if HAVE_STDINT_H
# | # include
# | #endif
# | #if HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:21534: result: no
# configure:21538: checking machine/endian.h presence
# configure:21553: clang -E conftest.c
# conftest.c:32:10: fatal error: 'machine/endian.h' file not found
# #include
# ^
# 1 error generated.
# configure:21559: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "libdv"
# | #define VERSION "1.0.0"
# | #define _GNU_SOURCE 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_DLFCN_H 1
# | #define ARCH_X86_64 1
# | #define DEBUG 1
# | #define HAVE_LIBM 1
# | #define HAVE_LIBPOPT 1
# | #define STDC_HEADERS 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_SOUNDCARD_H 1
# | #define HAVE_ENDIAN_H 1
# | /* end confdefs.h. */
# | #include
# configure:21580: result: no
# configure:21608: checking for machine/endian.h
# configure:21616: result: no
# configure:21470: checking for inttypes.h
# configure:21476: result: yes
# configure:21630: checking for an ANSI C-conforming const
# configure:21705: clang -c -Wall -g conftest.c >&5
# conftest.c:78:18: warning: variable 'b' is uninitialized when used here [-Wuninitialized]
# struct s *b; b->j = 5;
# ^
# conftest.c:78:16: note: initialize the variable 'b' to silence this warning
# struct s *b; b->j = 5;
# ^
# = 0
# conftest.c:62:6: warning: variable 't' is uninitialized when used here [-Wuninitialized]
# *t++ = 0;
# ^
# conftest.c:59:12: note: initialize the variable 't' to silence this warning
# char *t;
# ^
# = 0
# 2 warnings generated.
# configure:21711: $? = 0
# configure:21718: test -z "$ac_c_werror_flag" || test ! -s conftest.err
# configure:21721: $? = 0
# configure:21728: test -s conftest.o
# configure:21731: $? = 0
# configure:21743: result: yes
# configure:21753: checking for inline
# configure:21779: clang -c -Wall -g conftest.c >&5
# conftest.c:35:21: warning: unused function 'static_foo' [-Wunused-function]
# static inline foo_t static_foo () {return 0; }
# ^
# 1 warning generated.
# configure:21785: $? = 0
# configure:21792: test -z "$ac_c_werror_flag" || test ! -s conftest.err
# configure:21795: $? = 0
# configure:21802: test -s conftest.o
# configure:21805: $? = 0
# configure:21820: result: inline
# configure:21839: checking for off_t
# configure:21869: clang -c -Wall -g conftest.c >&5
# configure:21875: $? = 0
# configure:21882: test -z "$ac_c_werror_flag" || test ! -s conftest.err
# configure:21885: $? = 0
# configure:21892: test -s conftest.o
# configure:21895: $? = 0
# configure:21907: result: yes
# configure:21919: checking for size_t
# configure:21949: clang -c -Wall -g conftest.c >&5
# configure:21955: $? = 0
# configure:21962: test -z "$ac_c_werror_flag" || test ! -s conftest.err
# configure:21965: $? = 0
# configure:21972: test -s conftest.o
# configure:21975: $? = 0
# configure:21987: result: yes
# configure:21999: checking whether time.h and sys/time.h may both be included
# configure:22029: clang -c -Wall -g conftest.c >&5
# configure:22035: $? = 0
# configure:22042: test -z "$ac_c_werror_flag" || test ! -s conftest.err
# configure:22045: $? = 0
# configure:22052: test -s conftest.o
# configure:22055: $? = 0
# configure:22067: result: yes
# configure:22084: checking for stdlib.h
# configure:22090: result: yes
# configure:22084: checking for unistd.h
# configure:22090: result: yes
# configure:22247: checking for getpagesize
# configure:22303: clang -o conftest -Wall -g conftest.c -lm >&5
# configure:22309: $? = 0
# configure:22316: test -z "$ac_c_werror_flag" || test ! -s conftest.err
# configure:22319: $? = 0
# configure:22326: test -s conftest
# configure:22329: $? = 0
# configure:22343: result: yes
# configure:22353: checking for working mmap
# configure:22500: clang -o conftest -Wall -g conftest.c -lm >&5
# configure:22503: $? = 0
# configure:22509: ./conftest
# configure:22512: $? = 0
# configure:22528: result: yes
# configure:22543: checking for gettimeofday
# configure:22599: clang -o conftest -Wall -g conftest.c -lm >&5
# configure:22605: $? = 0
# configure:22612: test -z "$ac_c_werror_flag" || test ! -s conftest.err
# configure:22615: $? = 0
# configure:22622: test -s conftest
# configure:22625: $? = 0
# configure:22639: result: yes
# configure:22804: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by config.status, which was
# generated by GNU Autoconf 2.60. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on f73361e6354f
#
# config.status:679: creating Makefile
# config.status:679: creating libdv.spec
# config.status:679: creating libdv.pc
# config.status:679: creating libdv/Makefile
# config.status:679: creating playdv/Makefile
# config.status:679: creating encodedv/Makefile
# config.status:679: creating config.h
# config.status:964: executing depfiles commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_const=yes
# ac_cv_c_inline=inline
# ac_cv_cxx_compiler_gnu=yes
# ac_cv_env_CCASFLAGS_set=
# ac_cv_env_CCASFLAGS_value=
# ac_cv_env_CCAS_set=
# ac_cv_env_CCAS_value=
# ac_cv_env_CCC_set=
# ac_cv_env_CCC_value=
# ac_cv_env_CC_set=set
# ac_cv_env_CC_value=clang
# ac_cv_env_CFLAGS_set=set
# ac_cv_env_CFLAGS_value=
# ac_cv_env_CPPFLAGS_set=set
# ac_cv_env_CPPFLAGS_value=
# ac_cv_env_CPP_set=
# ac_cv_env_CPP_value=
# ac_cv_env_CXXCPP_set=
# ac_cv_env_CXXCPP_value=
# ac_cv_env_CXXFLAGS_set=set
# ac_cv_env_CXXFLAGS_value=
# ac_cv_env_CXX_set=set
# ac_cv_env_CXX_value=clang++
# ac_cv_env_F77_set=
# ac_cv_env_F77_value=
# ac_cv_env_FFLAGS_set=
# ac_cv_env_FFLAGS_value=
# ac_cv_env_GTK_CFLAGS_set=
# ac_cv_env_GTK_CFLAGS_value=
# ac_cv_env_GTK_LIBS_set=
# ac_cv_env_GTK_LIBS_value=
# ac_cv_env_LDFLAGS_set=set
# ac_cv_env_LDFLAGS_value=
# ac_cv_env_PKG_CONFIG_set=
# ac_cv_env_PKG_CONFIG_value=
# ac_cv_env_XMKMF_set=
# ac_cv_env_XMKMF_value=
# ac_cv_env_build_alias_set=
# ac_cv_env_build_alias_value=
# ac_cv_env_host_alias_set=set
# ac_cv_env_host_alias_value=x86_64-unknown-linux
# ac_cv_env_target_alias_set=
# ac_cv_env_target_alias_value=
# ac_cv_f77_compiler_gnu=yes
# ac_cv_func_getpagesize=yes
# ac_cv_func_gettimeofday=yes
# ac_cv_func_mmap_fixed_mapped=yes
# ac_cv_have_x='have_x=yes ac_x_includes='\'''\'' ac_x_libraries='\''/usr/lib'\'''
# ac_cv_header_dlfcn_h=yes
# ac_cv_header_endian_h=yes
# ac_cv_header_fcntl_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_linux_videodev_h=no
# ac_cv_header_machine_endian_h=no
# 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_soundcard_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_time_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_time=yes
# ac_cv_header_unistd_h=yes
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_lib_m_sqrt=yes
# ac_cv_lib_popt_poptGetContext=yes
# ac_cv_lib_pthread_pthread_create=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_AWK=gawk
# ac_cv_prog_CC=clang
# ac_cv_prog_CPP='clang -E'
# ac_cv_prog_CXXCPP='clang++ -E'
# ac_cv_prog_STRIP=strip
# ac_cv_prog_ac_ct_AR=ar
# ac_cv_prog_ac_ct_F77=gfortran
# ac_cv_prog_ac_ct_RANLIB=ranlib
# 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_f77_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
# am_cv_CC_dependencies_compiler_type=gcc3
# am_cv_CXX_dependencies_compiler_type=gcc3
# lt_cv_deplibs_check_method=pass_all
# lt_cv_file_magic_cmd='$MAGIC_CMD'
# lt_cv_file_magic_test_file=
# lt_cv_ld_reload_flag=-r
# lt_cv_objdir=.libs
# lt_cv_path_LD=/usr/bin/ld
# lt_cv_path_LDCXX='/usr/bin/ld -m elf_x86_64'
# lt_cv_path_NM='/usr/bin/nm -B'
# lt_cv_path_SED=/usr/bin/sed
# lt_cv_prog_compiler_c_o=yes
# lt_cv_prog_compiler_c_o_CXX=yes
# lt_cv_prog_compiler_c_o_F77=yes
# lt_cv_prog_compiler_rtti_exceptions=yes
# lt_cv_prog_gnu_ld=yes
# lt_cv_prog_gnu_ldcxx=yes
# lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
# lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\'''
# lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\'''
# lt_cv_sys_max_cmd_len=32768
# lt_lt_cv_prog_compiler_c_o='"yes"'
# lt_lt_cv_prog_compiler_c_o_CXX='"yes"'
# lt_lt_cv_prog_compiler_c_o_F77='"yes"'
# lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ ][ ]*\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2 \\2/p'\''"'
# lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/ {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/ {\"\\2\", (lt_ptr) \\&\\2},/p'\''"'
# lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"'
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/libdv/src/libdv-1.0.0/missing --run aclocal-1.9'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='${SHELL} /tmp/libdv/src/libdv-1.0.0/missing --run tar'
# AR='ar'
# AUTOCONF='${SHELL} /tmp/libdv/src/libdv-1.0.0/missing --run autoconf'
# AUTOHEADER='${SHELL} /tmp/libdv/src/libdv-1.0.0/missing --run autoheader'
# AUTOMAKE='${SHELL} /tmp/libdv/src/libdv-1.0.0/missing --run automake-1.9'
# AWK='gawk'
# CC='clang'
# CCAS='clang'
# CCASFLAGS=''
# CCDEPMODE='depmode=gcc3'
# CFLAGS=' -Wall -g'
# CPP='clang -E'
# CPPFLAGS=''
# CXX='clang++'
# CXXCPP='clang++ -E'
# CXXDEPMODE='depmode=gcc3'
# CXXFLAGS=''
# CYGPATH_W='echo'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# ECHO='echo'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/bin/grep -E'
# EXEEXT=''
# F77='gfortran'
# FFLAGS='-g -O2'
# GREP='/usr/bin/grep'
# GTK_CFLAGS=''
# GTK_LIBS=''
# HAVE_GTK_FALSE=''
# HAVE_GTK_TRUE='#'
# HOST_X86_64_FALSE='#'
# HOST_X86_64_TRUE=''
# HOST_X86_FALSE=''
# HOST_X86_TRUE='#'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
# LDFLAGS=''
# LIBOBJS=''
# LIBS='-lm '
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LN_S='ln -s'
# LTLIBOBJS=''
# MAINT='#'
# MAINTAINER_MODE_FALSE=''
# MAINTAINER_MODE_TRUE='#'
# MAKEINFO='${SHELL} /tmp/libdv/src/libdv-1.0.0/missing --run makeinfo'
# OBJEXT='o'
# PACKAGE='libdv'
# PACKAGE_BUGREPORT=''
# PACKAGE_NAME=''
# PACKAGE_STRING=''
# PACKAGE_TARNAME=''
# PACKAGE_VERSION=''
# PATH_SEPARATOR=':'
# PKG_CONFIG=''
# POPT_LIB='-lpopt'
# PTHREAD_LIBS='-lpthread'
# RANLIB='ranlib'
# REQUIRES_NOPKGCONFIG=''
# RPM_RELEASE='1'
# SDL_CFLAGS=''
# SDL_CONFIG=''
# SDL_LIBS=''
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# VERSION='1.0.0'
# XMKMF=''
# XV_LIB=''
# ac_aux_dir='.'
# ac_ct_CC=''
# ac_ct_CXX=''
# ac_ct_F77='gfortran'
# am__fastdepCC_FALSE='#'
# am__fastdepCC_TRUE=''
# am__fastdepCXX_FALSE='#'
# am__fastdepCXX_TRUE=''
# am__include='include'
# am__leading_dot='.'
# am__quote=''
# am__tar='${AMTAR} chof - "$$tardir"'
# am__untar='${AMTAR} xf -'
# 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}'
# host='x86_64-unknown-linux-gnu'
# host_alias='x86_64-unknown-linux'
# host_cpu='x86_64'
# host_os='linux-gnu'
# host_vendor='unknown'
# htmldir='${docdir}'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# install_sh='/tmp/libdv/src/libdv-1.0.0/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='${datarootdir}/man'
# mkdir_p='mkdir -p --'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# prefix='/usr'
# 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. ##
# ## ----------- ##
#
# #define PACKAGE_NAME ""
# #define PACKAGE_TARNAME ""
# #define PACKAGE_VERSION ""
# #define PACKAGE_STRING ""
# #define PACKAGE_BUGREPORT ""
# #define PACKAGE "libdv"
# #define VERSION "1.0.0"
# #define _GNU_SOURCE 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_DLFCN_H 1
# #define ARCH_X86_64 1
# #define DEBUG 1
# #define HAVE_LIBM 1
# #define HAVE_LIBPOPT 1
# #define STDC_HEADERS 1
# #define HAVE_FCNTL_H 1
# #define HAVE_SYS_TIME_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_SYS_SOUNDCARD_H 1
# #define HAVE_ENDIAN_H 1
# #define HAVE_INTTYPES_H 1
# #define TIME_WITH_SYS_TIME 1
# #define HAVE_STDLIB_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_GETPAGESIZE 1
# #define HAVE_MMAP 1
# #define HAVE_GETTIMEOFDAY 1
#
# configure: exit 0