root@omac:~/thusneltheora/vlc-0.9.2# ./configure -disable-live555 checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking how to create a ustar tar archive... gnutar checking whether to enable maintainer-specific portions of Makefiles... yes checking for style of include used by make... GNU checking for gcc... gcc 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 gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking dependency style of gcc... gcc3 checking for gcc option to accept ISO C99... -std=gnu99 checking how to run the C preprocessor... gcc -std=gnu99 -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for AIX... no 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 minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking whether gcc -std=gnu99 and cc understand -c and -o together... yes checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking how to run the C preprocessor... gcc -std=gnu99 -E checking for gcc... gcc checking whether we are using the GNU Objective C compiler... no checking whether gcc accepts -g... no checking dependency style of gcc... gcc3 checking dependency style of gcc... (cached) gcc3 checking for egrep... (cached) /bin/grep -E checking whether make sets $(MAKE)... (cached) yes checking for a BSD-compatible install... /usr/bin/install -c checking dependency style of gcc -std=gnu99... gcc3 checking for ranlib... ranlib checking for strip... strip checking for ar... ar checking for ld... ld checking for dlltool... no checking for an ANSI C-conforming const... yes checking for inline... inline checking for C/C++ restrict keyword... restrict checking for libs in extras/contrib... no configure: WARNING: not using the libs in extras/contrib as it is not the same host checking for a sed that does not truncate output... /bin/sed checking for ld used by gcc -std=gnu99... ld checking if the linker (ld) is GNU ld... yes checking for 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 recognize dependent libraries... (cached) pass_all checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking how to run the C++ preprocessor... g++ -E checking the maximum length of command line arguments... 98304 checking command to parse /usr/bin/nm -B output from gcc -std=gnu99 object... ok checking for objdir... .libs checking for ar... (cached) ar checking for ranlib... (cached) ranlib checking for strip... (cached) strip checking if gcc -std=gnu99 supports -fno-rtti -fno-exceptions... no checking for gcc -std=gnu99 option to produce PIC... -fPIC checking if gcc -std=gnu99 PIC flag -fPIC works... yes checking if gcc -std=gnu99 static flag -static works... yes checking if gcc -std=gnu99 supports -c -o file.o... yes checking whether the gcc -std=gnu99 linker (ld) 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 for shl_load... no checking for shl_load in -ldld... no checking for dlopen... no checking for dlopen in -ldl... yes checking whether a program can dlopen itself... yes checking whether a statically linked program can dlopen itself... no checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by g++... ld checking if the linker (ld) is GNU ld... yes checking whether the g++ linker (ld) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC checking if g++ PIC flag -fPIC works... yes checking if g++ static flag -static works... yes checking if g++ supports -c -o file.o... yes checking whether the g++ linker (ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so (cached) (cached) checking how to hardcode library paths into programs... immediate appending configuration tag "F77" to libtool checking whether NLS is requested... yes checking for msgfmt... /usr/bin/msgfmt checking for gmsgfmt... /usr/bin/msgfmt checking for xgettext... /usr/bin/xgettext checking for msgmerge... /usr/bin/msgmerge checking for ld used by GCC... ld checking if the linker (ld) is GNU ld... yes checking for shared library run path origin... done checking for CFPreferencesCopyAppValue... no checking for CFLocaleCopyCurrent... no checking for GNU gettext in libc... yes checking whether to use NLS... yes checking where the gettext function comes from... libc checking for iconv... yes checking for working iconv... yes checking for iconv declaration... extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); checking for shared objects suffix... .so checking for gettimeofday... yes checking for strtod... yes checking for strtol... yes checking for strtof... yes checking for strtoll... yes checking for strtoull... yes checking for strsep... yes checking for isatty... yes checking for vasprintf... yes checking for asprintf... yes checking for swab... yes checking for sigrelse... yes checking for getpwuid_r... yes checking for memalign... yes checking for posix_memalign... yes checking for if_nametoindex... yes checking for atoll... yes checking for getenv... yes checking for putenv... yes checking for setenv... yes checking for gmtime_r... yes checking for ctime_r... yes checking for localtime_r... yes checking for lrintf... no checking for daemon... yes checking for scandir... yes checking for fork... yes checking for bsearch... yes checking for lstat... yes checking for strlcpy... no checking for strdup... yes checking for strndup... yes checking for strnlen... yes checking for atof... yes checking for lldiv... yes checking for posix_fadvise... yes checking for posix_madvise... yes checking for uselocale... yes checking for strcasecmp... yes checking for strncasecmp... yes checking for strcasestr... yes checking for working alloca.h... yes checking for alloca... yes checking for mmap... yes checking for setlocale... yes checking langinfo.h usability... yes checking langinfo.h presence... yes checking for langinfo.h... yes checking for nl_langinfo... yes checking for nl_langinfo and CODESET... yes checking for connect... yes checking for send... yes checking for gethostbyname... yes checking zlib.h usability... yes checking zlib.h presence... yes checking for zlib.h... yes checking for socklen_t in sys/socket.h... yes checking for struct sockaddr_storage... yes checking for library containing getaddrinfo... none required checking for getnameinfo... yes checking for gai_strerror... yes checking for struct addrinfo... yes checking for va_copy... yes checking for __va_copy... yes checking for inet_aton... yes checking for getopt_long... yes checking return type of signal handlers... void checking for cos in -lm... yes checking for pow in -lm... yes checking for sqrt in -lm... yes checking for ceil in -lm... yes checking for exp in -lm... yes checking for round in -lm... yes checking for sqrtf in -lmx... no checking mach-o/dyld.h usability... no checking mach-o/dyld.h presence... no checking for mach-o/dyld.h... no checking dl.h usability... no checking dl.h presence... no checking for dl.h... no checking for shl_load... (cached) no checking for dld_link in -ldld... no checking image.h usability... no checking image.h presence... no checking for image.h... no checking for load_add_on... no checking for dlfcn.h... (cached) yes checking sys/dl.h usability... no checking sys/dl.h presence... no checking for sys/dl.h... no checking for dlopen... (cached) no checking for dlopen in -ldl... (cached) yes checking for main in -lpthread... yes checking for clock_nanosleep in -lrt... yes checking for nanosleep... yes checking for strncasecmp in strings.h... yes checking signal.h usability... yes checking signal.h presence... yes checking for signal.h... yes checking time.h usability... yes checking time.h presence... yes checking for time.h... yes checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking for stdint.h... (cached) yes checking stdbool.h usability... yes checking stdbool.h presence... yes checking for stdbool.h... yes checking getopt.h usability... yes checking getopt.h presence... yes checking for getopt.h... yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking sys/int_types.h usability... no checking sys/int_types.h presence... no checking for sys/int_types.h... no checking wchar.h usability... yes checking wchar.h presence... yes checking for wchar.h... yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking sys/sockio.h usability... no checking sys/sockio.h presence... no checking for sys/sockio.h... no checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking for sys/types.h... (cached) yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking sys/times.h usability... yes checking sys/times.h presence... yes checking for sys/times.h... yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking for sys/stat.h... (cached) yes checking xlocale.h usability... yes checking xlocale.h presence... yes checking for xlocale.h... yes checking arpa/inet.h usability... yes checking arpa/inet.h presence... yes checking for arpa/inet.h... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking netinet/udplite.h usability... no checking netinet/udplite.h presence... no checking for netinet/udplite.h... no checking for net/if.h... yes checking machine/param.h usability... no checking machine/param.h presence... no checking for machine/param.h... no checking sys/shm.h usability... yes checking sys/shm.h presence... yes checking for sys/shm.h... yes checking linux/version.h usability... yes checking linux/version.h presence... yes checking for linux/version.h... yes checking linux/dccp.h usability... yes checking linux/dccp.h presence... yes checking for linux/dccp.h... yes checking syslog.h usability... yes checking syslog.h presence... yes checking for syslog.h... yes checking whether time.h and sys/time.h may both be included... yes checking for ssize_t... yes checking for library containing poll... none required checking dirent.h usability... yes checking dirent.h presence... yes checking for dirent.h... yes checking for nanosleep in time.h... yes checking for timespec in sys/time.h... yes checking pthread.h usability... yes checking pthread.h presence... yes checking for pthread.h... yes checking kernel/scheduler.h usability... no checking kernel/scheduler.h presence... no checking for kernel/scheduler.h... no checking kernel/OS.h usability... no checking kernel/OS.h presence... no checking for kernel/OS.h... no checking for X... libraries , headers checking for gethostbyname... (cached) yes checking for connect... (cached) yes checking for remove... yes checking for shmat... yes checking for IceConnectionNumber in -lICE... no checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for HAL... yes checking for DBUS... yes checking for ntohl in sys/param.h... no checking if gcc -std=gnu99 accepts -Wall... yes checking if gcc -std=gnu99 accepts -Wextra... yes checking if gcc -std=gnu99 accepts -Wsign-compare... yes checking if gcc -std=gnu99 accepts -Wundef... yes checking if gcc -std=gnu99 accepts -Wpointer-arith... yes checking if gcc -std=gnu99 accepts -Wbad-function-cast... yes checking if gcc -std=gnu99 accepts -Wcast-align... yes checking if gcc -std=gnu99 accepts -Wwrite-strings... yes checking if gcc -std=gnu99 accepts -Wmissing-prototypes... yes checking if gcc -std=gnu99 accepts -Wvolatile-register-var... yes checking if gcc -std=gnu99 accepts -pipe... yes checking if $CC accepts -Os... yes checking if $CC accepts -O3... yes checking if $CC accepts -O0... yes checking if $CC accepts -ffast-math... yes checking if $CC accepts -funroll-loops... yes checking if $CC accepts -fomit-frame-pointer... yes checking if $CC accepts -bundle -undefined error... no checking __attribute__ ((aligned ())) support... 64 checking for __attribute__((packed))... yes checking execinfo.h usability... yes checking execinfo.h presence... yes checking for execinfo.h... yes checking for backtrace... yes checking if gcc -std=gnu99 groks MMX intrinsics... yes checking if gcc -std=gnu99 groks MMX inline assembly... yes checking if gcc -std=gnu99 groks MMX EXT inline assembly... yes checking if gcc -std=gnu99 groks SSE2 intrinsics... yes checking if gcc -std=gnu99 groks SSE inline assembly... yes checking if gcc -std=gnu99 groks SSE2 inline assembly... yes checking if gcc -std=gnu99 groks 3D Now! inline assembly... yes checking whether gcc -std=gnu99 accepts -mtune=pentium2... yes checking for LUA... yes checking proxy.h usability... no checking proxy.h presence... no checking for proxy.h... no checking for NOTIFY... no checking for TAGLIB... yes checking dvdread/dvd_reader.h usability... no checking dvdread/dvd_reader.h presence... no checking for dvdread/dvd_reader.h... no checking libdvdread/dvd_reader.h usability... no checking libdvdread/dvd_reader.h presence... no checking for libdvdread/dvd_reader.h... no checking for dvdnav-config... no checking libsmbclient.h usability... no checking libsmbclient.h presence... no checking for libsmbclient.h... no checking for struct _SMBCCTX.close_fn... no checking for dvbpsi/dr.h... yes checking for dvbpsi_GenSDTSections in -ldvbpsi... yes checking alsa/asoundlib.h usability... no checking alsa/asoundlib.h presence... no checking for alsa/asoundlib.h... no checking linux/videodev2.h usability... yes checking linux/videodev2.h presence... yes checking for linux/videodev2.h... yes checking for LIBCDIO... no configure: WARNING: CD Reading and information library not found checking for VCDINFO... no configure: WARNING: VCD information library not found checking for cdrom_msf0 in linux/cdrom.h... yes checking for scsireq in sys/scsiio.h... no checking for ioc_toc_header in sys/cdio.h... no checking for LIBCDDB... yes checking linux/dvb/version.h usability... yes checking linux/dvb/version.h presence... yes checking for linux/dvb/version.h... yes checking linux/dvb/frontend.h usability... yes checking linux/dvb/frontend.h presence... yes checking for linux/dvb/frontend.h... yes checking X11/Xlib.h usability... yes checking X11/Xlib.h presence... yes checking for X11/Xlib.h... yes checking for inet_pton... yes checking for inet_ntop... yes checking ogg/ogg.h usability... yes checking ogg/ogg.h presence... yes checking for ogg/ogg.h... yes checking for oggpack_read in -logg... yes checking ebml/EbmlVersion.h usability... no checking ebml/EbmlVersion.h presence... no checking for ebml/EbmlVersion.h... no checking libmodplug/modplug.h usability... no checking libmodplug/modplug.h presence... no checking for libmodplug/modplug.h... no checking mpcdec/mpcdec.h usability... no checking mpcdec/mpcdec.h presence... no checking for mpcdec/mpcdec.h... no configure: WARNING: only static linking is available, you must provide a gme-tree checking mad.h usability... yes checking mad.h presence... yes checking for mad.h... yes checking for mad_bit_init in -lmad... yes checking id3tag.h usability... no checking id3tag.h presence... no checking for id3tag.h... no checking for AVCODEC... yes checking libavcodec/avcodec.h usability... no checking libavcodec/avcodec.h presence... no checking for libavcodec/avcodec.h... no checking ffmpeg/avcodec.h usability... yes checking ffmpeg/avcodec.h presence... yes checking for ffmpeg/avcodec.h... yes checking libavutil/avutil.h usability... no checking libavutil/avutil.h presence... no checking for libavutil/avutil.h... no checking ffmpeg/avutil.h usability... yes checking ffmpeg/avutil.h presence... yes checking for ffmpeg/avutil.h... yes checking for AVFORMAT... yes checking libavformat/avformat.h usability... no checking libavformat/avformat.h presence... no checking for libavformat/avformat.h... no checking ffmpeg/avformat.h usability... yes checking ffmpeg/avformat.h presence... yes checking for ffmpeg/avformat.h... yes checking for libavutil/avutil.h... (cached) no checking for ffmpeg/avutil.h... (cached) yes checking for SWSCALE... no configure: WARNING: Could not find libswscale. Trying to enable imgresample. checking for IMGRESAMPLE... yes checking for libavcodec/avcodec.h... (cached) no checking for ffmpeg/avcodec.h... (cached) yes checking for img_resample in -lavcodec... yes checking for POSTPROC... no configure: error: Could not find libpostproc. root@omac:~/thusneltheora/vlc-0.9.2# ./configure -disable-live555 checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking how to create a ustar tar archive... gnutar checking whether to enable maintainer-specific portions of Makefiles... yes checking for style of include used by make... GNU checking for gcc... gcc 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 gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking dependency style of gcc... gcc3 checking for gcc option to accept ISO C99... -std=gnu99 checking how to run the C preprocessor... gcc -std=gnu99 -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for AIX... no 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 minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking whether gcc -std=gnu99 and cc understand -c and -o together... yes checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking how to run the C preprocessor... gcc -std=gnu99 -E checking for gcc... gcc checking whether we are using the GNU Objective C compiler... no checking whether gcc accepts -g... no checking dependency style of gcc... gcc3 checking dependency style of gcc... (cached) gcc3 checking for egrep... (cached) /bin/grep -E checking whether make sets $(MAKE)... (cached) yes checking for a BSD-compatible install... /usr/bin/install -c checking dependency style of gcc -std=gnu99... gcc3 checking for ranlib... ranlib checking for strip... strip checking for ar... ar checking for ld... ld checking for dlltool... no checking for an ANSI C-conforming const... yes checking for inline... inline checking for C/C++ restrict keyword... restrict checking for libs in extras/contrib... no configure: WARNING: not using the libs in extras/contrib as it is not the same host checking for a sed that does not truncate output... /bin/sed checking for ld used by gcc -std=gnu99... ld checking if the linker (ld) is GNU ld... yes checking for 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 recognize dependent libraries... (cached) pass_all checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking how to run the C++ preprocessor... g++ -E checking the maximum length of command line arguments... 98304 checking command to parse /usr/bin/nm -B output from gcc -std=gnu99 object... ok checking for objdir... .libs checking for ar... (cached) ar checking for ranlib... (cached) ranlib checking for strip... (cached) strip checking if gcc -std=gnu99 supports -fno-rtti -fno-exceptions... no checking for gcc -std=gnu99 option to produce PIC... -fPIC checking if gcc -std=gnu99 PIC flag -fPIC works... yes checking if gcc -std=gnu99 static flag -static works... yes checking if gcc -std=gnu99 supports -c -o file.o... yes checking whether the gcc -std=gnu99 linker (ld) 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 for shl_load... no checking for shl_load in -ldld... no checking for dlopen... no checking for dlopen in -ldl... yes checking whether a program can dlopen itself... yes checking whether a statically linked program can dlopen itself... no checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by g++... ld checking if the linker (ld) is GNU ld... yes checking whether the g++ linker (ld) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC checking if g++ PIC flag -fPIC works... yes checking if g++ static flag -static works... yes checking if g++ supports -c -o file.o... yes checking whether the g++ linker (ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so (cached) (cached) checking how to hardcode library paths into programs... immediate appending configuration tag "F77" to libtool checking whether NLS is requested... yes checking for msgfmt... /usr/bin/msgfmt checking for gmsgfmt... /usr/bin/msgfmt checking for xgettext... /usr/bin/xgettext checking for msgmerge... /usr/bin/msgmerge checking for ld used by GCC... ld checking if the linker (ld) is GNU ld... yes checking for shared library run path origin... done checking for CFPreferencesCopyAppValue... no checking for CFLocaleCopyCurrent... no checking for GNU gettext in libc... yes checking whether to use NLS... yes checking where the gettext function comes from... libc checking for iconv... yes checking for working iconv... yes checking for iconv declaration... extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); checking for shared objects suffix... .so checking for gettimeofday... yes checking for strtod... yes checking for strtol... yes checking for strtof... yes checking for strtoll... yes checking for strtoull... yes checking for strsep... yes checking for isatty... yes checking for vasprintf... yes checking for asprintf... yes checking for swab... yes checking for sigrelse... yes checking for getpwuid_r... yes checking for memalign... yes checking for posix_memalign... yes checking for if_nametoindex... yes checking for atoll... yes checking for getenv... yes checking for putenv... yes checking for setenv... yes checking for gmtime_r... yes checking for ctime_r... yes checking for localtime_r... yes checking for lrintf... no checking for daemon... yes checking for scandir... yes checking for fork... yes checking for bsearch... yes checking for lstat... yes checking for strlcpy... no checking for strdup... yes checking for strndup... yes checking for strnlen... yes checking for atof... yes checking for lldiv... yes checking for posix_fadvise... yes checking for posix_madvise... yes checking for uselocale... yes checking for strcasecmp... yes checking for strncasecmp... yes checking for strcasestr... yes checking for working alloca.h... yes checking for alloca... yes checking for mmap... yes checking for setlocale... yes checking langinfo.h usability... yes checking langinfo.h presence... yes checking for langinfo.h... yes checking for nl_langinfo... yes checking for nl_langinfo and CODESET... yes checking for connect... yes checking for send... yes checking for gethostbyname... yes checking zlib.h usability... yes checking zlib.h presence... yes checking for zlib.h... yes checking for socklen_t in sys/socket.h... yes checking for struct sockaddr_storage... yes checking for library containing getaddrinfo... none required checking for getnameinfo... yes checking for gai_strerror... yes checking for struct addrinfo... yes checking for va_copy... yes checking for __va_copy... yes checking for inet_aton... yes checking for getopt_long... yes checking return type of signal handlers... void checking for cos in -lm... yes checking for pow in -lm... yes checking for sqrt in -lm... yes checking for ceil in -lm... yes checking for exp in -lm... yes checking for round in -lm... yes checking for sqrtf in -lmx... no checking mach-o/dyld.h usability... no checking mach-o/dyld.h presence... no checking for mach-o/dyld.h... no checking dl.h usability... no checking dl.h presence... no checking for dl.h... no checking for shl_load... (cached) no checking for dld_link in -ldld... no checking image.h usability... no checking image.h presence... no checking for image.h... no checking for load_add_on... no checking for dlfcn.h... (cached) yes checking sys/dl.h usability... no checking sys/dl.h presence... no checking for sys/dl.h... no checking for dlopen... (cached) no checking for dlopen in -ldl... (cached) yes checking for main in -lpthread... yes checking for clock_nanosleep in -lrt... yes checking for nanosleep... yes checking for strncasecmp in strings.h... yes checking signal.h usability... yes checking signal.h presence... yes checking for signal.h... yes checking time.h usability... yes checking time.h presence... yes checking for time.h... yes checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking for stdint.h... (cached) yes checking stdbool.h usability... yes checking stdbool.h presence... yes checking for stdbool.h... yes checking getopt.h usability... yes checking getopt.h presence... yes checking for getopt.h... yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking sys/int_types.h usability... no checking sys/int_types.h presence... no checking for sys/int_types.h... no checking wchar.h usability... yes checking wchar.h presence... yes checking for wchar.h... yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking sys/sockio.h usability... no checking sys/sockio.h presence... no checking for sys/sockio.h... no checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking for sys/types.h... (cached) yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking sys/times.h usability... yes checking sys/times.h presence... yes checking for sys/times.h... yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking for sys/stat.h... (cached) yes checking xlocale.h usability... yes checking xlocale.h presence... yes checking for xlocale.h... yes checking arpa/inet.h usability... yes checking arpa/inet.h presence... yes checking for arpa/inet.h... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking netinet/udplite.h usability... no checking netinet/udplite.h presence... no checking for netinet/udplite.h... no checking for net/if.h... yes checking machine/param.h usability... no checking machine/param.h presence... no checking for machine/param.h... no checking sys/shm.h usability... yes checking sys/shm.h presence... yes checking for sys/shm.h... yes checking linux/version.h usability... yes checking linux/version.h presence... yes checking for linux/version.h... yes checking linux/dccp.h usability... yes checking linux/dccp.h presence... yes checking for linux/dccp.h... yes checking syslog.h usability... yes checking syslog.h presence... yes checking for syslog.h... yes checking whether time.h and sys/time.h may both be included... yes checking for ssize_t... yes checking for library containing poll... none required checking dirent.h usability... yes checking dirent.h presence... yes checking for dirent.h... yes checking for nanosleep in time.h... yes checking for timespec in sys/time.h... yes checking pthread.h usability... yes checking pthread.h presence... yes checking for pthread.h... yes checking kernel/scheduler.h usability... no checking kernel/scheduler.h presence... no checking for kernel/scheduler.h... no checking kernel/OS.h usability... no checking kernel/OS.h presence... no checking for kernel/OS.h... no checking for X... libraries , headers checking for gethostbyname... (cached) yes checking for connect... (cached) yes checking for remove... yes checking for shmat... yes checking for IceConnectionNumber in -lICE... no checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for HAL... yes checking for DBUS... yes checking for ntohl in sys/param.h... no checking if gcc -std=gnu99 accepts -Wall... yes checking if gcc -std=gnu99 accepts -Wextra... yes checking if gcc -std=gnu99 accepts -Wsign-compare... yes checking if gcc -std=gnu99 accepts -Wundef... yes checking if gcc -std=gnu99 accepts -Wpointer-arith... yes checking if gcc -std=gnu99 accepts -Wbad-function-cast... yes checking if gcc -std=gnu99 accepts -Wcast-align... yes checking if gcc -std=gnu99 accepts -Wwrite-strings... yes checking if gcc -std=gnu99 accepts -Wmissing-prototypes... yes checking if gcc -std=gnu99 accepts -Wvolatile-register-var... yes checking if gcc -std=gnu99 accepts -pipe... yes checking if $CC accepts -Os... yes checking if $CC accepts -O3... yes checking if $CC accepts -O0... yes checking if $CC accepts -ffast-math... yes checking if $CC accepts -funroll-loops... yes checking if $CC accepts -fomit-frame-pointer... yes checking if $CC accepts -bundle -undefined error... no checking __attribute__ ((aligned ())) support... 64 checking for __attribute__((packed))... yes checking execinfo.h usability... yes checking execinfo.h presence... yes checking for execinfo.h... yes checking for backtrace... yes checking if gcc -std=gnu99 groks MMX intrinsics... yes checking if gcc -std=gnu99 groks MMX inline assembly... yes checking if gcc -std=gnu99 groks MMX EXT inline assembly... yes checking if gcc -std=gnu99 groks SSE2 intrinsics... yes checking if gcc -std=gnu99 groks SSE inline assembly... yes checking if gcc -std=gnu99 groks SSE2 inline assembly... yes checking if gcc -std=gnu99 groks 3D Now! inline assembly... yes checking whether gcc -std=gnu99 accepts -mtune=pentium2... yes checking for LUA... yes checking proxy.h usability... no checking proxy.h presence... no checking for proxy.h... no checking for NOTIFY... no checking for TAGLIB... yes checking dvdread/dvd_reader.h usability... no checking dvdread/dvd_reader.h presence... no checking for dvdread/dvd_reader.h... no checking libdvdread/dvd_reader.h usability... no checking libdvdread/dvd_reader.h presence... no checking for libdvdread/dvd_reader.h... no checking for dvdnav-config... no checking libsmbclient.h usability... no checking libsmbclient.h presence... no checking for libsmbclient.h... no checking for struct _SMBCCTX.close_fn... no checking for dvbpsi/dr.h... yes checking for dvbpsi_GenSDTSections in -ldvbpsi... yes checking alsa/asoundlib.h usability... no checking alsa/asoundlib.h presence... no checking for alsa/asoundlib.h... no checking linux/videodev2.h usability... yes checking linux/videodev2.h presence... yes checking for linux/videodev2.h... yes checking for LIBCDIO... no configure: WARNING: CD Reading and information library not found checking for VCDINFO... yes checking for cdrom_msf0 in linux/cdrom.h... yes checking for scsireq in sys/scsiio.h... no checking for ioc_toc_header in sys/cdio.h... no checking for LIBCDDB... yes checking linux/dvb/version.h usability... yes checking linux/dvb/version.h presence... yes checking for linux/dvb/version.h... yes checking linux/dvb/frontend.h usability... yes checking linux/dvb/frontend.h presence... yes checking for linux/dvb/frontend.h... yes checking X11/Xlib.h usability... yes checking X11/Xlib.h presence... yes checking for X11/Xlib.h... yes checking for inet_pton... yes checking for inet_ntop... yes checking ogg/ogg.h usability... yes checking ogg/ogg.h presence... yes checking for ogg/ogg.h... yes checking for oggpack_read in -logg... yes checking ebml/EbmlVersion.h usability... no checking ebml/EbmlVersion.h presence... no checking for ebml/EbmlVersion.h... no checking libmodplug/modplug.h usability... no checking libmodplug/modplug.h presence... no checking for libmodplug/modplug.h... no checking mpcdec/mpcdec.h usability... no checking mpcdec/mpcdec.h presence... no checking for mpcdec/mpcdec.h... no configure: WARNING: only static linking is available, you must provide a gme-tree checking mad.h usability... yes checking mad.h presence... yes checking for mad.h... yes checking for mad_bit_init in -lmad... yes checking id3tag.h usability... no checking id3tag.h presence... no checking for id3tag.h... no checking for AVCODEC... yes checking libavcodec/avcodec.h usability... no checking libavcodec/avcodec.h presence... no checking for libavcodec/avcodec.h... no checking ffmpeg/avcodec.h usability... yes checking ffmpeg/avcodec.h presence... yes checking for ffmpeg/avcodec.h... yes checking libavutil/avutil.h usability... no checking libavutil/avutil.h presence... no checking for libavutil/avutil.h... no checking ffmpeg/avutil.h usability... yes checking ffmpeg/avutil.h presence... yes checking for ffmpeg/avutil.h... yes checking for AVFORMAT... yes checking libavformat/avformat.h usability... no checking libavformat/avformat.h presence... no checking for libavformat/avformat.h... no checking ffmpeg/avformat.h usability... yes checking ffmpeg/avformat.h presence... yes checking for ffmpeg/avformat.h... yes checking for libavutil/avutil.h... (cached) no checking for ffmpeg/avutil.h... (cached) yes checking for SWSCALE... yes checking libswscale/swscale.h usability... no checking libswscale/swscale.h presence... no checking for libswscale/swscale.h... no checking ffmpeg/swscale.h usability... yes checking ffmpeg/swscale.h presence... yes checking for ffmpeg/swscale.h... yes checking for POSTPROC... yes checking libpostproc/postproc.h usability... no checking libpostproc/postproc.h presence... no checking for libpostproc/postproc.h... no checking postproc/postprocess.h usability... yes checking postproc/postprocess.h presence... yes checking for postproc/postprocess.h... yes checking for zlib.h... (cached) yes checking sysfs/libsysfs.h usability... no checking sysfs/libsysfs.h presence... no checking for sysfs/libsysfs.h... no checking libtar.h usability... no checking libtar.h presence... no checking for libtar.h... no checking a52dec/a52.h usability... yes checking a52dec/a52.h presence... yes checking for a52dec/a52.h... yes checking for a52_free in -la52... yes checking for DCA... no checking for LIBMPEG2... no configure: WARNING: Could not find libmpeg2 on your system: you may get it from http://libmpeg2.sf.net/ . Alternatively you can use --disable-libmpeg2 to disable the libmpeg2 plugin. checking vorbis/codec.h usability... yes checking vorbis/codec.h presence... yes checking for vorbis/codec.h... yes checking vorbis/vorbisenc.h usability... yes checking vorbis/vorbisenc.h presence... yes checking for vorbis/vorbisenc.h... yes checking speex/speex.h usability... no checking speex/speex.h presence... no checking for speex/speex.h... no checking for SCHROEDINGER... no checking png.h usability... yes checking png.h presence... yes checking for png.h... yes checking for png_set_rows in -lpng... yes checking for X264... no checking for FLUIDSYNTH... no checking for ZVBI... yes checking for KATE... no checking kate/kate.h usability... no checking kate/kate.h presence... no checking for kate/kate.h... no checking for X11/extensions/dpms.h... yes checking for DPMSInfo in X11/extensions/dpms.h... yes checking for X11/Xlib.h... (cached) yes checking for XShmAttach in -lXext... yes checking X11/extensions/Xv.h usability... no checking X11/extensions/Xv.h presence... no checking for X11/extensions/Xv.h... no checking for X11/Xlib.h... (cached) yes checking GL/glu.h usability... yes checking GL/glu.h presence... yes checking for GL/glu.h... yes checking GL/glx.h usability... yes checking GL/glx.h presence... yes checking for GL/glx.h... yes checking X11/extensions/Xinerama.h usability... no checking X11/extensions/Xinerama.h presence... no checking for X11/extensions/Xinerama.h... no checking for X11/extensions/xf86vmode.h... no checking GL/gl.h usability... yes checking GL/gl.h presence... yes checking for GL/gl.h... yes checking for GL/glu.h... (cached) yes checking for sdl12-config... no checking for sdl11-config... no checking for sdl-config... /usr/bin/sdl-config checking SDL/SDL.h usability... yes checking SDL/SDL.h presence... yes checking for SDL/SDL.h... yes checking SDL/SDL_image.h usability... no checking SDL/SDL_image.h presence... no checking for SDL/SDL_image.h... no checking SDL_image.h usability... no checking SDL_image.h presence... no checking for SDL_image.h... no configure: WARNING: The development package for SDL_image is not installed. You should install it alongside your SDL package. checking for FREETYPE... yes checking fontconfig/fontconfig.h usability... no checking fontconfig/fontconfig.h presence... no checking for fontconfig/fontconfig.h... no checking Carbon/Carbon.h usability... no checking Carbon/Carbon.h presence... no checking for Carbon/Carbon.h... no checking for FRIBIDI... configure: error: Package requirements (fribidi) were not met: No package 'fribidi' found Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables FRIBIDI_CFLAGS and FRIBIDI_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. root@omac:~/thusneltheora/vlc-0.9.2# ./configure -disable-live555 checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking how to create a ustar tar archive... gnutar checking whether to enable maintainer-specific portions of Makefiles... yes checking for style of include used by make... GNU checking for gcc... gcc 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 gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking dependency style of gcc... gcc3 checking for gcc option to accept ISO C99... -std=gnu99 checking how to run the C preprocessor... gcc -std=gnu99 -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for AIX... no 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 minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking whether gcc -std=gnu99 and cc understand -c and -o together... yes checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking how to run the C preprocessor... gcc -std=gnu99 -E checking for gcc... gcc checking whether we are using the GNU Objective C compiler... no checking whether gcc accepts -g... no checking dependency style of gcc... gcc3 checking dependency style of gcc... (cached) gcc3 checking for egrep... (cached) /bin/grep -E checking whether make sets $(MAKE)... (cached) yes checking for a BSD-compatible install... /usr/bin/install -c checking dependency style of gcc -std=gnu99... gcc3 checking for ranlib... ranlib checking for strip... strip checking for ar... ar checking for ld... ld checking for dlltool... no checking for an ANSI C-conforming const... yes checking for inline... inline checking for C/C++ restrict keyword... restrict checking for libs in extras/contrib... no configure: WARNING: not using the libs in extras/contrib as it is not the same host checking for a sed that does not truncate output... /bin/sed checking for ld used by gcc -std=gnu99... ld checking if the linker (ld) is GNU ld... yes checking for 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 recognize dependent libraries... (cached) pass_all checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking how to run the C++ preprocessor... g++ -E checking the maximum length of command line arguments... 98304 checking command to parse /usr/bin/nm -B output from gcc -std=gnu99 object... ok checking for objdir... .libs checking for ar... (cached) ar checking for ranlib... (cached) ranlib checking for strip... (cached) strip checking if gcc -std=gnu99 supports -fno-rtti -fno-exceptions... no checking for gcc -std=gnu99 option to produce PIC... -fPIC checking if gcc -std=gnu99 PIC flag -fPIC works... yes checking if gcc -std=gnu99 static flag -static works... yes checking if gcc -std=gnu99 supports -c -o file.o... yes checking whether the gcc -std=gnu99 linker (ld) 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 for shl_load... no checking for shl_load in -ldld... no checking for dlopen... no checking for dlopen in -ldl... yes checking whether a program can dlopen itself... yes checking whether a statically linked program can dlopen itself... no checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by g++... ld checking if the linker (ld) is GNU ld... yes checking whether the g++ linker (ld) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC checking if g++ PIC flag -fPIC works... yes checking if g++ static flag -static works... yes checking if g++ supports -c -o file.o... yes checking whether the g++ linker (ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so (cached) (cached) checking how to hardcode library paths into programs... immediate appending configuration tag "F77" to libtool checking whether NLS is requested... yes checking for msgfmt... /usr/bin/msgfmt checking for gmsgfmt... /usr/bin/msgfmt checking for xgettext... /usr/bin/xgettext checking for msgmerge... /usr/bin/msgmerge checking for ld used by GCC... ld checking if the linker (ld) is GNU ld... yes checking for shared library run path origin... done checking for CFPreferencesCopyAppValue... no checking for CFLocaleCopyCurrent... no checking for GNU gettext in libc... yes checking whether to use NLS... yes checking where the gettext function comes from... libc checking for iconv... yes checking for working iconv... yes checking for iconv declaration... extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); checking for shared objects suffix... .so checking for gettimeofday... yes checking for strtod... yes checking for strtol... yes checking for strtof... yes checking for strtoll... yes checking for strtoull... yes checking for strsep... yes checking for isatty... yes checking for vasprintf... yes checking for asprintf... yes checking for swab... yes checking for sigrelse... yes checking for getpwuid_r... yes checking for memalign... yes checking for posix_memalign... yes checking for if_nametoindex... yes checking for atoll... yes checking for getenv... yes checking for putenv... yes checking for setenv... yes checking for gmtime_r... yes checking for ctime_r... yes checking for localtime_r... yes checking for lrintf... no checking for daemon... yes checking for scandir... yes checking for fork... yes checking for bsearch... yes checking for lstat... yes checking for strlcpy... no checking for strdup... yes checking for strndup... yes checking for strnlen... yes checking for atof... yes checking for lldiv... yes checking for posix_fadvise... yes checking for posix_madvise... yes checking for uselocale... yes checking for strcasecmp... yes checking for strncasecmp... yes checking for strcasestr... yes checking for working alloca.h... yes checking for alloca... yes checking for mmap... yes checking for setlocale... yes checking langinfo.h usability... yes checking langinfo.h presence... yes checking for langinfo.h... yes checking for nl_langinfo... yes checking for nl_langinfo and CODESET... yes checking for connect... yes checking for send... yes checking for gethostbyname... yes checking zlib.h usability... yes checking zlib.h presence... yes checking for zlib.h... yes checking for socklen_t in sys/socket.h... yes checking for struct sockaddr_storage... yes checking for library containing getaddrinfo... none required checking for getnameinfo... yes checking for gai_strerror... yes checking for struct addrinfo... yes checking for va_copy... yes checking for __va_copy... yes checking for inet_aton... yes checking for getopt_long... yes checking return type of signal handlers... void checking for cos in -lm... yes checking for pow in -lm... yes checking for sqrt in -lm... yes checking for ceil in -lm... yes checking for exp in -lm... yes checking for round in -lm... yes checking for sqrtf in -lmx... no checking mach-o/dyld.h usability... no checking mach-o/dyld.h presence... no checking for mach-o/dyld.h... no checking dl.h usability... no checking dl.h presence... no checking for dl.h... no checking for shl_load... (cached) no checking for dld_link in -ldld... no checking image.h usability... no checking image.h presence... no checking for image.h... no checking for load_add_on... no checking for dlfcn.h... (cached) yes checking sys/dl.h usability... no checking sys/dl.h presence... no checking for sys/dl.h... no checking for dlopen... (cached) no checking for dlopen in -ldl... (cached) yes checking for main in -lpthread... yes checking for clock_nanosleep in -lrt... yes checking for nanosleep... yes checking for strncasecmp in strings.h... yes checking signal.h usability... yes checking signal.h presence... yes checking for signal.h... yes checking time.h usability... yes checking time.h presence... yes checking for time.h... yes checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking for stdint.h... (cached) yes checking stdbool.h usability... yes checking stdbool.h presence... yes checking for stdbool.h... yes checking getopt.h usability... yes checking getopt.h presence... yes checking for getopt.h... yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking sys/int_types.h usability... no checking sys/int_types.h presence... no checking for sys/int_types.h... no checking wchar.h usability... yes checking wchar.h presence... yes checking for wchar.h... yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking sys/sockio.h usability... no checking sys/sockio.h presence... no checking for sys/sockio.h... no checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking for sys/types.h... (cached) yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking sys/times.h usability... yes checking sys/times.h presence... yes checking for sys/times.h... yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking for sys/stat.h... (cached) yes checking xlocale.h usability... yes checking xlocale.h presence... yes checking for xlocale.h... yes checking arpa/inet.h usability... yes checking arpa/inet.h presence... yes checking for arpa/inet.h... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking netinet/udplite.h usability... no checking netinet/udplite.h presence... no checking for netinet/udplite.h... no checking for net/if.h... yes checking machine/param.h usability... no checking machine/param.h presence... no checking for machine/param.h... no checking sys/shm.h usability... yes checking sys/shm.h presence... yes checking for sys/shm.h... yes checking linux/version.h usability... yes checking linux/version.h presence... yes checking for linux/version.h... yes checking linux/dccp.h usability... yes checking linux/dccp.h presence... yes checking for linux/dccp.h... yes checking syslog.h usability... yes checking syslog.h presence... yes checking for syslog.h... yes checking whether time.h and sys/time.h may both be included... yes checking for ssize_t... yes checking for library containing poll... none required checking dirent.h usability... yes checking dirent.h presence... yes checking for dirent.h... yes checking for nanosleep in time.h... yes checking for timespec in sys/time.h... yes checking pthread.h usability... yes checking pthread.h presence... yes checking for pthread.h... yes checking kernel/scheduler.h usability... no checking kernel/scheduler.h presence... no checking for kernel/scheduler.h... no checking kernel/OS.h usability... no checking kernel/OS.h presence... no checking for kernel/OS.h... no checking for X... libraries , headers checking for gethostbyname... (cached) yes checking for connect... (cached) yes checking for remove... yes checking for shmat... yes checking for IceConnectionNumber in -lICE... no checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for HAL... yes checking for DBUS... yes checking for ntohl in sys/param.h... no checking if gcc -std=gnu99 accepts -Wall... yes checking if gcc -std=gnu99 accepts -Wextra... yes checking if gcc -std=gnu99 accepts -Wsign-compare... yes checking if gcc -std=gnu99 accepts -Wundef... yes checking if gcc -std=gnu99 accepts -Wpointer-arith... yes checking if gcc -std=gnu99 accepts -Wbad-function-cast... yes checking if gcc -std=gnu99 accepts -Wcast-align... yes checking if gcc -std=gnu99 accepts -Wwrite-strings... yes checking if gcc -std=gnu99 accepts -Wmissing-prototypes... yes checking if gcc -std=gnu99 accepts -Wvolatile-register-var... yes checking if gcc -std=gnu99 accepts -pipe... yes checking if $CC accepts -Os... yes checking if $CC accepts -O3... yes checking if $CC accepts -O0... yes checking if $CC accepts -ffast-math... yes checking if $CC accepts -funroll-loops... yes checking if $CC accepts -fomit-frame-pointer... yes checking if $CC accepts -bundle -undefined error... no checking __attribute__ ((aligned ())) support... 64 checking for __attribute__((packed))... yes checking execinfo.h usability... yes checking execinfo.h presence... yes checking for execinfo.h... yes checking for backtrace... yes checking if gcc -std=gnu99 groks MMX intrinsics... yes checking if gcc -std=gnu99 groks MMX inline assembly... yes checking if gcc -std=gnu99 groks MMX EXT inline assembly... yes checking if gcc -std=gnu99 groks SSE2 intrinsics... yes checking if gcc -std=gnu99 groks SSE inline assembly... yes checking if gcc -std=gnu99 groks SSE2 inline assembly... yes checking if gcc -std=gnu99 groks 3D Now! inline assembly... yes checking whether gcc -std=gnu99 accepts -mtune=pentium2... yes checking for LUA... yes checking proxy.h usability... no checking proxy.h presence... no checking for proxy.h... no checking for NOTIFY... no checking for TAGLIB... yes checking dvdread/dvd_reader.h usability... no checking dvdread/dvd_reader.h presence... no checking for dvdread/dvd_reader.h... no checking libdvdread/dvd_reader.h usability... no checking libdvdread/dvd_reader.h presence... no checking for libdvdread/dvd_reader.h... no checking for dvdnav-config... no checking libsmbclient.h usability... no checking libsmbclient.h presence... no checking for libsmbclient.h... no checking for struct _SMBCCTX.close_fn... no checking for dvbpsi/dr.h... yes checking for dvbpsi_GenSDTSections in -ldvbpsi... yes checking alsa/asoundlib.h usability... no checking alsa/asoundlib.h presence... no checking for alsa/asoundlib.h... no checking linux/videodev2.h usability... yes checking linux/videodev2.h presence... yes checking for linux/videodev2.h... yes checking for LIBCDIO... no configure: WARNING: CD Reading and information library not found checking for VCDINFO... yes checking for cdrom_msf0 in linux/cdrom.h... yes checking for scsireq in sys/scsiio.h... no checking for ioc_toc_header in sys/cdio.h... no checking for LIBCDDB... yes checking linux/dvb/version.h usability... yes checking linux/dvb/version.h presence... yes checking for linux/dvb/version.h... yes checking linux/dvb/frontend.h usability... yes checking linux/dvb/frontend.h presence... yes checking for linux/dvb/frontend.h... yes checking X11/Xlib.h usability... yes checking X11/Xlib.h presence... yes checking for X11/Xlib.h... yes checking for inet_pton... yes checking for inet_ntop... yes checking ogg/ogg.h usability... yes checking ogg/ogg.h presence... yes checking for ogg/ogg.h... yes checking for oggpack_read in -logg... yes checking ebml/EbmlVersion.h usability... no checking ebml/EbmlVersion.h presence... no checking for ebml/EbmlVersion.h... no checking libmodplug/modplug.h usability... no checking libmodplug/modplug.h presence... no checking for libmodplug/modplug.h... no checking mpcdec/mpcdec.h usability... no checking mpcdec/mpcdec.h presence... no checking for mpcdec/mpcdec.h... no configure: WARNING: only static linking is available, you must provide a gme-tree checking mad.h usability... yes checking mad.h presence... yes checking for mad.h... yes checking for mad_bit_init in -lmad... yes checking id3tag.h usability... no checking id3tag.h presence... no checking for id3tag.h... no checking for AVCODEC... yes checking libavcodec/avcodec.h usability... no checking libavcodec/avcodec.h presence... no checking for libavcodec/avcodec.h... no checking ffmpeg/avcodec.h usability... yes checking ffmpeg/avcodec.h presence... yes checking for ffmpeg/avcodec.h... yes checking libavutil/avutil.h usability... no checking libavutil/avutil.h presence... no checking for libavutil/avutil.h... no checking ffmpeg/avutil.h usability... yes checking ffmpeg/avutil.h presence... yes checking for ffmpeg/avutil.h... yes checking for AVFORMAT... yes checking libavformat/avformat.h usability... no checking libavformat/avformat.h presence... no checking for libavformat/avformat.h... no checking ffmpeg/avformat.h usability... yes checking ffmpeg/avformat.h presence... yes checking for ffmpeg/avformat.h... yes checking for libavutil/avutil.h... (cached) no checking for ffmpeg/avutil.h... (cached) yes checking for SWSCALE... yes checking libswscale/swscale.h usability... no checking libswscale/swscale.h presence... no checking for libswscale/swscale.h... no checking ffmpeg/swscale.h usability... yes checking ffmpeg/swscale.h presence... yes checking for ffmpeg/swscale.h... yes checking for POSTPROC... yes checking libpostproc/postproc.h usability... no checking libpostproc/postproc.h presence... no checking for libpostproc/postproc.h... no checking postproc/postprocess.h usability... yes checking postproc/postprocess.h presence... yes checking for postproc/postprocess.h... yes checking for zlib.h... (cached) yes checking sysfs/libsysfs.h usability... no checking sysfs/libsysfs.h presence... no checking for sysfs/libsysfs.h... no checking libtar.h usability... no checking libtar.h presence... no checking for libtar.h... no checking a52dec/a52.h usability... yes checking a52dec/a52.h presence... yes checking for a52dec/a52.h... yes checking for a52_free in -la52... yes checking for DCA... no checking for LIBMPEG2... yes checking vorbis/codec.h usability... yes checking vorbis/codec.h presence... yes checking for vorbis/codec.h... yes checking vorbis/vorbisenc.h usability... yes checking vorbis/vorbisenc.h presence... yes checking for vorbis/vorbisenc.h... yes checking speex/speex.h usability... no checking speex/speex.h presence... no checking for speex/speex.h... no checking for SCHROEDINGER... no checking png.h usability... yes checking png.h presence... yes checking for png.h... yes checking for png_set_rows in -lpng... yes checking for X264... no checking for FLUIDSYNTH... no checking for ZVBI... yes checking for KATE... no checking kate/kate.h usability... no checking kate/kate.h presence... no checking for kate/kate.h... no checking for X11/extensions/dpms.h... yes checking for DPMSInfo in X11/extensions/dpms.h... yes checking for X11/Xlib.h... (cached) yes checking for XShmAttach in -lXext... yes checking X11/extensions/Xv.h usability... no checking X11/extensions/Xv.h presence... no checking for X11/extensions/Xv.h... no checking for X11/Xlib.h... (cached) yes checking GL/glu.h usability... yes checking GL/glu.h presence... yes checking for GL/glu.h... yes checking GL/glx.h usability... yes checking GL/glx.h presence... yes checking for GL/glx.h... yes checking X11/extensions/Xinerama.h usability... no checking X11/extensions/Xinerama.h presence... no checking for X11/extensions/Xinerama.h... no checking for X11/extensions/xf86vmode.h... no checking GL/gl.h usability... yes checking GL/gl.h presence... yes checking for GL/gl.h... yes checking for GL/glu.h... (cached) yes checking for sdl12-config... no checking for sdl11-config... no checking for sdl-config... /usr/bin/sdl-config checking SDL/SDL.h usability... yes checking SDL/SDL.h presence... yes checking for SDL/SDL.h... yes checking SDL/SDL_image.h usability... yes checking SDL/SDL_image.h presence... yes checking for SDL/SDL_image.h... yes checking for png_set_rows in -lpng... (cached) yes checking for jpeg_start_decompress in -ljpeg... yes checking for TIFFClientOpen in -ltiff... yes checking for FREETYPE... yes checking fontconfig/fontconfig.h usability... no checking fontconfig/fontconfig.h presence... no checking for fontconfig/fontconfig.h... no checking Carbon/Carbon.h usability... no checking Carbon/Carbon.h presence... no checking for Carbon/Carbon.h... no checking for FRIBIDI... yes checking for xml2-config... no checking cascade/graphics/CascadeScreen.h usability... no checking cascade/graphics/CascadeScreen.h presence... no checking for cascade/graphics/CascadeScreen.h... no configure: WARNING: Not building Roku HD1000 compatible video output checking cascade/graphics/CascadeBitmap.h usability... no checking cascade/graphics/CascadeBitmap.h presence... no checking for cascade/graphics/CascadeBitmap.h... no configure: WARNING: Not building Roku HD1000 compatible video output checking linux/fb.h usability... yes checking linux/fb.h presence... yes checking for linux/fb.h... yes checking soundcard.h usability... no checking soundcard.h presence... no checking for soundcard.h... no checking sys/soundcard.h usability... yes checking sys/soundcard.h presence... yes checking for sys/soundcard.h... yes checking for main in -lossaudio... no checking machine/soundcard.h usability... no checking machine/soundcard.h presence... no checking for machine/soundcard.h... no checking for PULSE... no configure: WARNING: pulseaudio library not found checking for alsa/asoundlib.h... (cached) no checking deschutes/libraries/hdmachinex225/PCMAudioPlayer.h usability... no checking deschutes/libraries/hdmachinex225/PCMAudioPlayer.h presence... no checking for deschutes/libraries/hdmachinex225/PCMAudioPlayer.h... no checking for UpnpInit in -lupnp... no checking for QT4... no configure: WARNING: Qt 4 library not found configure: error: The skins2 module depends on a the Qt4 development package. Without it you won't be able to open any dialog box from the interface, which makes the skins2 interface rather useless. Install the Qt4 development package or alternatively you can also configure with: --disable-qt4 --disable-skins2. root@omac:~/thusneltheora/vlc-0.9.2# ./configure -disable-live555 --disable-qt4 --disable-skins2 checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking how to create a ustar tar archive... gnutar checking whether to enable maintainer-specific portions of Makefiles... yes checking for style of include used by make... GNU checking for gcc... gcc 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 gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking dependency style of gcc... gcc3 checking for gcc option to accept ISO C99... -std=gnu99 checking how to run the C preprocessor... gcc -std=gnu99 -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for AIX... no 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 minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking whether gcc -std=gnu99 and cc understand -c and -o together... yes checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking how to run the C preprocessor... gcc -std=gnu99 -E checking for gcc... gcc checking whether we are using the GNU Objective C compiler... no checking whether gcc accepts -g... no checking dependency style of gcc... gcc3 checking dependency style of gcc... (cached) gcc3 checking for egrep... (cached) /bin/grep -E checking whether make sets $(MAKE)... (cached) yes checking for a BSD-compatible install... /usr/bin/install -c checking dependency style of gcc -std=gnu99... gcc3 checking for ranlib... ranlib checking for strip... strip checking for ar... ar checking for ld... ld checking for dlltool... no checking for an ANSI C-conforming const... yes checking for inline... inline checking for C/C++ restrict keyword... restrict checking for libs in extras/contrib... no configure: WARNING: not using the libs in extras/contrib as it is not the same host checking for a sed that does not truncate output... /bin/sed checking for ld used by gcc -std=gnu99... ld checking if the linker (ld) is GNU ld... yes checking for 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 recognize dependent libraries... (cached) pass_all checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking how to run the C++ preprocessor... g++ -E checking the maximum length of command line arguments... 98304 checking command to parse /usr/bin/nm -B output from gcc -std=gnu99 object... ok checking for objdir... .libs checking for ar... (cached) ar checking for ranlib... (cached) ranlib checking for strip... (cached) strip checking if gcc -std=gnu99 supports -fno-rtti -fno-exceptions... no checking for gcc -std=gnu99 option to produce PIC... -fPIC checking if gcc -std=gnu99 PIC flag -fPIC works... yes checking if gcc -std=gnu99 static flag -static works... yes checking if gcc -std=gnu99 supports -c -o file.o... yes checking whether the gcc -std=gnu99 linker (ld) 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 for shl_load... no checking for shl_load in -ldld... no checking for dlopen... no checking for dlopen in -ldl... yes checking whether a program can dlopen itself... yes checking whether a statically linked program can dlopen itself... no checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by g++... ld checking if the linker (ld) is GNU ld... yes checking whether the g++ linker (ld) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC checking if g++ PIC flag -fPIC works... yes checking if g++ static flag -static works... yes checking if g++ supports -c -o file.o... yes checking whether the g++ linker (ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so (cached) (cached) checking how to hardcode library paths into programs... immediate appending configuration tag "F77" to libtool checking whether NLS is requested... yes checking for msgfmt... /usr/bin/msgfmt checking for gmsgfmt... /usr/bin/msgfmt checking for xgettext... /usr/bin/xgettext checking for msgmerge... /usr/bin/msgmerge checking for ld used by GCC... ld checking if the linker (ld) is GNU ld... yes checking for shared library run path origin... done checking for CFPreferencesCopyAppValue... no checking for CFLocaleCopyCurrent... no checking for GNU gettext in libc... yes checking whether to use NLS... yes checking where the gettext function comes from... libc checking for iconv... yes checking for working iconv... yes checking for iconv declaration... extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); checking for shared objects suffix... .so checking for gettimeofday... yes checking for strtod... yes checking for strtol... yes checking for strtof... yes checking for strtoll... yes checking for strtoull... yes checking for strsep... yes checking for isatty... yes checking for vasprintf... yes checking for asprintf... yes checking for swab... yes checking for sigrelse... yes checking for getpwuid_r... yes checking for memalign... yes checking for posix_memalign... yes checking for if_nametoindex... yes checking for atoll... yes checking for getenv... yes checking for putenv... yes checking for setenv... yes checking for gmtime_r... yes checking for ctime_r... yes checking for localtime_r... yes checking for lrintf... no checking for daemon... yes checking for scandir... yes checking for fork... yes checking for bsearch... yes checking for lstat... yes checking for strlcpy... no checking for strdup... yes checking for strndup... yes checking for strnlen... yes checking for atof... yes checking for lldiv... yes checking for posix_fadvise... yes checking for posix_madvise... yes checking for uselocale... yes checking for strcasecmp... yes checking for strncasecmp... yes checking for strcasestr... yes checking for working alloca.h... yes checking for alloca... yes checking for mmap... yes checking for setlocale... yes checking langinfo.h usability... yes checking langinfo.h presence... yes checking for langinfo.h... yes checking for nl_langinfo... yes checking for nl_langinfo and CODESET... yes checking for connect... yes checking for send... yes checking for gethostbyname... yes checking zlib.h usability... yes checking zlib.h presence... yes checking for zlib.h... yes checking for socklen_t in sys/socket.h... yes checking for struct sockaddr_storage... yes checking for library containing getaddrinfo... none required checking for getnameinfo... yes checking for gai_strerror... yes checking for struct addrinfo... yes checking for va_copy... yes checking for __va_copy... yes checking for inet_aton... yes checking for getopt_long... yes checking return type of signal handlers... void checking for cos in -lm... yes checking for pow in -lm... yes checking for sqrt in -lm... yes checking for ceil in -lm... yes checking for exp in -lm... yes checking for round in -lm... yes checking for sqrtf in -lmx... no checking mach-o/dyld.h usability... no checking mach-o/dyld.h presence... no checking for mach-o/dyld.h... no checking dl.h usability... no checking dl.h presence... no checking for dl.h... no checking for shl_load... (cached) no checking for dld_link in -ldld... no checking image.h usability... no checking image.h presence... no checking for image.h... no checking for load_add_on... no checking for dlfcn.h... (cached) yes checking sys/dl.h usability... no checking sys/dl.h presence... no checking for sys/dl.h... no checking for dlopen... (cached) no checking for dlopen in -ldl... (cached) yes checking for main in -lpthread... yes checking for clock_nanosleep in -lrt... yes checking for nanosleep... yes checking for strncasecmp in strings.h... yes checking signal.h usability... yes checking signal.h presence... yes checking for signal.h... yes checking time.h usability... yes checking time.h presence... yes checking for time.h... yes checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking for stdint.h... (cached) yes checking stdbool.h usability... yes checking stdbool.h presence... yes checking for stdbool.h... yes checking getopt.h usability... yes checking getopt.h presence... yes checking for getopt.h... yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking sys/int_types.h usability... no checking sys/int_types.h presence... no checking for sys/int_types.h... no checking wchar.h usability... yes checking wchar.h presence... yes checking for wchar.h... yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking sys/sockio.h usability... no checking sys/sockio.h presence... no checking for sys/sockio.h... no checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking for sys/types.h... (cached) yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking sys/times.h usability... yes checking sys/times.h presence... yes checking for sys/times.h... yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking for sys/stat.h... (cached) yes checking xlocale.h usability... yes checking xlocale.h presence... yes checking for xlocale.h... yes checking arpa/inet.h usability... yes checking arpa/inet.h presence... yes checking for arpa/inet.h... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking netinet/udplite.h usability... no checking netinet/udplite.h presence... no checking for netinet/udplite.h... no checking for net/if.h... yes checking machine/param.h usability... no checking machine/param.h presence... no checking for machine/param.h... no checking sys/shm.h usability... yes checking sys/shm.h presence... yes checking for sys/shm.h... yes checking linux/version.h usability... yes checking linux/version.h presence... yes checking for linux/version.h... yes checking linux/dccp.h usability... yes checking linux/dccp.h presence... yes checking for linux/dccp.h... yes checking syslog.h usability... yes checking syslog.h presence... yes checking for syslog.h... yes checking whether time.h and sys/time.h may both be included... yes checking for ssize_t... yes checking for library containing poll... none required checking dirent.h usability... yes checking dirent.h presence... yes checking for dirent.h... yes checking for nanosleep in time.h... yes checking for timespec in sys/time.h... yes checking pthread.h usability... yes checking pthread.h presence... yes checking for pthread.h... yes checking kernel/scheduler.h usability... no checking kernel/scheduler.h presence... no checking for kernel/scheduler.h... no checking kernel/OS.h usability... no checking kernel/OS.h presence... no checking for kernel/OS.h... no checking for X... libraries , headers checking for gethostbyname... (cached) yes checking for connect... (cached) yes checking for remove... yes checking for shmat... yes checking for IceConnectionNumber in -lICE... no checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for HAL... yes checking for DBUS... yes checking for ntohl in sys/param.h... no checking if gcc -std=gnu99 accepts -Wall... yes checking if gcc -std=gnu99 accepts -Wextra... yes checking if gcc -std=gnu99 accepts -Wsign-compare... yes checking if gcc -std=gnu99 accepts -Wundef... yes checking if gcc -std=gnu99 accepts -Wpointer-arith... yes checking if gcc -std=gnu99 accepts -Wbad-function-cast... yes checking if gcc -std=gnu99 accepts -Wcast-align... yes checking if gcc -std=gnu99 accepts -Wwrite-strings... yes checking if gcc -std=gnu99 accepts -Wmissing-prototypes... yes checking if gcc -std=gnu99 accepts -Wvolatile-register-var... yes checking if gcc -std=gnu99 accepts -pipe... yes checking if $CC accepts -Os... yes checking if $CC accepts -O3... yes checking if $CC accepts -O0... yes checking if $CC accepts -ffast-math... yes checking if $CC accepts -funroll-loops... yes checking if $CC accepts -fomit-frame-pointer... yes checking if $CC accepts -bundle -undefined error... no checking __attribute__ ((aligned ())) support... 64 checking for __attribute__((packed))... yes checking execinfo.h usability... yes checking execinfo.h presence... yes checking for execinfo.h... yes checking for backtrace... yes checking if gcc -std=gnu99 groks MMX intrinsics... yes checking if gcc -std=gnu99 groks MMX inline assembly... yes checking if gcc -std=gnu99 groks MMX EXT inline assembly... yes checking if gcc -std=gnu99 groks SSE2 intrinsics... yes checking if gcc -std=gnu99 groks SSE inline assembly... yes checking if gcc -std=gnu99 groks SSE2 inline assembly... yes checking if gcc -std=gnu99 groks 3D Now! inline assembly... yes checking whether gcc -std=gnu99 accepts -mtune=pentium2... yes checking for LUA... yes checking proxy.h usability... no checking proxy.h presence... no checking for proxy.h... no checking for NOTIFY... no checking for TAGLIB... yes checking dvdread/dvd_reader.h usability... no checking dvdread/dvd_reader.h presence... no checking for dvdread/dvd_reader.h... no checking libdvdread/dvd_reader.h usability... no checking libdvdread/dvd_reader.h presence... no checking for libdvdread/dvd_reader.h... no checking for dvdnav-config... no checking libsmbclient.h usability... no checking libsmbclient.h presence... no checking for libsmbclient.h... no checking for struct _SMBCCTX.close_fn... no checking for dvbpsi/dr.h... yes checking for dvbpsi_GenSDTSections in -ldvbpsi... yes checking alsa/asoundlib.h usability... no checking alsa/asoundlib.h presence... no checking for alsa/asoundlib.h... no checking linux/videodev2.h usability... yes checking linux/videodev2.h presence... yes checking for linux/videodev2.h... yes checking for LIBCDIO... no configure: WARNING: CD Reading and information library not found checking for VCDINFO... yes checking for cdrom_msf0 in linux/cdrom.h... yes checking for scsireq in sys/scsiio.h... no checking for ioc_toc_header in sys/cdio.h... no checking for LIBCDDB... yes checking linux/dvb/version.h usability... yes checking linux/dvb/version.h presence... yes checking for linux/dvb/version.h... yes checking linux/dvb/frontend.h usability... yes checking linux/dvb/frontend.h presence... yes checking for linux/dvb/frontend.h... yes checking X11/Xlib.h usability... yes checking X11/Xlib.h presence... yes checking for X11/Xlib.h... yes checking for inet_pton... yes checking for inet_ntop... yes checking ogg/ogg.h usability... yes checking ogg/ogg.h presence... yes checking for ogg/ogg.h... yes checking for oggpack_read in -logg... yes checking ebml/EbmlVersion.h usability... no checking ebml/EbmlVersion.h presence... no checking for ebml/EbmlVersion.h... no checking libmodplug/modplug.h usability... no checking libmodplug/modplug.h presence... no checking for libmodplug/modplug.h... no checking mpcdec/mpcdec.h usability... no checking mpcdec/mpcdec.h presence... no checking for mpcdec/mpcdec.h... no configure: WARNING: only static linking is available, you must provide a gme-tree checking mad.h usability... yes checking mad.h presence... yes checking for mad.h... yes checking for mad_bit_init in -lmad... yes checking id3tag.h usability... no checking id3tag.h presence... no checking for id3tag.h... no checking for AVCODEC... yes checking libavcodec/avcodec.h usability... no checking libavcodec/avcodec.h presence... no checking for libavcodec/avcodec.h... no checking ffmpeg/avcodec.h usability... yes checking ffmpeg/avcodec.h presence... yes checking for ffmpeg/avcodec.h... yes checking libavutil/avutil.h usability... no checking libavutil/avutil.h presence... no checking for libavutil/avutil.h... no checking ffmpeg/avutil.h usability... yes checking ffmpeg/avutil.h presence... yes checking for ffmpeg/avutil.h... yes checking for AVFORMAT... yes checking libavformat/avformat.h usability... no checking libavformat/avformat.h presence... no checking for libavformat/avformat.h... no checking ffmpeg/avformat.h usability... yes checking ffmpeg/avformat.h presence... yes checking for ffmpeg/avformat.h... yes checking for libavutil/avutil.h... (cached) no checking for ffmpeg/avutil.h... (cached) yes checking for SWSCALE... yes checking libswscale/swscale.h usability... no checking libswscale/swscale.h presence... no checking for libswscale/swscale.h... no checking ffmpeg/swscale.h usability... yes checking ffmpeg/swscale.h presence... yes checking for ffmpeg/swscale.h... yes checking for POSTPROC... yes checking libpostproc/postproc.h usability... no checking libpostproc/postproc.h presence... no checking for libpostproc/postproc.h... no checking postproc/postprocess.h usability... yes checking postproc/postprocess.h presence... yes checking for postproc/postprocess.h... yes checking for zlib.h... (cached) yes checking sysfs/libsysfs.h usability... no checking sysfs/libsysfs.h presence... no checking for sysfs/libsysfs.h... no checking libtar.h usability... no checking libtar.h presence... no checking for libtar.h... no checking a52dec/a52.h usability... yes checking a52dec/a52.h presence... yes checking for a52dec/a52.h... yes checking for a52_free in -la52... yes checking for DCA... no checking for LIBMPEG2... yes checking vorbis/codec.h usability... yes checking vorbis/codec.h presence... yes checking for vorbis/codec.h... yes checking vorbis/vorbisenc.h usability... yes checking vorbis/vorbisenc.h presence... yes checking for vorbis/vorbisenc.h... yes checking speex/speex.h usability... no checking speex/speex.h presence... no checking for speex/speex.h... no checking for SCHROEDINGER... no checking png.h usability... yes checking png.h presence... yes checking for png.h... yes checking for png_set_rows in -lpng... yes checking for X264... no checking for FLUIDSYNTH... no checking for ZVBI... yes checking for KATE... no checking kate/kate.h usability... no checking kate/kate.h presence... no checking for kate/kate.h... no checking for X11/extensions/dpms.h... yes checking for DPMSInfo in X11/extensions/dpms.h... yes checking for X11/Xlib.h... (cached) yes checking for XShmAttach in -lXext... yes checking X11/extensions/Xv.h usability... no checking X11/extensions/Xv.h presence... no checking for X11/extensions/Xv.h... no checking for X11/Xlib.h... (cached) yes checking GL/glu.h usability... yes checking GL/glu.h presence... yes checking for GL/glu.h... yes checking GL/glx.h usability... yes checking GL/glx.h presence... yes checking for GL/glx.h... yes checking X11/extensions/Xinerama.h usability... no checking X11/extensions/Xinerama.h presence... no checking for X11/extensions/Xinerama.h... no checking for X11/extensions/xf86vmode.h... no checking GL/gl.h usability... yes checking GL/gl.h presence... yes checking for GL/gl.h... yes checking for GL/glu.h... (cached) yes checking for sdl12-config... no checking for sdl11-config... no checking for sdl-config... /usr/bin/sdl-config checking SDL/SDL.h usability... yes checking SDL/SDL.h presence... yes checking for SDL/SDL.h... yes checking SDL/SDL_image.h usability... yes checking SDL/SDL_image.h presence... yes checking for SDL/SDL_image.h... yes checking for png_set_rows in -lpng... (cached) yes checking for jpeg_start_decompress in -ljpeg... yes checking for TIFFClientOpen in -ltiff... yes checking for FREETYPE... yes checking fontconfig/fontconfig.h usability... no checking fontconfig/fontconfig.h presence... no checking for fontconfig/fontconfig.h... no checking Carbon/Carbon.h usability... no checking Carbon/Carbon.h presence... no checking for Carbon/Carbon.h... no checking for FRIBIDI... yes checking for xml2-config... no checking cascade/graphics/CascadeScreen.h usability... no checking cascade/graphics/CascadeScreen.h presence... no checking for cascade/graphics/CascadeScreen.h... no configure: WARNING: Not building Roku HD1000 compatible video output checking cascade/graphics/CascadeBitmap.h usability... no checking cascade/graphics/CascadeBitmap.h presence... no checking for cascade/graphics/CascadeBitmap.h... no configure: WARNING: Not building Roku HD1000 compatible video output checking linux/fb.h usability... yes checking linux/fb.h presence... yes checking for linux/fb.h... yes checking soundcard.h usability... no checking soundcard.h presence... no checking for soundcard.h... no checking sys/soundcard.h usability... yes checking sys/soundcard.h presence... yes checking for sys/soundcard.h... yes checking for main in -lossaudio... no checking machine/soundcard.h usability... no checking machine/soundcard.h presence... no checking for machine/soundcard.h... no checking for PULSE... no configure: WARNING: pulseaudio library not found checking for alsa/asoundlib.h... (cached) no checking deschutes/libraries/hdmachinex225/PCMAudioPlayer.h usability... no checking deschutes/libraries/hdmachinex225/PCMAudioPlayer.h presence... no checking for deschutes/libraries/hdmachinex225/PCMAudioPlayer.h... no checking for UpnpInit in -lupnp... no checking Ph.h usability... no checking Ph.h presence... no checking for Ph.h... no checking for BONJOUR... no configure: WARNING: avahi-client library not found checking for libgcrypt-config... /usr/bin/libgcrypt-config checking for LIBGCRYPT - version >= 1.1.94... yes (1.2.4) checking LIBGCRYPT API version... okay checking for GNUTLS... yes checking whether byte ordering is bigendian... no checking for osso_display_blanking_pause in -losso... no checking for XSPSetPixelDoubling in -lXsp... no configure: creating ./vlc-config.in configure: creating ./config.status config.status: creating extras/package/win32/vlc.win32.nsi config.status: creating extras/package/macosx/Info.plist config.status: creating extras/package/macosx/Resources/English.lproj/InfoPlist.strings config.status: creating extras/package/macosx/plugin/Info.plist config.status: creating extras/package/macosx/plugin/InstallerInfo.plist config.status: creating extras/package/macosx/plugin/English.lproj/InfoPlist.strings config.status: creating Makefile config.status: creating projects/activex/Makefile config.status: creating projects/activex/axvlc.inf config.status: creating doc/Makefile config.status: creating extras/package/ipkg/Makefile config.status: creating libs/loader/Makefile config.status: creating libs/srtp/Makefile config.status: creating modules/Makefile config.status: creating projects/mozilla/Makefile config.status: creating m4/Makefile config.status: creating po/Makefile.in config.status: creating projects/activex/axvlc_rc.rc config.status: creating projects/mozilla/npvlc_rc.rc config.status: creating share/Makefile config.status: creating share/vlc_win32_rc.rc config.status: creating share/libvlc_win32_rc.rc config.status: creating src/Makefile config.status: creating src/test/Makefile config.status: creating bin/Makefile config.status: creating test/Makefile config.status: creating modules/access/Makefile config.status: creating modules/access/bda/Makefile config.status: creating modules/access/dshow/Makefile config.status: creating modules/access/dvb/Makefile config.status: creating modules/access/mms/Makefile config.status: creating modules/access/cdda/Makefile config.status: creating modules/access/rtsp/Makefile config.status: creating modules/access/rtmp/Makefile config.status: creating modules/access/v4l2/Makefile config.status: creating modules/access/vcd/Makefile config.status: creating modules/access/vcdx/Makefile config.status: creating modules/access/screen/Makefile config.status: creating modules/access_filter/Makefile config.status: creating modules/access_output/Makefile config.status: creating modules/audio_filter/Makefile config.status: creating modules/audio_filter/channel_mixer/Makefile config.status: creating modules/audio_filter/converter/Makefile config.status: creating modules/audio_filter/resampler/Makefile config.status: creating modules/audio_filter/spatializer/Makefile config.status: creating modules/audio_mixer/Makefile config.status: creating modules/audio_output/Makefile config.status: creating modules/codec/Makefile config.status: creating modules/codec/avcodec/Makefile config.status: creating modules/codec/cmml/Makefile config.status: creating modules/codec/dmo/Makefile config.status: creating modules/codec/subtitles/Makefile config.status: creating modules/codec/spudec/Makefile config.status: creating modules/codec/xvmc/Makefile config.status: creating modules/control/Makefile config.status: creating modules/control/http/Makefile config.status: creating modules/demux/Makefile config.status: creating modules/demux/asf/Makefile config.status: creating modules/demux/avformat/Makefile config.status: creating modules/demux/avi/Makefile config.status: creating modules/demux/mp4/Makefile config.status: creating modules/demux/mpeg/Makefile config.status: creating modules/demux/playlist/Makefile config.status: creating modules/gui/Makefile config.status: creating modules/gui/beos/Makefile config.status: creating modules/gui/pda/Makefile config.status: creating modules/gui/macosx/Makefile config.status: creating modules/gui/minimal_macosx/Makefile config.status: creating modules/gui/qnx/Makefile config.status: creating modules/gui/qt4/Makefile config.status: creating modules/gui/skins2/Makefile config.status: creating modules/gui/wince/Makefile config.status: creating modules/meta_engine/Makefile config.status: creating modules/misc/Makefile config.status: creating modules/misc/dummy/Makefile config.status: creating modules/misc/lua/Makefile config.status: creating modules/misc/memcpy/Makefile config.status: creating modules/misc/notify/Makefile config.status: creating modules/misc/testsuite/Makefile config.status: creating modules/misc/playlist/Makefile config.status: creating modules/misc/osd/Makefile config.status: creating modules/misc/stats/Makefile config.status: creating modules/misc/xml/Makefile config.status: creating modules/misc/probe/Makefile config.status: creating modules/mux/Makefile config.status: creating modules/mux/mpeg/Makefile config.status: creating modules/packetizer/Makefile config.status: creating modules/services_discovery/Makefile config.status: creating modules/stream_out/Makefile config.status: creating modules/stream_out/transrate/Makefile config.status: creating modules/video_chroma/Makefile config.status: creating modules/video_filter/Makefile config.status: creating modules/video_filter/atmo/Makefile config.status: creating modules/video_filter/dynamicoverlay/Makefile config.status: creating modules/video_output/Makefile config.status: creating modules/video_output/msw/Makefile config.status: creating modules/video_output/qte/Makefile config.status: creating modules/video_output/x11/Makefile config.status: creating modules/visualization/Makefile config.status: creating modules/visualization/visual/Makefile config.status: creating modules/visualization/galaktos/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing po-directories commands config.status: creating po/POTFILES config.status: creating po/Makefile config.status: creating vlc-config Enabled modules: a52 a52tofloat32 a52tospdif access_filter_bandwidth access_filter_dump access_filter_record access_filter_timeshift access_mmap adjust adpcm alphamask aout_file aout_sdl araw asf atmo audio_format audioscrobbler avcodec avformat avi bandlimited_resampler blend blendbench bluescreen canvas cc cdda cdg chain cinepak clone cmml colorthres converter_fixed converter_float crop croppadd cvdsub dbus deinterlace dolby_surround_decoder dts dtstospdif dummy dvb dvb dvbsub dynamicoverlay equalizer erase export extract fake fb flac float32_mixer folder freetype gaussianblur gestures glx gnutls gradient grain grey_yuv h264 hal headphone_channel_mixer hotkeys http i420_rgb i420_rgb_mmx i420_rgb_sse2 i420_ymga i420_ymga_mmx i420_yuy2 i420_yuy2_mmx i420_yuy2_sse2 i422_i420 i422_yuy2 i422_yuy2_mmx i422_yuy2_sse2 image inhibit invert libmpeg2 linear_resampler logger logo lpcm m4a m4v magnify marq memcpy memcpy3dn memcpymmx memcpymmxext mono mosaic motion motionblur motiondetect mp4 mpeg_audio mpga mpgatofixed32 mpgv mux_ogg mux_ts noise normvol nsc ogg opengl opengl osd_parser osdmenu oss panoramix param_eq playlist png podcast postproc probe_hal ps psychedelic puzzle rawvideo rc remoteosd ripple rotate rss rv32 sap scale scaletempo screen screensaver sdl_image sharpen shout showintf signals simple_channel_mixer spatializer spdif_mixer spudec stats subsdec subsusf svcdsub swscale t140 taglib telepathy telnet telx transform trivial_channel_mixer trivial_mixer trivial_resampler ts ugly_resampler v4l2 vcd visual vmem vorbis vout_sdl wall wave x11 xtag yuy2_i420 yuy2_i422 zvbi libvlc configuration -------------------- version : 0.9.2 system : linux architecture : i686 mmx sse sse2 build flavour : devel vlc aliases : cvlc rvlc plugins/bindings : You can tune the compiler flags in vlc-config. To build vlc and its plugins, type `./compile' or `make'. root@omac:~/thusneltheora/vlc-0.9.2# make make all-recursive make[1]: Entering directory `/home/loongson/thusneltheora/vlc-0.9.2' Making all in po make[2]: Entering directory `/home/loongson/thusneltheora/vlc-0.9.2/po' make[2]: Leaving directory `/home/loongson/thusneltheora/vlc-0.9.2/po' Making all in src make[2]: Entering directory `/home/loongson/thusneltheora/vlc-0.9.2/src' rm -f -- "modules/builtin.h.tmp" cat "./modules/builtin.h.in" > "modules/builtin.h.tmp" echo "#define ALLOCATE_ALL_BUILTINS() \\" >> "modules/builtin.h.tmp" echo " do \\" >> "modules/builtin.h.tmp" echo " { \\" >> "modules/builtin.h.tmp" echo ' } while( 0 );' >> "modules/builtin.h.tmp" mv -f -- "modules/builtin.h.tmp" "modules/builtin.h" rm -f misc/revision.c misc/revision.c.tmp echo "/* AUTOGENERATED FILE - DO NOT EDIT */" > misc/revision.c.tmp REVISION="$(LANG=C git --git-dir=../.git show-ref --head -s HEAD 2>/dev/null || echo exported)"; \ REVISION="$(echo $REVISION|cut -b -10)"; \ echo "const char psz_vlc_changeset[] = \"$REVISION\";" >> misc/revision.c.tmp mv -f misc/revision.c.tmp misc/revision.c rm -f -- "../include/vlc_about.h.tmp" mkdir -p -- ../include echo "/* Automatically generated file - DO NOT EDIT */" > "../include/vlc_about.h.tmp" echo "static const char psz_license[] =" >> "../include/vlc_about.h.tmp" cat ../COPYING | sed s/'"'/'\\"'/g | gawk '{ print "\""$0"\\n\"" }' >> "../include/vlc_about.h.tmp" echo ";" >> "../include/vlc_about.h.tmp" echo "static const char psz_thanks[] =" >> "../include/vlc_about.h.tmp" grep -v '$Id:' ../THANKS | sed s/'"'/'\\"'/g | gawk '{ print "\""$0"\\n\"" }'|sed s/"<.*.> "// >> "../include/vlc_about.h.tmp" echo ";" >> "../include/vlc_about.h.tmp" echo "static const char psz_authors[] =" >> "../include/vlc_about.h.tmp" grep N: ../AUTHORS | cut -d" " -f 2- | sed s/'"'/'\\"'/g | gawk '{ print "\""$0"\\n\"" }' >> "../include/vlc_about.h.tmp" echo ";" >> "../include/vlc_about.h.tmp" mv -f -- "../include/vlc_about.h.tmp" "../include/vlc_about.h" make all-recursive make[3]: Entering directory `/home/loongson/thusneltheora/vlc-0.9.2/src' Making all in . make[4]: Entering directory `/home/loongson/thusneltheora/vlc-0.9.2/src' /bin/bash ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX `top_builddir=".." ../vlc-config --cflags libvlc` -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libvlccore_la-libvlc.lo -MD -MP -MF .deps/libvlccore_la-libvlc.Tpo -c -o libvlccore_la-libvlc.lo `test -f 'libvlc.c' || echo './'`libvlc.c mkdir .libs gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -I../src/misc -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libvlccore_la-libvlc.lo -MD -MP -MF .deps/libvlccore_la-libvlc.Tpo -c libvlc.c -fPIC -DPIC -o .libs/libvlccore_la-libvlc.o mv -f .deps/libvlccore_la-libvlc.Tpo .deps/libvlccore_la-libvlc.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX `top_builddir=".." ../vlc-config --cflags libvlc` -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libvlccore_la-libvlc-module.lo -MD -MP -MF .deps/libvlccore_la-libvlc-module.Tpo -c -o libvlccore_la-libvlc-module.lo `test -f 'libvlc-module.c' || echo './'`libvlc-module.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -I../src/misc -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libvlccore_la-libvlc-module.lo -MD -MP -MF .deps/libvlccore_la-libvlc-module.Tpo -c libvlc-module.c -fPIC -DPIC -o .libs/libvlccore_la-libvlc-module.o mv -f .deps/libvlccore_la-libvlc-module.Tpo .deps/libvlccore_la-libvlc-module.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX `top_builddir=".." ../vlc-config --cflags libvlc` -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libvlccore_la-version.lo -MD -MP -MF .deps/libvlccore_la-version.Tpo -c -o libvlccore_la-version.lo `test -f 'version.c' || echo './'`version.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -I../src/misc -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libvlccore_la-version.lo -MD -MP -MF .deps/libvlccore_la-version.Tpo -c version.c -fPIC -DPIC -o .libs/libvlccore_la-version.o mv -f .deps/libvlccore_la-version.Tpo .deps/libvlccore_la-version.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX `top_builddir=".." ../vlc-config --cflags libvlc` -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT interface/libvlccore_la-interface.lo -MD -MP -MF interface/.deps/libvlccore_la-interface.Tpo -c -o interface/libvlccore_la-interface.lo `test -f 'interface/interface.c' || echo './'`interface/interface.c mkdir interface/.libs gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -I../src/misc -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT interface/libvlccore_la-interface.lo -MD -MP -MF interface/.deps/libvlccore_la-interface.Tpo -c interface/interface.c -fPIC -DPIC -o interface/.libs/libvlccore_la-interface.o mv -f interface/.deps/libvlccore_la-interface.Tpo interface/.deps/libvlccore_la-interface.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX `top_builddir=".." ../vlc-config --cflags libvlc` -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT interface/libvlccore_la-intf_eject.lo -MD -MP -MF interface/.deps/libvlccore_la-intf_eject.Tpo -c -o interface/libvlccore_la-intf_eject.lo `test -f 'interface/intf_eject.c' || echo './'`interface/intf_eject.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -I../src/misc -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT interface/libvlccore_la-intf_eject.lo -MD -MP -MF interface/.deps/libvlccore_la-intf_eject.Tpo -c interface/intf_eject.c -fPIC -DPIC -o interface/.libs/libvlccore_la-intf_eject.o mv -f interface/.deps/libvlccore_la-intf_eject.Tpo interface/.deps/libvlccore_la-intf_eject.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX `top_builddir=".." ../vlc-config --cflags libvlc` -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT interface/libvlccore_la-interaction.lo -MD -MP -MF interface/.deps/libvlccore_la-interaction.Tpo -c -o interface/libvlccore_la-interaction.lo `test -f 'interface/interaction.c' || echo './'`interface/interaction.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -I../src/misc -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT interface/libvlccore_la-interaction.lo -MD -MP -MF interface/.deps/libvlccore_la-interaction.Tpo -c interface/interaction.c -fPIC -DPIC -o interface/.libs/libvlccore_la-interaction.o mv -f interface/.deps/libvlccore_la-interaction.Tpo interface/.deps/libvlccore_la-interaction.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX `top_builddir=".." ../vlc-config --cflags libvlc` -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT playlist/libvlccore_la-thread.lo -MD -MP -MF playlist/.deps/libvlccore_la-thread.Tpo -c -o playlist/libvlccore_la-thread.lo `test -f 'playlist/thread.c' || echo './'`playlist/thread.c mkdir playlist/.libs gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -I../src/misc -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT playlist/libvlccore_la-thread.lo -MD -MP -MF playlist/.deps/libvlccore_la-thread.Tpo -c playlist/thread.c -fPIC -DPIC -o playlist/.libs/libvlccore_la-thread.o mv -f playlist/.deps/libvlccore_la-thread.Tpo playlist/.deps/libvlccore_la-thread.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX `top_builddir=".." ../vlc-config --cflags libvlc` -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT playlist/libvlccore_la-control.lo -MD -MP -MF playlist/.deps/libvlccore_la-control.Tpo -c -o playlist/libvlccore_la-control.lo `test -f 'playlist/control.c' || echo './'`playlist/control.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -I../src/misc -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT playlist/libvlccore_la-control.lo -MD -MP -MF playlist/.deps/libvlccore_la-control.Tpo -c playlist/control.c -fPIC -DPIC -o playlist/.libs/libvlccore_la-control.o mv -f playlist/.deps/libvlccore_la-control.Tpo playlist/.deps/libvlccore_la-control.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX `top_builddir=".." ../vlc-config --cflags libvlc` -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT playlist/libvlccore_la-engine.lo -MD -MP -MF playlist/.deps/libvlccore_la-engine.Tpo -c -o playlist/libvlccore_la-engine.lo `test -f 'playlist/engine.c' || echo './'`playlist/engine.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -I../src/misc -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT playlist/libvlccore_la-engine.lo -MD -MP -MF playlist/.deps/libvlccore_la-engine.Tpo -c playlist/engine.c -fPIC -DPIC -o playlist/.libs/libvlccore_la-engine.o mv -f playlist/.deps/libvlccore_la-engine.Tpo playlist/.deps/libvlccore_la-engine.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX `top_builddir=".." ../vlc-config --cflags libvlc` -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT playlist/libvlccore_la-sort.lo -MD -MP -MF playlist/.deps/libvlccore_la-sort.Tpo -c -o playlist/libvlccore_la-sort.lo `test -f 'playlist/sort.c' || echo './'`playlist/sort.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -I../src/misc -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT playlist/libvlccore_la-sort.lo -MD -MP -MF playlist/.deps/libvlccore_la-sort.Tpo -c playlist/sort.c -fPIC -DPIC -o playlist/.libs/libvlccore_la-sort.o mv -f playlist/.deps/libvlccore_la-sort.Tpo playlist/.deps/libvlccore_la-sort.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX `top_builddir=".." ../vlc-config --cflags libvlc` -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT playlist/libvlccore_la-loadsave.lo -MD -MP -MF playlist/.deps/libvlccore_la-loadsave.Tpo -c -o playlist/libvlccore_la-loadsave.lo `test -f 'playlist/loadsave.c' || echo './'`playlist/loadsave.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -I../src/misc -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT playlist/libvlccore_la-loadsave.lo -MD -MP -MF playlist/.deps/libvlccore_la-loadsave.Tpo -c playlist/loadsave.c -fPIC -DPIC -o playlist/.libs/libvlccore_la-loadsave.o mv -f playlist/.deps/libvlccore_la-loadsave.Tpo playlist/.deps/libvlccore_la-loadsave.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX `top_builddir=".." ../vlc-config --cflags libvlc` -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT playlist/libvlccore_la-tree.lo -MD -MP -MF playlist/.deps/libvlccore_la-tree.Tpo -c -o playlist/libvlccore_la-tree.lo `test -f 'playlist/tree.c' || echo './'`playlist/tree.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -I../src/misc -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT playlist/libvlccore_la-tree.lo -MD -MP -MF playlist/.deps/libvlccore_la-tree.Tpo -c playlist/tree.c -fPIC -DPIC -o playlist/.libs/libvlccore_la-tree.o playlist/tree.c: In function ‘playlist_ChildSearchName’: playlist/tree.c:281: warning: unused variable ‘p_playlist’ mv -f playlist/.deps/libvlccore_la-tree.Tpo playlist/.deps/libvlccore_la-tree.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX `top_builddir=".." ../vlc-config --cflags libvlc` -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT playlist/libvlccore_la-item.lo -MD -MP -MF playlist/.deps/libvlccore_la-item.Tpo -c -o playlist/libvlccore_la-item.lo `test -f 'playlist/item.c' || echo './'`playlist/item.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -I../src/misc -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT playlist/libvlccore_la-item.lo -MD -MP -MF playlist/.deps/libvlccore_la-item.Tpo -c playlist/item.c -fPIC -DPIC -o playlist/.libs/libvlccore_la-item.o playlist/item.c: In function ‘playlist_ItemRelease’: playlist/item.c:212: warning: unused variable ‘p_playlist’ mv -f playlist/.deps/libvlccore_la-item.Tpo playlist/.deps/libvlccore_la-item.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX `top_builddir=".." ../vlc-config --cflags libvlc` -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT playlist/libvlccore_la-search.lo -MD -MP -MF playlist/.deps/libvlccore_la-search.Tpo -c -o playlist/libvlccore_la-search.lo `test -f 'playlist/search.c' || echo './'`playlist/search.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -I../src/misc -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT playlist/libvlccore_la-search.lo -MD -MP -MF playlist/.deps/libvlccore_la-search.Tpo -c playlist/search.c -fPIC -DPIC -o playlist/.libs/libvlccore_la-search.o mv -f playlist/.deps/libvlccore_la-search.Tpo playlist/.deps/libvlccore_la-search.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX `top_builddir=".." ../vlc-config --cflags libvlc` -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT playlist/libvlccore_la-services_discovery.lo -MD -MP -MF playlist/.deps/libvlccore_la-services_discovery.Tpo -c -o playlist/libvlccore_la-services_discovery.lo `test -f 'playlist/services_discovery.c' || echo './'`playlist/services_discovery.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -I../src/misc -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT playlist/libvlccore_la-services_discovery.lo -MD -MP -MF playlist/.deps/libvlccore_la-services_discovery.Tpo -c playlist/services_discovery.c -fPIC -DPIC -o playlist/.libs/libvlccore_la-services_discovery.o mv -f playlist/.deps/libvlccore_la-services_discovery.Tpo playlist/.deps/libvlccore_la-services_discovery.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX `top_builddir=".." ../vlc-config --cflags libvlc` -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT input/libvlccore_la-item.lo -MD -MP -MF input/.deps/libvlccore_la-item.Tpo -c -o input/libvlccore_la-item.lo `test -f 'input/item.c' || echo './'`input/item.c mkdir input/.libs gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -I../src/misc -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT input/libvlccore_la-item.lo -MD -MP -MF input/.deps/libvlccore_la-item.Tpo -c input/item.c -fPIC -DPIC -o input/.libs/libvlccore_la-item.o mv -f input/.deps/libvlccore_la-item.Tpo input/.deps/libvlccore_la-item.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX `top_builddir=".." ../vlc-config --cflags libvlc` -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT input/libvlccore_la-access.lo -MD -MP -MF input/.deps/libvlccore_la-access.Tpo -c -o input/libvlccore_la-access.lo `test -f 'input/access.c' || echo './'`input/access.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -I../src/misc -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT input/libvlccore_la-access.lo -MD -MP -MF input/.deps/libvlccore_la-access.Tpo -c input/access.c -fPIC -DPIC -o input/.libs/libvlccore_la-access.o mv -f input/.deps/libvlccore_la-access.Tpo input/.deps/libvlccore_la-access.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX `top_builddir=".." ../vlc-config --cflags libvlc` -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT input/libvlccore_la-clock.lo -MD -MP -MF input/.deps/libvlccore_la-clock.Tpo -c -o input/libvlccore_la-clock.lo `test -f 'input/clock.c' || echo './'`input/clock.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -I../src/misc -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT input/libvlccore_la-clock.lo -MD -MP -MF input/.deps/libvlccore_la-clock.Tpo -c input/clock.c -fPIC -DPIC -o input/.libs/libvlccore_la-clock.o mv -f input/.deps/libvlccore_la-clock.Tpo input/.deps/libvlccore_la-clock.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX `top_builddir=".." ../vlc-config --cflags libvlc` -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT input/libvlccore_la-control.lo -MD -MP -MF input/.deps/libvlccore_la-control.Tpo -c -o input/libvlccore_la-control.lo `test -f 'input/control.c' || echo './'`input/control.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -I../src/misc -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT input/libvlccore_la-control.lo -MD -MP -MF input/.deps/libvlccore_la-control.Tpo -c input/control.c -fPIC -DPIC -o input/.libs/libvlccore_la-control.o mv -f input/.deps/libvlccore_la-control.Tpo input/.deps/libvlccore_la-control.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX `top_builddir=".." ../vlc-config --cflags libvlc` -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT input/libvlccore_la-decoder.lo -MD -MP -MF input/.deps/libvlccore_la-decoder.Tpo -c -o input/libvlccore_la-decoder.lo `test -f 'input/decoder.c' || echo './'`input/decoder.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -I../src/misc -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT input/libvlccore_la-decoder.lo -MD -MP -MF input/.deps/libvlccore_la-decoder.Tpo -c input/decoder.c -fPIC -DPIC -o input/.libs/libvlccore_la-decoder.o mv -f input/.deps/libvlccore_la-decoder.Tpo input/.deps/libvlccore_la-decoder.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX `top_builddir=".." ../vlc-config --cflags libvlc` -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT input/libvlccore_la-decoder_synchro.lo -MD -MP -MF input/.deps/libvlccore_la-decoder_synchro.Tpo -c -o input/libvlccore_la-decoder_synchro.lo `test -f 'input/decoder_synchro.c' || echo './'`input/decoder_synchro.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -I../src/misc -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT input/libvlccore_la-decoder_synchro.lo -MD -MP -MF input/.deps/libvlccore_la-decoder_synchro.Tpo -c input/decoder_synchro.c -fPIC -DPIC -o input/.libs/libvlccore_la-decoder_synchro.o mv -f input/.deps/libvlccore_la-decoder_synchro.Tpo input/.deps/libvlccore_la-decoder_synchro.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX `top_builddir=".." ../vlc-config --cflags libvlc` -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT input/libvlccore_la-demux.lo -MD -MP -MF input/.deps/libvlccore_la-demux.Tpo -c -o input/libvlccore_la-demux.lo `test -f 'input/demux.c' || echo './'`input/demux.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -I../src/misc -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT input/libvlccore_la-demux.lo -MD -MP -MF input/.deps/libvlccore_la-demux.Tpo -c input/demux.c -fPIC -DPIC -o input/.libs/libvlccore_la-demux.o mv -f input/.deps/libvlccore_la-demux.Tpo input/.deps/libvlccore_la-demux.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX `top_builddir=".." ../vlc-config --cflags libvlc` -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT input/libvlccore_la-es_out.lo -MD -MP -MF input/.deps/libvlccore_la-es_out.Tpo -c -o input/libvlccore_la-es_out.lo `test -f 'input/es_out.c' || echo './'`input/es_out.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -I../src/misc -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT input/libvlccore_la-es_out.lo -MD -MP -MF input/.deps/libvlccore_la-es_out.Tpo -c input/es_out.c -fPIC -DPIC -o input/.libs/libvlccore_la-es_out.o mv -f input/.deps/libvlccore_la-es_out.Tpo input/.deps/libvlccore_la-es_out.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX `top_builddir=".." ../vlc-config --cflags libvlc` -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT input/libvlccore_la-input.lo -MD -MP -MF input/.deps/libvlccore_la-input.Tpo -c -o input/libvlccore_la-input.lo `test -f 'input/input.c' || echo './'`input/input.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -I../src/misc -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT input/libvlccore_la-input.lo -MD -MP -MF input/.deps/libvlccore_la-input.Tpo -c input/input.c -fPIC -DPIC -o input/.libs/libvlccore_la-input.o mv -f input/.deps/libvlccore_la-input.Tpo input/.deps/libvlccore_la-input.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX `top_builddir=".." ../vlc-config --cflags libvlc` -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT input/libvlccore_la-meta.lo -MD -MP -MF input/.deps/libvlccore_la-meta.Tpo -c -o input/libvlccore_la-meta.lo `test -f 'input/meta.c' || echo './'`input/meta.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -I../src/misc -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT input/libvlccore_la-meta.lo -MD -MP -MF input/.deps/libvlccore_la-meta.Tpo -c input/meta.c -fPIC -DPIC -o input/.libs/libvlccore_la-meta.o mv -f input/.deps/libvlccore_la-meta.Tpo input/.deps/libvlccore_la-meta.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX `top_builddir=".." ../vlc-config --cflags libvlc` -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT input/libvlccore_la-stream.lo -MD -MP -MF input/.deps/libvlccore_la-stream.Tpo -c -o input/libvlccore_la-stream.lo `test -f 'input/stream.c' || echo './'`input/stream.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -I../src/misc -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT input/libvlccore_la-stream.lo -MD -MP -MF input/.deps/libvlccore_la-stream.Tpo -c input/stream.c -fPIC -DPIC -o input/.libs/libvlccore_la-stream.o mv -f input/.deps/libvlccore_la-stream.Tpo input/.deps/libvlccore_la-stream.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX `top_builddir=".." ../vlc-config --cflags libvlc` -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT input/libvlccore_la-mem_stream.lo -MD -MP -MF input/.deps/libvlccore_la-mem_stream.Tpo -c -o input/libvlccore_la-mem_stream.lo `test -f 'input/mem_stream.c' || echo './'`input/mem_stream.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -I../src/misc -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT input/libvlccore_la-mem_stream.lo -MD -MP -MF input/.deps/libvlccore_la-mem_stream.Tpo -c input/mem_stream.c -fPIC -DPIC -o input/.libs/libvlccore_la-mem_stream.o mv -f input/.deps/libvlccore_la-mem_stream.Tpo input/.deps/libvlccore_la-mem_stream.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX `top_builddir=".." ../vlc-config --cflags libvlc` -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT input/libvlccore_la-subtitles.lo -MD -MP -MF input/.deps/libvlccore_la-subtitles.Tpo -c -o input/libvlccore_la-subtitles.lo `test -f 'input/subtitles.c' || echo './'`input/subtitles.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -I../src/misc -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT input/libvlccore_la-subtitles.lo -MD -MP -MF input/.deps/libvlccore_la-subtitles.Tpo -c input/subtitles.c -fPIC -DPIC -o input/.libs/libvlccore_la-subtitles.o mv -f input/.deps/libvlccore_la-subtitles.Tpo input/.deps/libvlccore_la-subtitles.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX `top_builddir=".." ../vlc-config --cflags libvlc` -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT input/libvlccore_la-var.lo -MD -MP -MF input/.deps/libvlccore_la-var.Tpo -c -o input/libvlccore_la-var.lo `test -f 'input/var.c' || echo './'`input/var.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -I../src/misc -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT input/libvlccore_la-var.lo -MD -MP -MF input/.deps/libvlccore_la-var.Tpo -c input/var.c -fPIC -DPIC -o input/.libs/libvlccore_la-var.o mv -f input/.deps/libvlccore_la-var.Tpo input/.deps/libvlccore_la-var.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX `top_builddir=".." ../vlc-config --cflags libvlc` -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT video_output/libvlccore_la-video_output.lo -MD -MP -MF video_output/.deps/libvlccore_la-video_output.Tpo -c -o video_output/libvlccore_la-video_output.lo `test -f 'video_output/video_output.c' || echo './'`video_output/video_output.c mkdir video_output/.libs gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -I../src/misc -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT video_output/libvlccore_la-video_output.lo -MD -MP -MF video_output/.deps/libvlccore_la-video_output.Tpo -c video_output/video_output.c -fPIC -DPIC -o video_output/.libs/libvlccore_la-video_output.o mv -f video_output/.deps/libvlccore_la-video_output.Tpo video_output/.deps/libvlccore_la-video_output.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX `top_builddir=".." ../vlc-config --cflags libvlc` -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT video_output/libvlccore_la-vout_pictures.lo -MD -MP -MF video_output/.deps/libvlccore_la-vout_pictures.Tpo -c -o video_output/libvlccore_la-vout_pictures.lo `test -f 'video_output/vout_pictures.c' || echo './'`video_output/vout_pictures.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -I../src/misc -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT video_output/libvlccore_la-vout_pictures.lo -MD -MP -MF video_output/.deps/libvlccore_la-vout_pictures.Tpo -c video_output/vout_pictures.c -fPIC -DPIC -o video_output/.libs/libvlccore_la-vout_pictures.o mv -f video_output/.deps/libvlccore_la-vout_pictures.Tpo video_output/.deps/libvlccore_la-vout_pictures.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX `top_builddir=".." ../vlc-config --cflags libvlc` -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT video_output/libvlccore_la-video_text.lo -MD -MP -MF video_output/.deps/libvlccore_la-video_text.Tpo -c -o video_output/libvlccore_la-video_text.lo `test -f 'video_output/video_text.c' || echo './'`video_output/video_text.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -I../src/misc -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT video_output/libvlccore_la-video_text.lo -MD -MP -MF video_output/.deps/libvlccore_la-video_text.Tpo -c video_output/video_text.c -fPIC -DPIC -o video_output/.libs/libvlccore_la-video_text.o mv -f video_output/.deps/libvlccore_la-video_text.Tpo video_output/.deps/libvlccore_la-video_text.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX `top_builddir=".." ../vlc-config --cflags libvlc` -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT video_output/libvlccore_la-video_widgets.lo -MD -MP -MF video_output/.deps/libvlccore_la-video_widgets.Tpo -c -o video_output/libvlccore_la-video_widgets.lo `test -f 'video_output/video_widgets.c' || echo './'`video_output/video_widgets.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -I../src/misc -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT video_output/libvlccore_la-video_widgets.lo -MD -MP -MF video_output/.deps/libvlccore_la-video_widgets.Tpo -c video_output/video_widgets.c -fPIC -DPIC -o video_output/.libs/libvlccore_la-video_widgets.o mv -f video_output/.deps/libvlccore_la-video_widgets.Tpo video_output/.deps/libvlccore_la-video_widgets.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX `top_builddir=".." ../vlc-config --cflags libvlc` -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT video_output/libvlccore_la-vout_subpictures.lo -MD -MP -MF video_output/.deps/libvlccore_la-vout_subpictures.Tpo -c -o video_output/libvlccore_la-vout_subpictures.lo `test -f 'video_output/vout_subpictures.c' || echo './'`video_output/vout_subpictures.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -I../src/misc -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT video_output/libvlccore_la-vout_subpictures.lo -MD -MP -MF video_output/.deps/libvlccore_la-vout_subpictures.Tpo -c video_output/vout_subpictures.c -fPIC -DPIC -o video_output/.libs/libvlccore_la-vout_subpictures.o mv -f video_output/.deps/libvlccore_la-vout_subpictures.Tpo video_output/.deps/libvlccore_la-vout_subpictures.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX `top_builddir=".." ../vlc-config --cflags libvlc` -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT video_output/libvlccore_la-vout_intf.lo -MD -MP -MF video_output/.deps/libvlccore_la-vout_intf.Tpo -c -o video_output/libvlccore_la-vout_intf.lo `test -f 'video_output/vout_intf.c' || echo './'`video_output/vout_intf.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -I../src/misc -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT video_output/libvlccore_la-vout_intf.lo -MD -MP -MF video_output/.deps/libvlccore_la-vout_intf.Tpo -c video_output/vout_intf.c -fPIC -DPIC -o video_output/.libs/libvlccore_la-vout_intf.o video_output/vout_intf.c: In function ‘VoutSnapshotGetDefaultDirectory’: video_output/vout_intf.c:489: warning: unused parameter ‘p_vout’ mv -f video_output/.deps/libvlccore_la-vout_intf.Tpo video_output/.deps/libvlccore_la-vout_intf.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX `top_builddir=".." ../vlc-config --cflags libvlc` -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT audio_output/libvlccore_la-common.lo -MD -MP -MF audio_output/.deps/libvlccore_la-common.Tpo -c -o audio_output/libvlccore_la-common.lo `test -f 'audio_output/common.c' || echo './'`audio_output/common.c mkdir audio_output/.libs gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -I../src/misc -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT audio_output/libvlccore_la-common.lo -MD -MP -MF audio_output/.deps/libvlccore_la-common.Tpo -c audio_output/common.c -fPIC -DPIC -o audio_output/.libs/libvlccore_la-common.o mv -f audio_output/.deps/libvlccore_la-common.Tpo audio_output/.deps/libvlccore_la-common.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX `top_builddir=".." ../vlc-config --cflags libvlc` -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT audio_output/libvlccore_la-dec.lo -MD -MP -MF audio_output/.deps/libvlccore_la-dec.Tpo -c -o audio_output/libvlccore_la-dec.lo `test -f 'audio_output/dec.c' || echo './'`audio_output/dec.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -I../src/misc -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT audio_output/libvlccore_la-dec.lo -MD -MP -MF audio_output/.deps/libvlccore_la-dec.Tpo -c audio_output/dec.c -fPIC -DPIC -o audio_output/.libs/libvlccore_la-dec.o mv -f audio_output/.deps/libvlccore_la-dec.Tpo audio_output/.deps/libvlccore_la-dec.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX `top_builddir=".." ../vlc-config --cflags libvlc` -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT audio_output/libvlccore_la-filters.lo -MD -MP -MF audio_output/.deps/libvlccore_la-filters.Tpo -c -o audio_output/libvlccore_la-filters.lo `test -f 'audio_output/filters.c' || echo './'`audio_output/filters.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -I../src/misc -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT audio_output/libvlccore_la-filters.lo -MD -MP -MF audio_output/.deps/libvlccore_la-filters.Tpo -c audio_output/filters.c -fPIC -DPIC -o audio_output/.libs/libvlccore_la-filters.o mv -f audio_output/.deps/libvlccore_la-filters.Tpo audio_output/.deps/libvlccore_la-filters.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX `top_builddir=".." ../vlc-config --cflags libvlc` -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT audio_output/libvlccore_la-input.lo -MD -MP -MF audio_output/.deps/libvlccore_la-input.Tpo -c -o audio_output/libvlccore_la-input.lo `test -f 'audio_output/input.c' || echo './'`audio_output/input.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -I../src/misc -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT audio_output/libvlccore_la-input.lo -MD -MP -MF audio_output/.deps/libvlccore_la-input.Tpo -c audio_output/input.c -fPIC -DPIC -o audio_output/.libs/libvlccore_la-input.o mv -f audio_output/.deps/libvlccore_la-input.Tpo audio_output/.deps/libvlccore_la-input.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX `top_builddir=".." ../vlc-config --cflags libvlc` -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT audio_output/libvlccore_la-mixer.lo -MD -MP -MF audio_output/.deps/libvlccore_la-mixer.Tpo -c -o audio_output/libvlccore_la-mixer.lo `test -f 'audio_output/mixer.c' || echo './'`audio_output/mixer.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -I../src/misc -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT audio_output/libvlccore_la-mixer.lo -MD -MP -MF audio_output/.deps/libvlccore_la-mixer.Tpo -c audio_output/mixer.c -fPIC -DPIC -o audio_output/.libs/libvlccore_la-mixer.o mv -f audio_output/.deps/libvlccore_la-mixer.Tpo audio_output/.deps/libvlccore_la-mixer.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX `top_builddir=".." ../vlc-config --cflags libvlc` -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT audio_output/libvlccore_la-output.lo -MD -MP -MF audio_output/.deps/libvlccore_la-output.Tpo -c -o audio_output/libvlccore_la-output.lo `test -f 'audio_output/output.c' || echo './'`audio_output/output.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -I../src/misc -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT audio_output/libvlccore_la-output.lo -MD -MP -MF audio_output/.deps/libvlccore_la-output.Tpo -c audio_output/output.c -fPIC -DPIC -o audio_output/.libs/libvlccore_la-output.o mv -f audio_output/.deps/libvlccore_la-output.Tpo audio_output/.deps/libvlccore_la-output.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX `top_builddir=".." ../vlc-config --cflags libvlc` -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT audio_output/libvlccore_la-intf.lo -MD -MP -MF audio_output/.deps/libvlccore_la-intf.Tpo -c -o audio_output/libvlccore_la-intf.lo `test -f 'audio_output/intf.c' || echo './'`audio_output/intf.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -I../src/misc -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT audio_output/libvlccore_la-intf.lo -MD -MP -MF audio_output/.deps/libvlccore_la-intf.Tpo -c audio_output/intf.c -fPIC -DPIC -o audio_output/.libs/libvlccore_la-intf.o mv -f audio_output/.deps/libvlccore_la-intf.Tpo audio_output/.deps/libvlccore_la-intf.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX `top_builddir=".." ../vlc-config --cflags libvlc` -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT osd/libvlccore_la-osd.lo -MD -MP -MF osd/.deps/libvlccore_la-osd.Tpo -c -o osd/libvlccore_la-osd.lo `test -f 'osd/osd.c' || echo './'`osd/osd.c mkdir osd/.libs gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -I../src/misc -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT osd/libvlccore_la-osd.lo -MD -MP -MF osd/.deps/libvlccore_la-osd.Tpo -c osd/osd.c -fPIC -DPIC -o osd/.libs/libvlccore_la-osd.o mv -f osd/.deps/libvlccore_la-osd.Tpo osd/.deps/libvlccore_la-osd.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX `top_builddir=".." ../vlc-config --cflags libvlc` -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT osd/libvlccore_la-osd_text.lo -MD -MP -MF osd/.deps/libvlccore_la-osd_text.Tpo -c -o osd/libvlccore_la-osd_text.lo `test -f 'osd/osd_text.c' || echo './'`osd/osd_text.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -I../src/misc -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT osd/libvlccore_la-osd_text.lo -MD -MP -MF osd/.deps/libvlccore_la-osd_text.Tpo -c osd/osd_text.c -fPIC -DPIC -o osd/.libs/libvlccore_la-osd_text.o mv -f osd/.deps/libvlccore_la-osd_text.Tpo osd/.deps/libvlccore_la-osd_text.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX `top_builddir=".." ../vlc-config --cflags libvlc` -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT osd/libvlccore_la-osd_widgets.lo -MD -MP -MF osd/.deps/libvlccore_la-osd_widgets.Tpo -c -o osd/libvlccore_la-osd_widgets.lo `test -f 'osd/osd_widgets.c' || echo './'`osd/osd_widgets.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -I../src/misc -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT osd/libvlccore_la-osd_widgets.lo -MD -MP -MF osd/.deps/libvlccore_la-osd_widgets.Tpo -c osd/osd_widgets.c -fPIC -DPIC -o osd/.libs/libvlccore_la-osd_widgets.o mv -f osd/.deps/libvlccore_la-osd_widgets.Tpo osd/.deps/libvlccore_la-osd_widgets.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX `top_builddir=".." ../vlc-config --cflags libvlc` -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT network/libvlccore_la-acl.lo -MD -MP -MF network/.deps/libvlccore_la-acl.Tpo -c -o network/libvlccore_la-acl.lo `test -f 'network/acl.c' || echo './'`network/acl.c mkdir network/.libs gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -I../src/misc -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT network/libvlccore_la-acl.lo -MD -MP -MF network/.deps/libvlccore_la-acl.Tpo -c network/acl.c -fPIC -DPIC -o network/.libs/libvlccore_la-acl.o mv -f network/.deps/libvlccore_la-acl.Tpo network/.deps/libvlccore_la-acl.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX `top_builddir=".." ../vlc-config --cflags libvlc` -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT network/libvlccore_la-getaddrinfo.lo -MD -MP -MF network/.deps/libvlccore_la-getaddrinfo.Tpo -c -o network/libvlccore_la-getaddrinfo.lo `test -f 'network/getaddrinfo.c' || echo './'`network/getaddrinfo.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -I../src/misc -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT network/libvlccore_la-getaddrinfo.lo -MD -MP -MF network/.deps/libvlccore_la-getaddrinfo.Tpo -c network/getaddrinfo.c -fPIC -DPIC -o network/.libs/libvlccore_la-getaddrinfo.o mv -f network/.deps/libvlccore_la-getaddrinfo.Tpo network/.deps/libvlccore_la-getaddrinfo.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX `top_builddir=".." ../vlc-config --cflags libvlc` -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT network/libvlccore_la-io.lo -MD -MP -MF network/.deps/libvlccore_la-io.Tpo -c -o network/libvlccore_la-io.lo `test -f 'network/io.c' || echo './'`network/io.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -I../src/misc -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT network/libvlccore_la-io.lo -MD -MP -MF network/.deps/libvlccore_la-io.Tpo -c network/io.c -fPIC -DPIC -o network/.libs/libvlccore_la-io.o mv -f network/.deps/libvlccore_la-io.Tpo network/.deps/libvlccore_la-io.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX `top_builddir=".." ../vlc-config --cflags libvlc` -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT network/libvlccore_la-tcp.lo -MD -MP -MF network/.deps/libvlccore_la-tcp.Tpo -c -o network/libvlccore_la-tcp.lo `test -f 'network/tcp.c' || echo './'`network/tcp.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -I../src/misc -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT network/libvlccore_la-tcp.lo -MD -MP -MF network/.deps/libvlccore_la-tcp.Tpo -c network/tcp.c -fPIC -DPIC -o network/.libs/libvlccore_la-tcp.o mv -f network/.deps/libvlccore_la-tcp.Tpo network/.deps/libvlccore_la-tcp.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX `top_builddir=".." ../vlc-config --cflags libvlc` -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT network/libvlccore_la-udp.lo -MD -MP -MF network/.deps/libvlccore_la-udp.Tpo -c -o network/libvlccore_la-udp.lo `test -f 'network/udp.c' || echo './'`network/udp.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -I../src/misc -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT network/libvlccore_la-udp.lo -MD -MP -MF network/.deps/libvlccore_la-udp.Tpo -c network/udp.c -fPIC -DPIC -o network/.libs/libvlccore_la-udp.o mv -f network/.deps/libvlccore_la-udp.Tpo network/.deps/libvlccore_la-udp.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX `top_builddir=".." ../vlc-config --cflags libvlc` -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT network/libvlccore_la-httpd.lo -MD -MP -MF network/.deps/libvlccore_la-httpd.Tpo -c -o network/libvlccore_la-httpd.lo `test -f 'network/httpd.c' || echo './'`network/httpd.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -I../src/misc -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT network/libvlccore_la-httpd.lo -MD -MP -MF network/.deps/libvlccore_la-httpd.Tpo -c network/httpd.c -fPIC -DPIC -o network/.libs/libvlccore_la-httpd.o mv -f network/.deps/libvlccore_la-httpd.Tpo network/.deps/libvlccore_la-httpd.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX `top_builddir=".." ../vlc-config --cflags libvlc` -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT network/libvlccore_la-rootbind.lo -MD -MP -MF network/.deps/libvlccore_la-rootbind.Tpo -c -o network/libvlccore_la-rootbind.lo `test -f 'network/rootbind.c' || echo './'`network/rootbind.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -I../src/misc -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT network/libvlccore_la-rootbind.lo -MD -MP -MF network/.deps/libvlccore_la-rootbind.Tpo -c network/rootbind.c -fPIC -DPIC -o network/.libs/libvlccore_la-rootbind.o mv -f network/.deps/libvlccore_la-rootbind.Tpo network/.deps/libvlccore_la-rootbind.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX `top_builddir=".." ../vlc-config --cflags libvlc` -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT network/libvlccore_la-tls.lo -MD -MP -MF network/.deps/libvlccore_la-tls.Tpo -c -o network/libvlccore_la-tls.lo `test -f 'network/tls.c' || echo './'`network/tls.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -I../src/misc -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT network/libvlccore_la-tls.lo -MD -MP -MF network/.deps/libvlccore_la-tls.Tpo -c network/tls.c -fPIC -DPIC -o network/.libs/libvlccore_la-tls.o mv -f network/.deps/libvlccore_la-tls.Tpo network/.deps/libvlccore_la-tls.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX `top_builddir=".." ../vlc-config --cflags libvlc` -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT network/libvlccore_la-poll.lo -MD -MP -MF network/.deps/libvlccore_la-poll.Tpo -c -o network/libvlccore_la-poll.lo `test -f 'network/poll.c' || echo './'`network/poll.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -I../src/misc -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT network/libvlccore_la-poll.lo -MD -MP -MF network/.deps/libvlccore_la-poll.Tpo -c network/poll.c -fPIC -DPIC -o network/.libs/libvlccore_la-poll.o mv -f network/.deps/libvlccore_la-poll.Tpo network/.deps/libvlccore_la-poll.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX `top_builddir=".." ../vlc-config --cflags libvlc` -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT text/libvlccore_la-charset.lo -MD -MP -MF text/.deps/libvlccore_la-charset.Tpo -c -o text/libvlccore_la-charset.lo `test -f 'text/charset.c' || echo './'`text/charset.c mkdir text/.libs gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -I../src/misc -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT text/libvlccore_la-charset.lo -MD -MP -MF text/.deps/libvlccore_la-charset.Tpo -c text/charset.c -fPIC -DPIC -o text/.libs/libvlccore_la-charset.o mv -f text/.deps/libvlccore_la-charset.Tpo text/.deps/libvlccore_la-charset.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX `top_builddir=".." ../vlc-config --cflags libvlc` -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT text/libvlccore_la-strings.lo -MD -MP -MF text/.deps/libvlccore_la-strings.Tpo -c -o text/libvlccore_la-strings.lo `test -f 'text/strings.c' || echo './'`text/strings.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -I../src/misc -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT text/libvlccore_la-strings.lo -MD -MP -MF text/.deps/libvlccore_la-strings.Tpo -c text/strings.c -fPIC -DPIC -o text/.libs/libvlccore_la-strings.o mv -f text/.deps/libvlccore_la-strings.Tpo text/.deps/libvlccore_la-strings.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX `top_builddir=".." ../vlc-config --cflags libvlc` -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT text/libvlccore_la-unicode.lo -MD -MP -MF text/.deps/libvlccore_la-unicode.Tpo -c -o text/libvlccore_la-unicode.lo `test -f 'text/unicode.c' || echo './'`text/unicode.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -I../src/misc -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT text/libvlccore_la-unicode.lo -MD -MP -MF text/.deps/libvlccore_la-unicode.Tpo -c text/unicode.c -fPIC -DPIC -o text/.libs/libvlccore_la-unicode.o mv -f text/.deps/libvlccore_la-unicode.Tpo text/.deps/libvlccore_la-unicode.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX `top_builddir=".." ../vlc-config --cflags libvlc` -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT text/libvlccore_la-wincp.lo -MD -MP -MF text/.deps/libvlccore_la-wincp.Tpo -c -o text/libvlccore_la-wincp.lo `test -f 'text/wincp.c' || echo './'`text/wincp.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -I../src/misc -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT text/libvlccore_la-wincp.lo -MD -MP -MF text/.deps/libvlccore_la-wincp.Tpo -c text/wincp.c -fPIC -DPIC -o text/.libs/libvlccore_la-wincp.o mv -f text/.deps/libvlccore_la-wincp.Tpo text/.deps/libvlccore_la-wincp.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX `top_builddir=".." ../vlc-config --cflags libvlc` -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT text/libvlccore_la-iso_lang.lo -MD -MP -MF text/.deps/libvlccore_la-iso_lang.Tpo -c -o text/libvlccore_la-iso_lang.lo `test -f 'text/iso_lang.c' || echo './'`text/iso_lang.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -I../src/misc -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT text/libvlccore_la-iso_lang.lo -MD -MP -MF text/.deps/libvlccore_la-iso_lang.Tpo -c text/iso_lang.c -fPIC -DPIC -o text/.libs/libvlccore_la-iso_lang.o mv -f text/.deps/libvlccore_la-iso_lang.Tpo text/.deps/libvlccore_la-iso_lang.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX `top_builddir=".." ../vlc-config --cflags libvlc` -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT misc/libvlccore_la-md5.lo -MD -MP -MF misc/.deps/libvlccore_la-md5.Tpo -c -o misc/libvlccore_la-md5.lo `test -f 'misc/md5.c' || echo './'`misc/md5.c mkdir misc/.libs gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -I../src/misc -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT misc/libvlccore_la-md5.lo -MD -MP -MF misc/.deps/libvlccore_la-md5.Tpo -c misc/md5.c -fPIC -DPIC -o misc/.libs/libvlccore_la-md5.o mv -f misc/.deps/libvlccore_la-md5.Tpo misc/.deps/libvlccore_la-md5.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX `top_builddir=".." ../vlc-config --cflags libvlc` -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT misc/libvlccore_la-rand.lo -MD -MP -MF misc/.deps/libvlccore_la-rand.Tpo -c -o misc/libvlccore_la-rand.lo `test -f 'misc/rand.c' || echo './'`misc/rand.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -I../src/misc -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT misc/libvlccore_la-rand.lo -MD -MP -MF misc/.deps/libvlccore_la-rand.Tpo -c misc/rand.c -fPIC -DPIC -o misc/.libs/libvlccore_la-rand.o mv -f misc/.deps/libvlccore_la-rand.Tpo misc/.deps/libvlccore_la-rand.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX `top_builddir=".." ../vlc-config --cflags libvlc` -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT misc/libvlccore_la-mtime.lo -MD -MP -MF misc/.deps/libvlccore_la-mtime.Tpo -c -o misc/libvlccore_la-mtime.lo `test -f 'misc/mtime.c' || echo './'`misc/mtime.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -I../src/misc -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT misc/libvlccore_la-mtime.lo -MD -MP -MF misc/.deps/libvlccore_la-mtime.Tpo -c misc/mtime.c -fPIC -DPIC -o misc/.libs/libvlccore_la-mtime.o mv -f misc/.deps/libvlccore_la-mtime.Tpo misc/.deps/libvlccore_la-mtime.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX `top_builddir=".." ../vlc-config --cflags libvlc` -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT misc/libvlccore_la-block.lo -MD -MP -MF misc/.deps/libvlccore_la-block.Tpo -c -o misc/libvlccore_la-block.lo `test -f 'misc/block.c' || echo './'`misc/block.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -I../src/misc -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT misc/libvlccore_la-block.lo -MD -MP -MF misc/.deps/libvlccore_la-block.Tpo -c misc/block.c -fPIC -DPIC -o misc/.libs/libvlccore_la-block.o mv -f misc/.deps/libvlccore_la-block.Tpo misc/.deps/libvlccore_la-block.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX `top_builddir=".." ../vlc-config --cflags libvlc` -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT misc/libvlccore_la-es_format.lo -MD -MP -MF misc/.deps/libvlccore_la-es_format.Tpo -c -o misc/libvlccore_la-es_format.lo `test -f 'misc/es_format.c' || echo './'`misc/es_format.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -I../src/misc -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT misc/libvlccore_la-es_format.lo -MD -MP -MF misc/.deps/libvlccore_la-es_format.Tpo -c misc/es_format.c -fPIC -DPIC -o misc/.libs/libvlccore_la-es_format.o mv -f misc/.deps/libvlccore_la-es_format.Tpo misc/.deps/libvlccore_la-es_format.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX `top_builddir=".." ../vlc-config --cflags libvlc` -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT modules/libvlccore_la-modules.lo -MD -MP -MF modules/.deps/libvlccore_la-modules.Tpo -c -o modules/libvlccore_la-modules.lo `test -f 'modules/modules.c' || echo './'`modules/modules.c mkdir modules/.libs gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -I../src/misc -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT modules/libvlccore_la-modules.lo -MD -MP -MF modules/.deps/libvlccore_la-modules.Tpo -c modules/modules.c -fPIC -DPIC -o modules/.libs/libvlccore_la-modules.o mv -f modules/.deps/libvlccore_la-modules.Tpo modules/.deps/libvlccore_la-modules.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX `top_builddir=".." ../vlc-config --cflags libvlc` -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT modules/libvlccore_la-cache.lo -MD -MP -MF modules/.deps/libvlccore_la-cache.Tpo -c -o modules/libvlccore_la-cache.lo `test -f 'modules/cache.c' || echo './'`modules/cache.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -I../src/misc -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT modules/libvlccore_la-cache.lo -MD -MP -MF modules/.deps/libvlccore_la-cache.Tpo -c modules/cache.c -fPIC -DPIC -o modules/.libs/libvlccore_la-cache.o mv -f modules/.deps/libvlccore_la-cache.Tpo modules/.deps/libvlccore_la-cache.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX `top_builddir=".." ../vlc-config --cflags libvlc` -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT modules/libvlccore_la-entry.lo -MD -MP -MF modules/.deps/libvlccore_la-entry.Tpo -c -o modules/libvlccore_la-entry.lo `test -f 'modules/entry.c' || echo './'`modules/entry.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -I../src/misc -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT modules/libvlccore_la-entry.lo -MD -MP -MF modules/.deps/libvlccore_la-entry.Tpo -c modules/entry.c -fPIC -DPIC -o modules/.libs/libvlccore_la-entry.o mv -f modules/.deps/libvlccore_la-entry.Tpo modules/.deps/libvlccore_la-entry.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX `top_builddir=".." ../vlc-config --cflags libvlc` -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT modules/libvlccore_la-os.lo -MD -MP -MF modules/.deps/libvlccore_la-os.Tpo -c -o modules/libvlccore_la-os.lo `test -f 'modules/os.c' || echo './'`modules/os.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -I../src/misc -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT modules/libvlccore_la-os.lo -MD -MP -MF modules/.deps/libvlccore_la-os.Tpo -c modules/os.c -fPIC -DPIC -o modules/.libs/libvlccore_la-os.o mv -f modules/.deps/libvlccore_la-os.Tpo modules/.deps/libvlccore_la-os.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX `top_builddir=".." ../vlc-config --cflags libvlc` -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT misc/libvlccore_la-threads.lo -MD -MP -MF misc/.deps/libvlccore_la-threads.Tpo -c -o misc/libvlccore_la-threads.lo `test -f 'misc/threads.c' || echo './'`misc/threads.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -I../src/misc -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT misc/libvlccore_la-threads.lo -MD -MP -MF misc/.deps/libvlccore_la-threads.Tpo -c misc/threads.c -fPIC -DPIC -o misc/.libs/libvlccore_la-threads.o mv -f misc/.deps/libvlccore_la-threads.Tpo misc/.deps/libvlccore_la-threads.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX `top_builddir=".." ../vlc-config --cflags libvlc` -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT misc/libvlccore_la-stats.lo -MD -MP -MF misc/.deps/libvlccore_la-stats.Tpo -c -o misc/libvlccore_la-stats.lo `test -f 'misc/stats.c' || echo './'`misc/stats.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -I../src/misc -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT misc/libvlccore_la-stats.lo -MD -MP -MF misc/.deps/libvlccore_la-stats.Tpo -c misc/stats.c -fPIC -DPIC -o misc/.libs/libvlccore_la-stats.o mv -f misc/.deps/libvlccore_la-stats.Tpo misc/.deps/libvlccore_la-stats.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX `top_builddir=".." ../vlc-config --cflags libvlc` -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT misc/libvlccore_la-cpu.lo -MD -MP -MF misc/.deps/libvlccore_la-cpu.Tpo -c -o misc/libvlccore_la-cpu.lo `test -f 'misc/cpu.c' || echo './'`misc/cpu.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -I../src/misc -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT misc/libvlccore_la-cpu.lo -MD -MP -MF misc/.deps/libvlccore_la-cpu.Tpo -c misc/cpu.c -fPIC -DPIC -o misc/.libs/libvlccore_la-cpu.o mv -f misc/.deps/libvlccore_la-cpu.Tpo misc/.deps/libvlccore_la-cpu.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX `top_builddir=".." ../vlc-config --cflags libvlc` -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT misc/libvlccore_la-action.lo -MD -MP -MF misc/.deps/libvlccore_la-action.Tpo -c -o misc/libvlccore_la-action.lo `test -f 'misc/action.c' || echo './'`misc/action.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -I../src/misc -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT misc/libvlccore_la-action.lo -MD -MP -MF misc/.deps/libvlccore_la-action.Tpo -c misc/action.c -fPIC -DPIC -o misc/.libs/libvlccore_la-action.o mv -f misc/.deps/libvlccore_la-action.Tpo misc/.deps/libvlccore_la-action.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX `top_builddir=".." ../vlc-config --cflags libvlc` -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT config/libvlccore_la-core.lo -MD -MP -MF config/.deps/libvlccore_la-core.Tpo -c -o config/libvlccore_la-core.lo `test -f 'config/core.c' || echo './'`config/core.c mkdir config/.libs gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -I../src/misc -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT config/libvlccore_la-core.lo -MD -MP -MF config/.deps/libvlccore_la-core.Tpo -c config/core.c -fPIC -DPIC -o config/.libs/libvlccore_la-core.o mv -f config/.deps/libvlccore_la-core.Tpo config/.deps/libvlccore_la-core.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX `top_builddir=".." ../vlc-config --cflags libvlc` -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT config/libvlccore_la-dirs.lo -MD -MP -MF config/.deps/libvlccore_la-dirs.Tpo -c -o config/libvlccore_la-dirs.lo `test -f 'config/dirs.c' || echo './'`config/dirs.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -I../src/misc -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT config/libvlccore_la-dirs.lo -MD -MP -MF config/.deps/libvlccore_la-dirs.Tpo -c config/dirs.c -fPIC -DPIC -o config/.libs/libvlccore_la-dirs.o mv -f config/.deps/libvlccore_la-dirs.Tpo config/.deps/libvlccore_la-dirs.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX `top_builddir=".." ../vlc-config --cflags libvlc` -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT config/libvlccore_la-chain.lo -MD -MP -MF config/.deps/libvlccore_la-chain.Tpo -c -o config/libvlccore_la-chain.lo `test -f 'config/chain.c' || echo './'`config/chain.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -I../src/misc -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT config/libvlccore_la-chain.lo -MD -MP -MF config/.deps/libvlccore_la-chain.Tpo -c config/chain.c -fPIC -DPIC -o config/.libs/libvlccore_la-chain.o mv -f config/.deps/libvlccore_la-chain.Tpo config/.deps/libvlccore_la-chain.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX `top_builddir=".." ../vlc-config --cflags libvlc` -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT config/libvlccore_la-file.lo -MD -MP -MF config/.deps/libvlccore_la-file.Tpo -c -o config/libvlccore_la-file.lo `test -f 'config/file.c' || echo './'`config/file.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -I../src/misc -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT config/libvlccore_la-file.lo -MD -MP -MF config/.deps/libvlccore_la-file.Tpo -c config/file.c -fPIC -DPIC -o config/.libs/libvlccore_la-file.o mv -f config/.deps/libvlccore_la-file.Tpo config/.deps/libvlccore_la-file.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX `top_builddir=".." ../vlc-config --cflags libvlc` -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT config/libvlccore_la-intf.lo -MD -MP -MF config/.deps/libvlccore_la-intf.Tpo -c -o config/libvlccore_la-intf.lo `test -f 'config/intf.c' || echo './'`config/intf.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -I../src/misc -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT config/libvlccore_la-intf.lo -MD -MP -MF config/.deps/libvlccore_la-intf.Tpo -c config/intf.c -fPIC -DPIC -o config/.libs/libvlccore_la-intf.o mv -f config/.deps/libvlccore_la-intf.Tpo config/.deps/libvlccore_la-intf.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX `top_builddir=".." ../vlc-config --cflags libvlc` -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT config/libvlccore_la-cmdline.lo -MD -MP -MF config/.deps/libvlccore_la-cmdline.Tpo -c -o config/libvlccore_la-cmdline.lo `test -f 'config/cmdline.c' || echo './'`config/cmdline.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -I../src/misc -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT config/libvlccore_la-cmdline.lo -MD -MP -MF config/.deps/libvlccore_la-cmdline.Tpo -c config/cmdline.c -fPIC -DPIC -o config/.libs/libvlccore_la-cmdline.o mv -f config/.deps/libvlccore_la-cmdline.Tpo config/.deps/libvlccore_la-cmdline.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX `top_builddir=".." ../vlc-config --cflags libvlc` -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT misc/libvlccore_la-events.lo -MD -MP -MF misc/.deps/libvlccore_la-events.Tpo -c -o misc/libvlccore_la-events.lo `test -f 'misc/events.c' || echo './'`misc/events.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -I../src/misc -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT misc/libvlccore_la-events.lo -MD -MP -MF misc/.deps/libvlccore_la-events.Tpo -c misc/events.c -fPIC -DPIC -o misc/.libs/libvlccore_la-events.o mv -f misc/.deps/libvlccore_la-events.Tpo misc/.deps/libvlccore_la-events.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX `top_builddir=".." ../vlc-config --cflags libvlc` -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT misc/libvlccore_la-image.lo -MD -MP -MF misc/.deps/libvlccore_la-image.Tpo -c -o misc/libvlccore_la-image.lo `test -f 'misc/image.c' || echo './'`misc/image.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -I../src/misc -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT misc/libvlccore_la-image.lo -MD -MP -MF misc/.deps/libvlccore_la-image.Tpo -c misc/image.c -fPIC -DPIC -o misc/.libs/libvlccore_la-image.o mv -f misc/.deps/libvlccore_la-image.Tpo misc/.deps/libvlccore_la-image.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX `top_builddir=".." ../vlc-config --cflags libvlc` -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT misc/libvlccore_la-messages.lo -MD -MP -MF misc/.deps/libvlccore_la-messages.Tpo -c -o misc/libvlccore_la-messages.lo `test -f 'misc/messages.c' || echo './'`misc/messages.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -I../src/misc -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT misc/libvlccore_la-messages.lo -MD -MP -MF misc/.deps/libvlccore_la-messages.Tpo -c misc/messages.c -fPIC -DPIC -o misc/.libs/libvlccore_la-messages.o mv -f misc/.deps/libvlccore_la-messages.Tpo misc/.deps/libvlccore_la-messages.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX `top_builddir=".." ../vlc-config --cflags libvlc` -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT misc/libvlccore_la-objects.lo -MD -MP -MF misc/.deps/libvlccore_la-objects.Tpo -c -o misc/libvlccore_la-objects.lo `test -f 'misc/objects.c' || echo './'`misc/objects.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -I../src/misc -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT misc/libvlccore_la-objects.lo -MD -MP -MF misc/.deps/libvlccore_la-objects.Tpo -c misc/objects.c -fPIC -DPIC -o misc/.libs/libvlccore_la-objects.o mv -f misc/.deps/libvlccore_la-objects.Tpo misc/.deps/libvlccore_la-objects.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX `top_builddir=".." ../vlc-config --cflags libvlc` -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT misc/libvlccore_la-variables.lo -MD -MP -MF misc/.deps/libvlccore_la-variables.Tpo -c -o misc/libvlccore_la-variables.lo `test -f 'misc/variables.c' || echo './'`misc/variables.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -I../src/misc -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT misc/libvlccore_la-variables.lo -MD -MP -MF misc/.deps/libvlccore_la-variables.Tpo -c misc/variables.c -fPIC -DPIC -o misc/.libs/libvlccore_la-variables.o mv -f misc/.deps/libvlccore_la-variables.Tpo misc/.deps/libvlccore_la-variables.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX `top_builddir=".." ../vlc-config --cflags libvlc` -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT misc/libvlccore_la-error.lo -MD -MP -MF misc/.deps/libvlccore_la-error.Tpo -c -o misc/libvlccore_la-error.lo `test -f 'misc/error.c' || echo './'`misc/error.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -I../src/misc -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT misc/libvlccore_la-error.lo -MD -MP -MF misc/.deps/libvlccore_la-error.Tpo -c misc/error.c -fPIC -DPIC -o misc/.libs/libvlccore_la-error.o mv -f misc/.deps/libvlccore_la-error.Tpo misc/.deps/libvlccore_la-error.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX `top_builddir=".." ../vlc-config --cflags libvlc` -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT misc/libvlccore_la-update.lo -MD -MP -MF misc/.deps/libvlccore_la-update.Tpo -c -o misc/libvlccore_la-update.lo `test -f 'misc/update.c' || echo './'`misc/update.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -I../src/misc -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT misc/libvlccore_la-update.lo -MD -MP -MF misc/.deps/libvlccore_la-update.Tpo -c misc/update.c -fPIC -DPIC -o misc/.libs/libvlccore_la-update.o mv -f misc/.deps/libvlccore_la-update.Tpo misc/.deps/libvlccore_la-update.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX `top_builddir=".." ../vlc-config --cflags libvlc` -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT misc/libvlccore_la-xml.lo -MD -MP -MF misc/.deps/libvlccore_la-xml.Tpo -c -o misc/libvlccore_la-xml.lo `test -f 'misc/xml.c' || echo './'`misc/xml.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -I../src/misc -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT misc/libvlccore_la-xml.lo -MD -MP -MF misc/.deps/libvlccore_la-xml.Tpo -c misc/xml.c -fPIC -DPIC -o misc/.libs/libvlccore_la-xml.o mv -f misc/.deps/libvlccore_la-xml.Tpo misc/.deps/libvlccore_la-xml.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX `top_builddir=".." ../vlc-config --cflags libvlc` -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT misc/libvlccore_la-devices.lo -MD -MP -MF misc/.deps/libvlccore_la-devices.Tpo -c -o misc/libvlccore_la-devices.lo `test -f 'misc/devices.c' || echo './'`misc/devices.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -I../src/misc -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT misc/libvlccore_la-devices.lo -MD -MP -MF misc/.deps/libvlccore_la-devices.Tpo -c misc/devices.c -fPIC -DPIC -o misc/.libs/libvlccore_la-devices.o mv -f misc/.deps/libvlccore_la-devices.Tpo misc/.deps/libvlccore_la-devices.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX `top_builddir=".." ../vlc-config --cflags libvlc` -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT extras/libvlccore_la-libc.lo -MD -MP -MF extras/.deps/libvlccore_la-libc.Tpo -c -o extras/libvlccore_la-libc.lo `test -f 'extras/libc.c' || echo './'`extras/libc.c mkdir extras/.libs gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -I../src/misc -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT extras/libvlccore_la-libc.lo -MD -MP -MF extras/.deps/libvlccore_la-libc.Tpo -c extras/libc.c -fPIC -DPIC -o extras/.libs/libvlccore_la-libc.o mv -f extras/.deps/libvlccore_la-libc.Tpo extras/.deps/libvlccore_la-libc.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX `top_builddir=".." ../vlc-config --cflags libvlc` -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT misc/libvlccore_la-filter_chain.lo -MD -MP -MF misc/.deps/libvlccore_la-filter_chain.Tpo -c -o misc/libvlccore_la-filter_chain.lo `test -f 'misc/filter_chain.c' || echo './'`misc/filter_chain.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -I../src/misc -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT misc/libvlccore_la-filter_chain.lo -MD -MP -MF misc/.deps/libvlccore_la-filter_chain.Tpo -c misc/filter_chain.c -fPIC -DPIC -o misc/.libs/libvlccore_la-filter_chain.o misc/filter_chain.c: In function ‘VideoBufferDelete’: misc/filter_chain.c:464: warning: unused parameter ‘p_filter’ mv -f misc/.deps/libvlccore_la-filter_chain.Tpo misc/.deps/libvlccore_la-filter_chain.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX `top_builddir=".." ../vlc-config --cflags libvlc` -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT misc/libvlccore_la-linux_specific.lo -MD -MP -MF misc/.deps/libvlccore_la-linux_specific.Tpo -c -o misc/libvlccore_la-linux_specific.lo `test -f 'misc/linux_specific.c' || echo './'`misc/linux_specific.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -I../src/misc -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT misc/libvlccore_la-linux_specific.lo -MD -MP -MF misc/.deps/libvlccore_la-linux_specific.Tpo -c misc/linux_specific.c -fPIC -DPIC -o misc/.libs/libvlccore_la-linux_specific.o mv -f misc/.deps/libvlccore_la-linux_specific.Tpo misc/.deps/libvlccore_la-linux_specific.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX `top_builddir=".." ../vlc-config --cflags libvlc` -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT stream_output/libvlccore_la-stream_output.lo -MD -MP -MF stream_output/.deps/libvlccore_la-stream_output.Tpo -c -o stream_output/libvlccore_la-stream_output.lo `test -f 'stream_output/stream_output.c' || echo './'`stream_output/stream_output.c mkdir stream_output/.libs gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -I../src/misc -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT stream_output/libvlccore_la-stream_output.lo -MD -MP -MF stream_output/.deps/libvlccore_la-stream_output.Tpo -c stream_output/stream_output.c -fPIC -DPIC -o stream_output/.libs/libvlccore_la-stream_output.o mv -f stream_output/.deps/libvlccore_la-stream_output.Tpo stream_output/.deps/libvlccore_la-stream_output.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX `top_builddir=".." ../vlc-config --cflags libvlc` -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT stream_output/libvlccore_la-announce.lo -MD -MP -MF stream_output/.deps/libvlccore_la-announce.Tpo -c -o stream_output/libvlccore_la-announce.lo `test -f 'stream_output/announce.c' || echo './'`stream_output/announce.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -I../src/misc -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT stream_output/libvlccore_la-announce.lo -MD -MP -MF stream_output/.deps/libvlccore_la-announce.Tpo -c stream_output/announce.c -fPIC -DPIC -o stream_output/.libs/libvlccore_la-announce.o stream_output/announce.c: In function ‘sout_MethodRelease’: stream_output/announce.c:140: warning: unused parameter ‘m’ mv -f stream_output/.deps/libvlccore_la-announce.Tpo stream_output/.deps/libvlccore_la-announce.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX `top_builddir=".." ../vlc-config --cflags libvlc` -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT stream_output/libvlccore_la-sap.lo -MD -MP -MF stream_output/.deps/libvlccore_la-sap.Tpo -c -o stream_output/libvlccore_la-sap.lo `test -f 'stream_output/sap.c' || echo './'`stream_output/sap.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -I../src/misc -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT stream_output/libvlccore_la-sap.lo -MD -MP -MF stream_output/.deps/libvlccore_la-sap.Tpo -c stream_output/sap.c -fPIC -DPIC -o stream_output/.libs/libvlccore_la-sap.o mv -f stream_output/.deps/libvlccore_la-sap.Tpo stream_output/.deps/libvlccore_la-sap.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX `top_builddir=".." ../vlc-config --cflags libvlc` -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT stream_output/libvlccore_la-sdp.lo -MD -MP -MF stream_output/.deps/libvlccore_la-sdp.Tpo -c -o stream_output/libvlccore_la-sdp.lo `test -f 'stream_output/sdp.c' || echo './'`stream_output/sdp.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -I../src/misc -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT stream_output/libvlccore_la-sdp.lo -MD -MP -MF stream_output/.deps/libvlccore_la-sdp.Tpo -c stream_output/sdp.c -fPIC -DPIC -o stream_output/.libs/libvlccore_la-sdp.o mv -f stream_output/.deps/libvlccore_la-sdp.Tpo stream_output/.deps/libvlccore_la-sdp.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX `top_builddir=".." ../vlc-config --cflags libvlc` -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT input/libvlccore_la-vlm.lo -MD -MP -MF input/.deps/libvlccore_la-vlm.Tpo -c -o input/libvlccore_la-vlm.lo `test -f 'input/vlm.c' || echo './'`input/vlm.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -I../src/misc -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT input/libvlccore_la-vlm.lo -MD -MP -MF input/.deps/libvlccore_la-vlm.Tpo -c input/vlm.c -fPIC -DPIC -o input/.libs/libvlccore_la-vlm.o mv -f input/.deps/libvlccore_la-vlm.Tpo input/.deps/libvlccore_la-vlm.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX `top_builddir=".." ../vlc-config --cflags libvlc` -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT input/libvlccore_la-vlmshell.lo -MD -MP -MF input/.deps/libvlccore_la-vlmshell.Tpo -c -o input/libvlccore_la-vlmshell.lo `test -f 'input/vlmshell.c' || echo './'`input/vlmshell.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -I../src/misc -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT input/libvlccore_la-vlmshell.lo -MD -MP -MF input/.deps/libvlccore_la-vlmshell.Tpo -c input/vlmshell.c -fPIC -DPIC -o input/.libs/libvlccore_la-vlmshell.o mv -f input/.deps/libvlccore_la-vlmshell.Tpo input/.deps/libvlccore_la-vlmshell.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX `top_builddir=".." ../vlc-config --cflags libvlc` -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT misc/libvlccore_la-revision.lo -MD -MP -MF misc/.deps/libvlccore_la-revision.Tpo -c -o misc/libvlccore_la-revision.lo `test -f 'misc/revision.c' || echo './'`misc/revision.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -I../src/misc -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT misc/libvlccore_la-revision.lo -MD -MP -MF misc/.deps/libvlccore_la-revision.Tpo -c misc/revision.c -fPIC -DPIC -o misc/.libs/libvlccore_la-revision.o mv -f misc/.deps/libvlccore_la-revision.Tpo misc/.deps/libvlccore_la-revision.Plo /bin/bash ../libtool --tag=CC --mode=link gcc -std=gnu99 `top_builddir=".." ../vlc-config --cflags libvlc` -DMODULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var `top_builddir=".." ../vlc-config --ldflags libvlc` -no-undefined -export-symbols ./libvlccore.sym -version-info 0:2:0 -o libvlccore.la -rpath /usr/local/lib libvlccore_la-libvlc.lo libvlccore_la-libvlc-module.lo libvlccore_la-version.lo interface/libvlccore_la-interface.lo interface/libvlccore_la-intf_eject.lo interface/libvlccore_la-interaction.lo playlist/libvlccore_la-thread.lo playlist/libvlccore_la-control.lo playlist/libvlccore_la-engine.lo playlist/libvlccore_la-sort.lo playlist/libvlccore_la-loadsave.lo playlist/libvlccore_la-tree.lo playlist/libvlccore_la-item.lo playlist/libvlccore_la-search.lo playlist/libvlccore_la-services_discovery.lo input/libvlccore_la-item.lo input/libvlccore_la-access.lo input/libvlccore_la-clock.lo input/libvlccore_la-control.lo input/libvlccore_la-decoder.lo input/libvlccore_la-decoder_synchro.lo input/libvlccore_la-demux.lo input/libvlccore_la-es_out.lo input/libvlccore_la-input.lo input/libvlccore_la-meta.lo input/libvlccore_la-stream.lo input/libvlccore_la-mem_stream.lo input/libvlccore_la-subtitles.lo input/libvlccore_la-var.lo video_output/libvlccore_la-video_output.lo video_output/libvlccore_la-vout_pictures.lo video_output/libvlccore_la-video_text.lo video_output/libvlccore_la-video_widgets.lo video_output/libvlccore_la-vout_subpictures.lo video_output/libvlccore_la-vout_intf.lo audio_output/libvlccore_la-common.lo audio_output/libvlccore_la-dec.lo audio_output/libvlccore_la-filters.lo audio_output/libvlccore_la-input.lo audio_output/libvlccore_la-mixer.lo audio_output/libvlccore_la-output.lo audio_output/libvlccore_la-intf.lo osd/libvlccore_la-osd.lo osd/libvlccore_la-osd_text.lo osd/libvlccore_la-osd_widgets.lo network/libvlccore_la-acl.lo network/libvlccore_la-getaddrinfo.lo network/libvlccore_la-io.lo network/libvlccore_la-tcp.lo network/libvlccore_la-udp.lo network/libvlccore_la-httpd.lo network/libvlccore_la-rootbind.lo network/libvlccore_la-tls.lo network/libvlccore_la-poll.lo text/libvlccore_la-charset.lo text/libvlccore_la-strings.lo text/libvlccore_la-unicode.lo text/libvlccore_la-wincp.lo text/libvlccore_la-iso_lang.lo misc/libvlccore_la-md5.lo misc/libvlccore_la-rand.lo misc/libvlccore_la-mtime.lo misc/libvlccore_la-block.lo misc/libvlccore_la-es_format.lo modules/libvlccore_la-modules.lo modules/libvlccore_la-cache.lo modules/libvlccore_la-entry.lo modules/libvlccore_la-os.lo misc/libvlccore_la-threads.lo misc/libvlccore_la-stats.lo misc/libvlccore_la-cpu.lo misc/libvlccore_la-action.lo config/libvlccore_la-core.lo config/libvlccore_la-dirs.lo config/libvlccore_la-chain.lo config/libvlccore_la-file.lo config/libvlccore_la-intf.lo config/libvlccore_la-cmdline.lo misc/libvlccore_la-events.lo misc/libvlccore_la-image.lo misc/libvlccore_la-messages.lo misc/libvlccore_la-objects.lo misc/libvlccore_la-variables.lo misc/libvlccore_la-error.lo misc/libvlccore_la-update.lo misc/libvlccore_la-xml.lo misc/libvlccore_la-devices.lo extras/libvlccore_la-libc.lo misc/libvlccore_la-filter_chain.lo misc/libvlccore_la-linux_specific.lo stream_output/libvlccore_la-stream_output.lo stream_output/libvlccore_la-announce.lo stream_output/libvlccore_la-sap.lo stream_output/libvlccore_la-sdp.lo input/libvlccore_la-vlm.lo input/libvlccore_la-vlmshell.lo misc/libvlccore_la-revision.lo `top_builddir=".." ../vlc-config -libs libvlc` echo "{ global:" > .libs/libvlccore.ver cat ./libvlccore.sym | sed -e "s/\(.*\)/\1;/" >> .libs/libvlccore.ver echo "local: *; };" >> .libs/libvlccore.ver gcc -std=gnu99 -shared .libs/libvlccore_la-libvlc.o .libs/libvlccore_la-libvlc-module.o .libs/libvlccore_la-version.o interface/.libs/libvlccore_la-interface.o interface/.libs/libvlccore_la-intf_eject.o interface/.libs/libvlccore_la-interaction.o playlist/.libs/libvlccore_la-thread.o playlist/.libs/libvlccore_la-control.o playlist/.libs/libvlccore_la-engine.o playlist/.libs/libvlccore_la-sort.o playlist/.libs/libvlccore_la-loadsave.o playlist/.libs/libvlccore_la-tree.o playlist/.libs/libvlccore_la-item.o playlist/.libs/libvlccore_la-search.o playlist/.libs/libvlccore_la-services_discovery.o input/.libs/libvlccore_la-item.o input/.libs/libvlccore_la-access.o input/.libs/libvlccore_la-clock.o input/.libs/libvlccore_la-control.o input/.libs/libvlccore_la-decoder.o input/.libs/libvlccore_la-decoder_synchro.o input/.libs/libvlccore_la-demux.o input/.libs/libvlccore_la-es_out.o input/.libs/libvlccore_la-input.o input/.libs/libvlccore_la-meta.o input/.libs/libvlccore_la-stream.o input/.libs/libvlccore_la-mem_stream.o input/.libs/libvlccore_la-subtitles.o input/.libs/libvlccore_la-var.o video_output/.libs/libvlccore_la-video_output.o video_output/.libs/libvlccore_la-vout_pictures.o video_output/.libs/libvlccore_la-video_text.o video_output/.libs/libvlccore_la-video_widgets.o video_output/.libs/libvlccore_la-vout_subpictures.o video_output/.libs/libvlccore_la-vout_intf.o audio_output/.libs/libvlccore_la-common.o audio_output/.libs/libvlccore_la-dec.o audio_output/.libs/libvlccore_la-filters.o audio_output/.libs/libvlccore_la-input.o audio_output/.libs/libvlccore_la-mixer.o audio_output/.libs/libvlccore_la-output.o audio_output/.libs/libvlccore_la-intf.o osd/.libs/libvlccore_la-osd.o osd/.libs/libvlccore_la-osd_text.o osd/.libs/libvlccore_la-osd_widgets.o network/.libs/libvlccore_la-acl.o network/.libs/libvlccore_la-getaddrinfo.o network/.libs/libvlccore_la-io.o network/.libs/libvlccore_la-tcp.o network/.libs/libvlccore_la-udp.o network/.libs/libvlccore_la-httpd.o network/.libs/libvlccore_la-rootbind.o network/.libs/libvlccore_la-tls.o network/.libs/libvlccore_la-poll.o text/.libs/libvlccore_la-charset.o text/.libs/libvlccore_la-strings.o text/.libs/libvlccore_la-unicode.o text/.libs/libvlccore_la-wincp.o text/.libs/libvlccore_la-iso_lang.o misc/.libs/libvlccore_la-md5.o misc/.libs/libvlccore_la-rand.o misc/.libs/libvlccore_la-mtime.o misc/.libs/libvlccore_la-block.o misc/.libs/libvlccore_la-es_format.o modules/.libs/libvlccore_la-modules.o modules/.libs/libvlccore_la-cache.o modules/.libs/libvlccore_la-entry.o modules/.libs/libvlccore_la-os.o misc/.libs/libvlccore_la-threads.o misc/.libs/libvlccore_la-stats.o misc/.libs/libvlccore_la-cpu.o misc/.libs/libvlccore_la-action.o config/.libs/libvlccore_la-core.o config/.libs/libvlccore_la-dirs.o config/.libs/libvlccore_la-chain.o config/.libs/libvlccore_la-file.o config/.libs/libvlccore_la-intf.o config/.libs/libvlccore_la-cmdline.o misc/.libs/libvlccore_la-events.o misc/.libs/libvlccore_la-image.o misc/.libs/libvlccore_la-messages.o misc/.libs/libvlccore_la-objects.o misc/.libs/libvlccore_la-variables.o misc/.libs/libvlccore_la-error.o misc/.libs/libvlccore_la-update.o misc/.libs/libvlccore_la-xml.o misc/.libs/libvlccore_la-devices.o extras/.libs/libvlccore_la-libc.o misc/.libs/libvlccore_la-filter_chain.o misc/.libs/libvlccore_la-linux_specific.o stream_output/.libs/libvlccore_la-stream_output.o stream_output/.libs/libvlccore_la-announce.o stream_output/.libs/libvlccore_la-sap.o stream_output/.libs/libvlccore_la-sdp.o input/.libs/libvlccore_la-vlm.o input/.libs/libvlccore_la-vlmshell.o misc/.libs/libvlccore_la-revision.o -lhal -ldbus-1 -lrt -lpthread -ldl -lm -mtune=pentium2 -Wl,-soname -Wl,libvlccore.so.0 -Wl,-version-script -Wl,.libs/libvlccore.ver -o .libs/libvlccore.so.0.0.2 (cd .libs && rm -f libvlccore.so.0 && ln -s libvlccore.so.0.0.2 libvlccore.so.0) (cd .libs && rm -f libvlccore.so && ln -s libvlccore.so.0.0.2 libvlccore.so) creating libvlccore.la (cd .libs && rm -f libvlccore.la && ln -s ../libvlccore.la libvlccore.la) /bin/bash ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX `top_builddir=".." ../vlc-config --cflags libvlc` -DMODULE_STRING=\"control\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT control/libvlc_la-core.lo -MD -MP -MF control/.deps/libvlc_la-core.Tpo -c -o control/libvlc_la-core.lo `test -f 'control/core.c' || echo './'`control/core.c mkdir control/.libs gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -I../src/misc -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DMODULE_STRING=\"control\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT control/libvlc_la-core.lo -MD -MP -MF control/.deps/libvlc_la-core.Tpo -c control/core.c -fPIC -DPIC -o control/.libs/libvlc_la-core.o mv -f control/.deps/libvlc_la-core.Tpo control/.deps/libvlc_la-core.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX `top_builddir=".." ../vlc-config --cflags libvlc` -DMODULE_STRING=\"control\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT control/libvlc_la-log.lo -MD -MP -MF control/.deps/libvlc_la-log.Tpo -c -o control/libvlc_la-log.lo `test -f 'control/log.c' || echo './'`control/log.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -I../src/misc -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DMODULE_STRING=\"control\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT control/libvlc_la-log.lo -MD -MP -MF control/.deps/libvlc_la-log.Tpo -c control/log.c -fPIC -DPIC -o control/.libs/libvlc_la-log.o mv -f control/.deps/libvlc_la-log.Tpo control/.deps/libvlc_la-log.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX `top_builddir=".." ../vlc-config --cflags libvlc` -DMODULE_STRING=\"control\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT control/libvlc_la-playlist.lo -MD -MP -MF control/.deps/libvlc_la-playlist.Tpo -c -o control/libvlc_la-playlist.lo `test -f 'control/playlist.c' || echo './'`control/playlist.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -I../src/misc -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DMODULE_STRING=\"control\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT control/libvlc_la-playlist.lo -MD -MP -MF control/.deps/libvlc_la-playlist.Tpo -c control/playlist.c -fPIC -DPIC -o control/.libs/libvlc_la-playlist.o mv -f control/.deps/libvlc_la-playlist.Tpo control/.deps/libvlc_la-playlist.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX `top_builddir=".." ../vlc-config --cflags libvlc` -DMODULE_STRING=\"control\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT control/libvlc_la-vlm.lo -MD -MP -MF control/.deps/libvlc_la-vlm.Tpo -c -o control/libvlc_la-vlm.lo `test -f 'control/vlm.c' || echo './'`control/vlm.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -I../src/misc -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DMODULE_STRING=\"control\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT control/libvlc_la-vlm.lo -MD -MP -MF control/.deps/libvlc_la-vlm.Tpo -c control/vlm.c -fPIC -DPIC -o control/.libs/libvlc_la-vlm.o mv -f control/.deps/libvlc_la-vlm.Tpo control/.deps/libvlc_la-vlm.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX `top_builddir=".." ../vlc-config --cflags libvlc` -DMODULE_STRING=\"control\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT control/libvlc_la-video.lo -MD -MP -MF control/.deps/libvlc_la-video.Tpo -c -o control/libvlc_la-video.lo `test -f 'control/video.c' || echo './'`control/video.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -I../src/misc -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DMODULE_STRING=\"control\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT control/libvlc_la-video.lo -MD -MP -MF control/.deps/libvlc_la-video.Tpo -c control/video.c -fPIC -DPIC -o control/.libs/libvlc_la-video.o mv -f control/.deps/libvlc_la-video.Tpo control/.deps/libvlc_la-video.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX `top_builddir=".." ../vlc-config --cflags libvlc` -DMODULE_STRING=\"control\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT control/libvlc_la-audio.lo -MD -MP -MF control/.deps/libvlc_la-audio.Tpo -c -o control/libvlc_la-audio.lo `test -f 'control/audio.c' || echo './'`control/audio.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -I../src/misc -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DMODULE_STRING=\"control\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT control/libvlc_la-audio.lo -MD -MP -MF control/.deps/libvlc_la-audio.Tpo -c control/audio.c -fPIC -DPIC -o control/.libs/libvlc_la-audio.o mv -f control/.deps/libvlc_la-audio.Tpo control/.deps/libvlc_la-audio.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX `top_builddir=".." ../vlc-config --cflags libvlc` -DMODULE_STRING=\"control\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT control/libvlc_la-event.lo -MD -MP -MF control/.deps/libvlc_la-event.Tpo -c -o control/libvlc_la-event.lo `test -f 'control/event.c' || echo './'`control/event.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -I../src/misc -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DMODULE_STRING=\"control\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT control/libvlc_la-event.lo -MD -MP -MF control/.deps/libvlc_la-event.Tpo -c control/event.c -fPIC -DPIC -o control/.libs/libvlc_la-event.o mv -f control/.deps/libvlc_la-event.Tpo control/.deps/libvlc_la-event.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX `top_builddir=".." ../vlc-config --cflags libvlc` -DMODULE_STRING=\"control\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT control/libvlc_la-flat_media_list_view.lo -MD -MP -MF control/.deps/libvlc_la-flat_media_list_view.Tpo -c -o control/libvlc_la-flat_media_list_view.lo `test -f 'control/flat_media_list_view.c' || echo './'`control/flat_media_list_view.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -I../src/misc -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DMODULE_STRING=\"control\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT control/libvlc_la-flat_media_list_view.lo -MD -MP -MF control/.deps/libvlc_la-flat_media_list_view.Tpo -c control/flat_media_list_view.c -fPIC -DPIC -o control/.libs/libvlc_la-flat_media_list_view.o mv -f control/.deps/libvlc_la-flat_media_list_view.Tpo control/.deps/libvlc_la-flat_media_list_view.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX `top_builddir=".." ../vlc-config --cflags libvlc` -DMODULE_STRING=\"control\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT control/libvlc_la-hierarchical_media_list_view.lo -MD -MP -MF control/.deps/libvlc_la-hierarchical_media_list_view.Tpo -c -o control/libvlc_la-hierarchical_media_list_view.lo `test -f 'control/hierarchical_media_list_view.c' || echo './'`control/hierarchical_media_list_view.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -I../src/misc -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DMODULE_STRING=\"control\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT control/libvlc_la-hierarchical_media_list_view.lo -MD -MP -MF control/.deps/libvlc_la-hierarchical_media_list_view.Tpo -c control/hierarchical_media_list_view.c -fPIC -DPIC -o control/.libs/libvlc_la-hierarchical_media_list_view.o mv -f control/.deps/libvlc_la-hierarchical_media_list_view.Tpo control/.deps/libvlc_la-hierarchical_media_list_view.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX `top_builddir=".." ../vlc-config --cflags libvlc` -DMODULE_STRING=\"control\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT control/libvlc_la-hierarchical_node_media_list_view.lo -MD -MP -MF control/.deps/libvlc_la-hierarchical_node_media_list_view.Tpo -c -o control/libvlc_la-hierarchical_node_media_list_view.lo `test -f 'control/hierarchical_node_media_list_view.c' || echo './'`control/hierarchical_node_media_list_view.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -I../src/misc -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DMODULE_STRING=\"control\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT control/libvlc_la-hierarchical_node_media_list_view.lo -MD -MP -MF control/.deps/libvlc_la-hierarchical_node_media_list_view.Tpo -c control/hierarchical_node_media_list_view.c -fPIC -DPIC -o control/.libs/libvlc_la-hierarchical_node_media_list_view.o mv -f control/.deps/libvlc_la-hierarchical_node_media_list_view.Tpo control/.deps/libvlc_la-hierarchical_node_media_list_view.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX `top_builddir=".." ../vlc-config --cflags libvlc` -DMODULE_STRING=\"control\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT control/libvlc_la-media.lo -MD -MP -MF control/.deps/libvlc_la-media.Tpo -c -o control/libvlc_la-media.lo `test -f 'control/media.c' || echo './'`control/media.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -I../src/misc -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DMODULE_STRING=\"control\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT control/libvlc_la-media.lo -MD -MP -MF control/.deps/libvlc_la-media.Tpo -c control/media.c -fPIC -DPIC -o control/.libs/libvlc_la-media.o mv -f control/.deps/libvlc_la-media.Tpo control/.deps/libvlc_la-media.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX `top_builddir=".." ../vlc-config --cflags libvlc` -DMODULE_STRING=\"control\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT control/libvlc_la-media_player.lo -MD -MP -MF control/.deps/libvlc_la-media_player.Tpo -c -o control/libvlc_la-media_player.lo `test -f 'control/media_player.c' || echo './'`control/media_player.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -I../src/misc -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DMODULE_STRING=\"control\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT control/libvlc_la-media_player.lo -MD -MP -MF control/.deps/libvlc_la-media_player.Tpo -c control/media_player.c -fPIC -DPIC -o control/.libs/libvlc_la-media_player.o mv -f control/.deps/libvlc_la-media_player.Tpo control/.deps/libvlc_la-media_player.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX `top_builddir=".." ../vlc-config --cflags libvlc` -DMODULE_STRING=\"control\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT control/libvlc_la-media_list.lo -MD -MP -MF control/.deps/libvlc_la-media_list.Tpo -c -o control/libvlc_la-media_list.lo `test -f 'control/media_list.c' || echo './'`control/media_list.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -I../src/misc -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DMODULE_STRING=\"control\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT control/libvlc_la-media_list.lo -MD -MP -MF control/.deps/libvlc_la-media_list.Tpo -c control/media_list.c -fPIC -DPIC -o control/.libs/libvlc_la-media_list.o mv -f control/.deps/libvlc_la-media_list.Tpo control/.deps/libvlc_la-media_list.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX `top_builddir=".." ../vlc-config --cflags libvlc` -DMODULE_STRING=\"control\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT control/libvlc_la-media_list_player.lo -MD -MP -MF control/.deps/libvlc_la-media_list_player.Tpo -c -o control/libvlc_la-media_list_player.lo `test -f 'control/media_list_player.c' || echo './'`control/media_list_player.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -I../src/misc -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DMODULE_STRING=\"control\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT control/libvlc_la-media_list_player.lo -MD -MP -MF control/.deps/libvlc_la-media_list_player.Tpo -c control/media_list_player.c -fPIC -DPIC -o control/.libs/libvlc_la-media_list_player.o mv -f control/.deps/libvlc_la-media_list_player.Tpo control/.deps/libvlc_la-media_list_player.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX `top_builddir=".." ../vlc-config --cflags libvlc` -DMODULE_STRING=\"control\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT control/libvlc_la-media_list_view.lo -MD -MP -MF control/.deps/libvlc_la-media_list_view.Tpo -c -o control/libvlc_la-media_list_view.lo `test -f 'control/media_list_view.c' || echo './'`control/media_list_view.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -I../src/misc -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DMODULE_STRING=\"control\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT control/libvlc_la-media_list_view.lo -MD -MP -MF control/.deps/libvlc_la-media_list_view.Tpo -c control/media_list_view.c -fPIC -DPIC -o control/.libs/libvlc_la-media_list_view.o mv -f control/.deps/libvlc_la-media_list_view.Tpo control/.deps/libvlc_la-media_list_view.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX `top_builddir=".." ../vlc-config --cflags libvlc` -DMODULE_STRING=\"control\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT control/libvlc_la-media_library.lo -MD -MP -MF control/.deps/libvlc_la-media_library.Tpo -c -o control/libvlc_la-media_library.lo `test -f 'control/media_library.c' || echo './'`control/media_library.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -I../src/misc -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DMODULE_STRING=\"control\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT control/libvlc_la-media_library.lo -MD -MP -MF control/.deps/libvlc_la-media_library.Tpo -c control/media_library.c -fPIC -DPIC -o control/.libs/libvlc_la-media_library.o mv -f control/.deps/libvlc_la-media_library.Tpo control/.deps/libvlc_la-media_library.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX `top_builddir=".." ../vlc-config --cflags libvlc` -DMODULE_STRING=\"control\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT control/libvlc_la-mediacontrol_core.lo -MD -MP -MF control/.deps/libvlc_la-mediacontrol_core.Tpo -c -o control/libvlc_la-mediacontrol_core.lo `test -f 'control/mediacontrol_core.c' || echo './'`control/mediacontrol_core.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -I../src/misc -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DMODULE_STRING=\"control\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT control/libvlc_la-mediacontrol_core.lo -MD -MP -MF control/.deps/libvlc_la-mediacontrol_core.Tpo -c control/mediacontrol_core.c -fPIC -DPIC -o control/.libs/libvlc_la-mediacontrol_core.o mv -f control/.deps/libvlc_la-mediacontrol_core.Tpo control/.deps/libvlc_la-mediacontrol_core.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX `top_builddir=".." ../vlc-config --cflags libvlc` -DMODULE_STRING=\"control\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT control/libvlc_la-mediacontrol_util.lo -MD -MP -MF control/.deps/libvlc_la-mediacontrol_util.Tpo -c -o control/libvlc_la-mediacontrol_util.lo `test -f 'control/mediacontrol_util.c' || echo './'`control/mediacontrol_util.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -I../src/misc -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DMODULE_STRING=\"control\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT control/libvlc_la-mediacontrol_util.lo -MD -MP -MF control/.deps/libvlc_la-mediacontrol_util.Tpo -c control/mediacontrol_util.c -fPIC -DPIC -o control/.libs/libvlc_la-mediacontrol_util.o mv -f control/.deps/libvlc_la-mediacontrol_util.Tpo control/.deps/libvlc_la-mediacontrol_util.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX `top_builddir=".." ../vlc-config --cflags libvlc` -DMODULE_STRING=\"control\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT control/libvlc_la-mediacontrol_audio_video.lo -MD -MP -MF control/.deps/libvlc_la-mediacontrol_audio_video.Tpo -c -o control/libvlc_la-mediacontrol_audio_video.lo `test -f 'control/mediacontrol_audio_video.c' || echo './'`control/mediacontrol_audio_video.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -I../src/misc -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DMODULE_STRING=\"control\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT control/libvlc_la-mediacontrol_audio_video.lo -MD -MP -MF control/.deps/libvlc_la-mediacontrol_audio_video.Tpo -c control/mediacontrol_audio_video.c -fPIC -DPIC -o control/.libs/libvlc_la-mediacontrol_audio_video.o mv -f control/.deps/libvlc_la-mediacontrol_audio_video.Tpo control/.deps/libvlc_la-mediacontrol_audio_video.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX `top_builddir=".." ../vlc-config --cflags libvlc` -DMODULE_STRING=\"control\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT control/libvlc_la-media_discoverer.lo -MD -MP -MF control/.deps/libvlc_la-media_discoverer.Tpo -c -o control/libvlc_la-media_discoverer.lo `test -f 'control/media_discoverer.c' || echo './'`control/media_discoverer.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -I../src/misc -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DMODULE_STRING=\"control\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT control/libvlc_la-media_discoverer.lo -MD -MP -MF control/.deps/libvlc_la-media_discoverer.Tpo -c control/media_discoverer.c -fPIC -DPIC -o control/.libs/libvlc_la-media_discoverer.o mv -f control/.deps/libvlc_la-media_discoverer.Tpo control/.deps/libvlc_la-media_discoverer.Plo /bin/bash ../libtool --tag=CC --mode=link gcc -std=gnu99 `top_builddir=".." ../vlc-config --cflags libvlc` -DMODULE_STRING=\"control\" -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -no-undefined -version-info 2:2:0 -export-symbols ./libvlc.sym -o libvlc.la -rpath /usr/local/lib control/libvlc_la-core.lo control/libvlc_la-log.lo control/libvlc_la-playlist.lo control/libvlc_la-vlm.lo control/libvlc_la-video.lo control/libvlc_la-audio.lo control/libvlc_la-event.lo control/libvlc_la-flat_media_list_view.lo control/libvlc_la-hierarchical_media_list_view.lo control/libvlc_la-hierarchical_node_media_list_view.lo control/libvlc_la-media.lo control/libvlc_la-media_player.lo control/libvlc_la-media_list.lo control/libvlc_la-media_list_player.lo control/libvlc_la-media_list_view.lo control/libvlc_la-media_library.lo control/libvlc_la-mediacontrol_core.lo control/libvlc_la-mediacontrol_util.lo control/libvlc_la-mediacontrol_audio_video.lo control/libvlc_la-media_discoverer.lo libvlccore.la echo "{ global:" > .libs/libvlc.ver cat ./libvlc.sym | sed -e "s/\(.*\)/\1;/" >> .libs/libvlc.ver echo "local: *; };" >> .libs/libvlc.ver gcc -std=gnu99 -shared control/.libs/libvlc_la-core.o control/.libs/libvlc_la-log.o control/.libs/libvlc_la-playlist.o control/.libs/libvlc_la-vlm.o control/.libs/libvlc_la-video.o control/.libs/libvlc_la-audio.o control/.libs/libvlc_la-event.o control/.libs/libvlc_la-flat_media_list_view.o control/.libs/libvlc_la-hierarchical_media_list_view.o control/.libs/libvlc_la-hierarchical_node_media_list_view.o control/.libs/libvlc_la-media.o control/.libs/libvlc_la-media_player.o control/.libs/libvlc_la-media_list.o control/.libs/libvlc_la-media_list_player.o control/.libs/libvlc_la-media_list_view.o control/.libs/libvlc_la-media_library.o control/.libs/libvlc_la-mediacontrol_core.o control/.libs/libvlc_la-mediacontrol_util.o control/.libs/libvlc_la-mediacontrol_audio_video.o control/.libs/libvlc_la-media_discoverer.o -Wl,--rpath -Wl,/home/loongson/thusneltheora/vlc-0.9.2/src/.libs ./.libs/libvlccore.so -mtune=pentium2 -Wl,-soname -Wl,libvlc.so.2 -Wl,-version-script -Wl,.libs/libvlc.ver -o .libs/libvlc.so.2.0.2 (cd .libs && rm -f libvlc.so.2 && ln -s libvlc.so.2.0.2 libvlc.so.2) (cd .libs && rm -f libvlc.so && ln -s libvlc.so.2.0.2 libvlc.so) creating libvlc.la (cd .libs && rm -f libvlc.la && ln -s ../libvlc.la libvlc.la) cd ".." && \ /bin/bash ./config.status --file="src/libvlc.pc" config.status: creating src/libvlc.pc cd ".." && \ /bin/bash ./config.status --file="src/vlc-plugin.pc" config.status: creating src/vlc-plugin.pc make[4]: Leaving directory `/home/loongson/thusneltheora/vlc-0.9.2/src' Making all in test make[4]: Entering directory `/home/loongson/thusneltheora/vlc-0.9.2/src/test' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/home/loongson/thusneltheora/vlc-0.9.2/src/test' make[3]: Leaving directory `/home/loongson/thusneltheora/vlc-0.9.2/src' make[2]: Leaving directory `/home/loongson/thusneltheora/vlc-0.9.2/src' Making all in libs/srtp make[2]: Entering directory `/home/loongson/thusneltheora/vlc-0.9.2/libs/srtp' /bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -DSYS_LINUX -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT srtp.lo -MD -MP -MF .deps/srtp.Tpo -c -o srtp.lo srtp.c mkdir .libs gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -DSYS_LINUX -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT srtp.lo -MD -MP -MF .deps/srtp.Tpo -c srtp.c -fPIC -DPIC -o .libs/srtp.o srtp.c:47: warning: missing initializer srtp.c:47: warning: (near initialization for ‘gcry_threads_pthread.read’) mv -f .deps/srtp.Tpo .deps/srtp.Plo /bin/bash ../../libtool --tag=CC --mode=link gcc -std=gnu99 -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -o libvlc_srtp.la srtp.lo -lgcrypt -lpthread ar cru .libs/libvlc_srtp.a .libs/srtp.o ranlib .libs/libvlc_srtp.a creating libvlc_srtp.la (cd .libs && rm -f libvlc_srtp.la && ln -s ../libvlc_srtp.la libvlc_srtp.la) make[2]: Leaving directory `/home/loongson/thusneltheora/vlc-0.9.2/libs/srtp' Making all in bin make[2]: Entering directory `/home/loongson/thusneltheora/vlc-0.9.2/bin' gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX `top_builddir=".." ../vlc-config --cflags vlc` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT vlc-vlc.o -MD -MP -MF .deps/vlc-vlc.Tpo -c -o vlc-vlc.o `test -f 'vlc.c' || echo './'`vlc.c vlc.c: In function ‘main’: vlc.c:140: warning: ‘libvlc_playlist_play’ is deprecated (declared at ../include/vlc/deprecated.h:102) mv -f .deps/vlc-vlc.Tpo .deps/vlc-vlc.Po /bin/bash ../libtool --tag=CC --mode=link gcc -std=gnu99 `top_builddir=".." ../vlc-config --cflags vlc` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var `top_builddir=".." ../vlc-config --ldflags vlc` -o vlc vlc-vlc.o ../src/libvlc.la ../src/libvlccore.la `top_builddir=".." ../vlc-config -libs vlc` mkdir .libs gcc -std=gnu99 -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -DMODULE_NAME=vlc -DMODULE_NAME_IS_vlc -DMODULE_STRING=\"vlc\" -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -o .libs/vlc vlc-vlc.o ../src/.libs/libvlc.so ../src/.libs/libvlccore.so creating vlc gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DSYS_LINUX -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT rootwrap.o -MD -MP -MF .deps/rootwrap.Tpo -c -o rootwrap.o rootwrap.c mv -f .deps/rootwrap.Tpo .deps/rootwrap.Po /bin/bash ../libtool --tag=CC --mode=link gcc -std=gnu99 -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -o vlc-wrapper rootwrap.o gcc -std=gnu99 -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -o vlc-wrapper rootwrap.o make[2]: Leaving directory `/home/loongson/thusneltheora/vlc-0.9.2/bin' Making all in modules make[2]: Entering directory `/home/loongson/thusneltheora/vlc-0.9.2/modules' Making all in access make[3]: Entering directory `/home/loongson/thusneltheora/vlc-0.9.2/modules/access' make all-recursive make[4]: Entering directory `/home/loongson/thusneltheora/vlc-0.9.2/modules/access' Making all in dvb make[5]: Entering directory `/home/loongson/thusneltheora/vlc-0.9.2/modules/access/dvb' make all-am make[6]: Entering directory `/home/loongson/thusneltheora/vlc-0.9.2/modules/access/dvb' /bin/bash ../../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -DSYS_LINUX `top_builddir="../../.." ../../../vlc-config --cflags plugin libdvb_plugin_la-access.lo` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libdvb_plugin_la-access.lo -MD -MP -MF .deps/libdvb_plugin_la-access.Tpo -c -o libdvb_plugin_la-access.lo `test -f 'access.c' || echo './'`access.c mkdir .libs gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -D__PLUGIN__ -DMODULE_NAME=dvb -DMODULE_NAME_IS_dvb -DMODULE_STRING=\"dvb\" -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libdvb_plugin_la-access.lo -MD -MP -MF .deps/libdvb_plugin_la-access.Tpo -c access.c -fPIC -DPIC -o .libs/libdvb_plugin_la-access.o access.c: In function ‘ParseMRL’: access.c:728: warning: ignoring return value of ‘strtol’, declared with attribute warn_unused_result mv -f .deps/libdvb_plugin_la-access.Tpo .deps/libdvb_plugin_la-access.Plo /bin/bash ../../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -DSYS_LINUX `top_builddir="../../.." ../../../vlc-config --cflags plugin libdvb_plugin_la-linux_dvb.lo` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libdvb_plugin_la-linux_dvb.lo -MD -MP -MF .deps/libdvb_plugin_la-linux_dvb.Tpo -c -o libdvb_plugin_la-linux_dvb.lo `test -f 'linux_dvb.c' || echo './'`linux_dvb.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -D__PLUGIN__ -DMODULE_NAME=dvb -DMODULE_NAME_IS_dvb -DMODULE_STRING=\"dvb\" -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libdvb_plugin_la-linux_dvb.lo -MD -MP -MF .deps/libdvb_plugin_la-linux_dvb.Tpo -c linux_dvb.c -fPIC -DPIC -o .libs/libdvb_plugin_la-linux_dvb.o mv -f .deps/libdvb_plugin_la-linux_dvb.Tpo .deps/libdvb_plugin_la-linux_dvb.Plo /bin/bash ../../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -DSYS_LINUX `top_builddir="../../.." ../../../vlc-config --cflags plugin libdvb_plugin_la-en50221.lo` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libdvb_plugin_la-en50221.lo -MD -MP -MF .deps/libdvb_plugin_la-en50221.Tpo -c -o libdvb_plugin_la-en50221.lo `test -f 'en50221.c' || echo './'`en50221.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -D__PLUGIN__ -DMODULE_NAME=dvb -DMODULE_NAME_IS_dvb -DMODULE_STRING=\"dvb\" -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libdvb_plugin_la-en50221.lo -MD -MP -MF .deps/libdvb_plugin_la-en50221.Tpo -c en50221.c -fPIC -DPIC -o .libs/libdvb_plugin_la-en50221.o en50221.c: In function ‘Dump’: en50221.c:168: warning: unused parameter ‘b_outgoing’ en50221.c:168: warning: unused parameter ‘p_data’ en50221.c:168: warning: unused parameter ‘i_size’ en50221.c: In function ‘SessionOpen’: en50221.c:407: warning: unused parameter ‘i_size’ en50221.c: In function ‘SessionCreateResponse’: en50221.c:540: warning: unused parameter ‘i_slot’ en50221.c:541: warning: unused parameter ‘i_size’ en50221.c: In function ‘ApplicationInformationHandle’: en50221.c:901: warning: unused parameter ‘i_session_id’ en50221.c: In function ‘MMIHandleEnq’: en50221.c:1628: warning: unused parameter ‘i_size’ en50221.c: In function ‘MMIHandleMenu’: en50221.c:1655: warning: unused parameter ‘i_size’ mv -f .deps/libdvb_plugin_la-en50221.Tpo .deps/libdvb_plugin_la-en50221.Plo /bin/bash ../../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -DSYS_LINUX `top_builddir="../../.." ../../../vlc-config --cflags plugin libdvb_plugin_la-http.lo` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libdvb_plugin_la-http.lo -MD -MP -MF .deps/libdvb_plugin_la-http.Tpo -c -o libdvb_plugin_la-http.lo `test -f 'http.c' || echo './'`http.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -D__PLUGIN__ -DMODULE_NAME=dvb -DMODULE_NAME_IS_dvb -DMODULE_STRING=\"dvb\" -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libdvb_plugin_la-http.lo -MD -MP -MF .deps/libdvb_plugin_la-http.Tpo -c http.c -fPIC -DPIC -o .libs/libdvb_plugin_la-http.o http.c: In function ‘HttpCallback’: http.c:248: warning: unused parameter ‘p_file’ mv -f .deps/libdvb_plugin_la-http.Tpo .deps/libdvb_plugin_la-http.Plo /bin/bash ../../../libtool --tag=CC --mode=link gcc -std=gnu99 `top_builddir="../../.." ../../../vlc-config --cflags plugin libdvb_plugin.la` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -rpath '/usr/local/lib/vlc/access' -avoid-version -module -no-undefined -export-symbol-regex ^vlc_entry -shrext .so `top_builddir="../../.." ../../../vlc-config --ldflags plugin libdvb_plugin.la` -o libdvb_plugin.la libdvb_plugin_la-access.lo libdvb_plugin_la-linux_dvb.lo libdvb_plugin_la-en50221.lo libdvb_plugin_la-http.lo `top_builddir="../../.." ../../../vlc-config -libs plugin libdvb_plugin.la` ../../../src/libvlccore.la gcc -std=gnu99 -shared .libs/libdvb_plugin_la-access.o .libs/libdvb_plugin_la-linux_dvb.o .libs/libdvb_plugin_la-en50221.o .libs/libdvb_plugin_la-http.o -Wl,--rpath -Wl,/home/loongson/thusneltheora/vlc-0.9.2/src/.libs -lpthread /usr/lib/libdvbpsi.so ../../../src/.libs/libvlccore.so -mtune=pentium2 -Wl,-soname -Wl,libdvb_plugin.so -o .libs/libdvb_plugin.so creating libdvb_plugin.la (cd .libs && rm -f libdvb_plugin.la && ln -s ../libdvb_plugin.la libdvb_plugin.la) make[6]: Leaving directory `/home/loongson/thusneltheora/vlc-0.9.2/modules/access/dvb' make[5]: Leaving directory `/home/loongson/thusneltheora/vlc-0.9.2/modules/access/dvb' Making all in mms make[5]: Entering directory `/home/loongson/thusneltheora/vlc-0.9.2/modules/access/mms' make all-am make[6]: Entering directory `/home/loongson/thusneltheora/vlc-0.9.2/modules/access/mms' /bin/bash ../../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -DSYS_LINUX `top_builddir="../../.." ../../../vlc-config --cflags plugin libaccess_mms_plugin_la-mms.lo` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libaccess_mms_plugin_la-mms.lo -MD -MP -MF .deps/libaccess_mms_plugin_la-mms.Tpo -c -o libaccess_mms_plugin_la-mms.lo `test -f 'mms.c' || echo './'`mms.c mkdir .libs gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -D__PLUGIN__ -DMODULE_NAME=access_mms -DMODULE_NAME_IS_access_mms -DMODULE_STRING=\"access_mms\" -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libaccess_mms_plugin_la-mms.lo -MD -MP -MF .deps/libaccess_mms_plugin_la-mms.Tpo -c mms.c -fPIC -DPIC -o .libs/libaccess_mms_plugin_la-mms.o mv -f .deps/libaccess_mms_plugin_la-mms.Tpo .deps/libaccess_mms_plugin_la-mms.Plo /bin/bash ../../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -DSYS_LINUX `top_builddir="../../.." ../../../vlc-config --cflags plugin libaccess_mms_plugin_la-mmsh.lo` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libaccess_mms_plugin_la-mmsh.lo -MD -MP -MF .deps/libaccess_mms_plugin_la-mmsh.Tpo -c -o libaccess_mms_plugin_la-mmsh.lo `test -f 'mmsh.c' || echo './'`mmsh.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -D__PLUGIN__ -DMODULE_NAME=access_mms -DMODULE_NAME_IS_access_mms -DMODULE_STRING=\"access_mms\" -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libaccess_mms_plugin_la-mmsh.lo -MD -MP -MF .deps/libaccess_mms_plugin_la-mmsh.Tpo -c mmsh.c -fPIC -DPIC -o .libs/libaccess_mms_plugin_la-mmsh.o mmsh.c: In function ‘ReadRedirect’: mmsh.c:352: warning: unused parameter ‘p_access’ mmsh.c:352: warning: unused parameter ‘p’ mmsh.c:352: warning: unused parameter ‘i_len’ mv -f .deps/libaccess_mms_plugin_la-mmsh.Tpo .deps/libaccess_mms_plugin_la-mmsh.Plo /bin/bash ../../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -DSYS_LINUX `top_builddir="../../.." ../../../vlc-config --cflags plugin libaccess_mms_plugin_la-mmstu.lo` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libaccess_mms_plugin_la-mmstu.lo -MD -MP -MF .deps/libaccess_mms_plugin_la-mmstu.Tpo -c -o libaccess_mms_plugin_la-mmstu.lo `test -f 'mmstu.c' || echo './'`mmstu.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -D__PLUGIN__ -DMODULE_NAME=access_mms -DMODULE_NAME_IS_access_mms -DMODULE_STRING=\"access_mms\" -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libaccess_mms_plugin_la-mmstu.lo -MD -MP -MF .deps/libaccess_mms_plugin_la-mmstu.Tpo -c mmstu.c -fPIC -DPIC -o .libs/libaccess_mms_plugin_la-mmstu.o mv -f .deps/libaccess_mms_plugin_la-mmstu.Tpo .deps/libaccess_mms_plugin_la-mmstu.Plo /bin/bash ../../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -DSYS_LINUX `top_builddir="../../.." ../../../vlc-config --cflags plugin libaccess_mms_plugin_la-buffer.lo` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libaccess_mms_plugin_la-buffer.lo -MD -MP -MF .deps/libaccess_mms_plugin_la-buffer.Tpo -c -o libaccess_mms_plugin_la-buffer.lo `test -f 'buffer.c' || echo './'`buffer.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -D__PLUGIN__ -DMODULE_NAME=access_mms -DMODULE_NAME_IS_access_mms -DMODULE_STRING=\"access_mms\" -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libaccess_mms_plugin_la-buffer.lo -MD -MP -MF .deps/libaccess_mms_plugin_la-buffer.Tpo -c buffer.c -fPIC -DPIC -o .libs/libaccess_mms_plugin_la-buffer.o mv -f .deps/libaccess_mms_plugin_la-buffer.Tpo .deps/libaccess_mms_plugin_la-buffer.Plo /bin/bash ../../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -DSYS_LINUX `top_builddir="../../.." ../../../vlc-config --cflags plugin libaccess_mms_plugin_la-asf.lo` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libaccess_mms_plugin_la-asf.lo -MD -MP -MF .deps/libaccess_mms_plugin_la-asf.Tpo -c -o libaccess_mms_plugin_la-asf.lo `test -f 'asf.c' || echo './'`asf.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -D__PLUGIN__ -DMODULE_NAME=access_mms -DMODULE_NAME_IS_access_mms -DMODULE_STRING=\"access_mms\" -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libaccess_mms_plugin_la-asf.lo -MD -MP -MF .deps/libaccess_mms_plugin_la-asf.Tpo -c asf.c -fPIC -DPIC -o .libs/libaccess_mms_plugin_la-asf.o mv -f .deps/libaccess_mms_plugin_la-asf.Tpo .deps/libaccess_mms_plugin_la-asf.Plo /bin/bash ../../../libtool --tag=CC --mode=link gcc -std=gnu99 `top_builddir="../../.." ../../../vlc-config --cflags plugin libaccess_mms_plugin.la` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -rpath '/usr/local/lib/vlc/access' -avoid-version -module -no-undefined -export-symbol-regex ^vlc_entry -shrext .so `top_builddir="../../.." ../../../vlc-config --ldflags plugin libaccess_mms_plugin.la` -o libaccess_mms_plugin.la -rpath /usr/local/lib/vlc/access libaccess_mms_plugin_la-mms.lo libaccess_mms_plugin_la-mmsh.lo libaccess_mms_plugin_la-mmstu.lo libaccess_mms_plugin_la-buffer.lo libaccess_mms_plugin_la-asf.lo `top_builddir="../../.." ../../../vlc-config -libs plugin libaccess_mms_plugin.la` ../../../src/libvlccore.la gcc -std=gnu99 -shared .libs/libaccess_mms_plugin_la-mms.o .libs/libaccess_mms_plugin_la-mmsh.o .libs/libaccess_mms_plugin_la-mmstu.o .libs/libaccess_mms_plugin_la-buffer.o .libs/libaccess_mms_plugin_la-asf.o -Wl,--rpath -Wl,/home/loongson/thusneltheora/vlc-0.9.2/src/.libs -lpthread ../../../src/.libs/libvlccore.so -mtune=pentium2 -Wl,-soname -Wl,libaccess_mms_plugin.so -o .libs/libaccess_mms_plugin.so creating libaccess_mms_plugin.la (cd .libs && rm -f libaccess_mms_plugin.la && ln -s ../libaccess_mms_plugin.la libaccess_mms_plugin.la) make[6]: Leaving directory `/home/loongson/thusneltheora/vlc-0.9.2/modules/access/mms' make[5]: Leaving directory `/home/loongson/thusneltheora/vlc-0.9.2/modules/access/mms' Making all in cdda make[5]: Entering directory `/home/loongson/thusneltheora/vlc-0.9.2/modules/access/cdda' make all-am make[6]: Entering directory `/home/loongson/thusneltheora/vlc-0.9.2/modules/access/cdda' make[6]: Nothing to be done for `all-am'. make[6]: Leaving directory `/home/loongson/thusneltheora/vlc-0.9.2/modules/access/cdda' make[5]: Leaving directory `/home/loongson/thusneltheora/vlc-0.9.2/modules/access/cdda' Making all in rtsp make[5]: Entering directory `/home/loongson/thusneltheora/vlc-0.9.2/modules/access/rtsp' make all-am make[6]: Entering directory `/home/loongson/thusneltheora/vlc-0.9.2/modules/access/rtsp' make[6]: Nothing to be done for `all-am'. make[6]: Leaving directory `/home/loongson/thusneltheora/vlc-0.9.2/modules/access/rtsp' make[5]: Leaving directory `/home/loongson/thusneltheora/vlc-0.9.2/modules/access/rtsp' Making all in rtmp make[5]: Entering directory `/home/loongson/thusneltheora/vlc-0.9.2/modules/access/rtmp' make all-am make[6]: Entering directory `/home/loongson/thusneltheora/vlc-0.9.2/modules/access/rtmp' /bin/bash ../../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -DSYS_LINUX `top_builddir="../../.." ../../../vlc-config --cflags plugin libaccess_rtmp_plugin_la-access.lo` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libaccess_rtmp_plugin_la-access.lo -MD -MP -MF .deps/libaccess_rtmp_plugin_la-access.Tpo -c -o libaccess_rtmp_plugin_la-access.lo `test -f 'access.c' || echo './'`access.c mkdir .libs gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -D__PLUGIN__ -DMODULE_NAME=access_rtmp -DMODULE_NAME_IS_access_rtmp -DMODULE_STRING=\"access_rtmp\" -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libaccess_rtmp_plugin_la-access.lo -MD -MP -MF .deps/libaccess_rtmp_plugin_la-access.Tpo -c access.c -fPIC -DPIC -o .libs/libaccess_rtmp_plugin_la-access.o mv -f .deps/libaccess_rtmp_plugin_la-access.Tpo .deps/libaccess_rtmp_plugin_la-access.Plo /bin/bash ../../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -DSYS_LINUX `top_builddir="../../.." ../../../vlc-config --cflags plugin libaccess_rtmp_plugin_la-rtmp_amf_flv.lo` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libaccess_rtmp_plugin_la-rtmp_amf_flv.lo -MD -MP -MF .deps/libaccess_rtmp_plugin_la-rtmp_amf_flv.Tpo -c -o libaccess_rtmp_plugin_la-rtmp_amf_flv.lo `test -f 'rtmp_amf_flv.c' || echo './'`rtmp_amf_flv.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -D__PLUGIN__ -DMODULE_NAME=access_rtmp -DMODULE_NAME_IS_access_rtmp -DMODULE_STRING=\"access_rtmp\" -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libaccess_rtmp_plugin_la-rtmp_amf_flv.lo -MD -MP -MF .deps/libaccess_rtmp_plugin_la-rtmp_amf_flv.Tpo -c rtmp_amf_flv.c -fPIC -DPIC -o .libs/libaccess_rtmp_plugin_la-rtmp_amf_flv.o rtmp_amf_flv.c: In function ‘rtmp_read_net_packet’: rtmp_amf_flv.c:994: warning: comparison between signed and unsigned rtmp_amf_flv.c: In function ‘rtmp_body_append’: rtmp_amf_flv.c:2072: warning: comparison between signed and unsigned mv -f .deps/libaccess_rtmp_plugin_la-rtmp_amf_flv.Tpo .deps/libaccess_rtmp_plugin_la-rtmp_amf_flv.Plo /bin/bash ../../../libtool --tag=CC --mode=link gcc -std=gnu99 `top_builddir="../../.." ../../../vlc-config --cflags plugin libaccess_rtmp_plugin.la` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -rpath '/usr/local/lib/vlc/access' -avoid-version -module -no-undefined -export-symbol-regex ^vlc_entry -shrext .so `top_builddir="../../.." ../../../vlc-config --ldflags plugin libaccess_rtmp_plugin.la` -o libaccess_rtmp_plugin.la -rpath /usr/local/lib/vlc/access libaccess_rtmp_plugin_la-access.lo libaccess_rtmp_plugin_la-rtmp_amf_flv.lo `top_builddir="../../.." ../../../vlc-config -libs plugin libaccess_rtmp_plugin.la` ../../../src/libvlccore.la gcc -std=gnu99 -shared .libs/libaccess_rtmp_plugin_la-access.o .libs/libaccess_rtmp_plugin_la-rtmp_amf_flv.o -Wl,--rpath -Wl,/home/loongson/thusneltheora/vlc-0.9.2/src/.libs -lpthread ../../../src/.libs/libvlccore.so -mtune=pentium2 -Wl,-soname -Wl,libaccess_rtmp_plugin.so -o .libs/libaccess_rtmp_plugin.so creating libaccess_rtmp_plugin.la (cd .libs && rm -f libaccess_rtmp_plugin.la && ln -s ../libaccess_rtmp_plugin.la libaccess_rtmp_plugin.la) make[6]: Leaving directory `/home/loongson/thusneltheora/vlc-0.9.2/modules/access/rtmp' make[5]: Leaving directory `/home/loongson/thusneltheora/vlc-0.9.2/modules/access/rtmp' Making all in v4l2 make[5]: Entering directory `/home/loongson/thusneltheora/vlc-0.9.2/modules/access/v4l2' make all-am make[6]: Entering directory `/home/loongson/thusneltheora/vlc-0.9.2/modules/access/v4l2' /bin/bash ../../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -DSYS_LINUX `top_builddir="../../.." ../../../vlc-config --cflags plugin libv4l2_plugin_la-v4l2.lo` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libv4l2_plugin_la-v4l2.lo -MD -MP -MF .deps/libv4l2_plugin_la-v4l2.Tpo -c -o libv4l2_plugin_la-v4l2.lo `test -f 'v4l2.c' || echo './'`v4l2.c mkdir .libs gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -D__PLUGIN__ -DMODULE_NAME=v4l2 -DMODULE_NAME_IS_v4l2 -DMODULE_STRING=\"v4l2\" -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libv4l2_plugin_la-v4l2.lo -MD -MP -MF .deps/libv4l2_plugin_la-v4l2.Tpo -c v4l2.c -fPIC -DPIC -o .libs/libv4l2_plugin_la-v4l2.o v4l2.c: In function ‘InitRead’: v4l2.c:1675: warning: unused parameter ‘i_fd’ v4l2.c: In function ‘OpenAudioDevOss’: v4l2.c:2446: warning: unused parameter ‘b_demux’ v4l2.c: In function ‘ProbeAudioDevOss’: v4l2.c:2886: warning: unused parameter ‘p_sys’ mv -f .deps/libv4l2_plugin_la-v4l2.Tpo .deps/libv4l2_plugin_la-v4l2.Plo /bin/bash ../../../libtool --tag=CC --mode=link gcc -std=gnu99 `top_builddir="../../.." ../../../vlc-config --cflags plugin libv4l2_plugin.la` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -rpath '/usr/local/lib/vlc/access' -avoid-version -module -no-undefined -export-symbol-regex ^vlc_entry -shrext .so `top_builddir="../../.." ../../../vlc-config --ldflags plugin libv4l2_plugin.la` -o libv4l2_plugin.la libv4l2_plugin_la-v4l2.lo `top_builddir="../../.." ../../../vlc-config -libs plugin libv4l2_plugin.la` ../../../src/libvlccore.la gcc -std=gnu99 -shared .libs/libv4l2_plugin_la-v4l2.o -Wl,--rpath -Wl,/home/loongson/thusneltheora/vlc-0.9.2/src/.libs -lpthread ../../../src/.libs/libvlccore.so -mtune=pentium2 -Wl,-soname -Wl,libv4l2_plugin.so -o .libs/libv4l2_plugin.so creating libv4l2_plugin.la (cd .libs && rm -f libv4l2_plugin.la && ln -s ../libv4l2_plugin.la libv4l2_plugin.la) make[6]: Leaving directory `/home/loongson/thusneltheora/vlc-0.9.2/modules/access/v4l2' make[5]: Leaving directory `/home/loongson/thusneltheora/vlc-0.9.2/modules/access/v4l2' Making all in vcd make[5]: Entering directory `/home/loongson/thusneltheora/vlc-0.9.2/modules/access/vcd' make all-am make[6]: Entering directory `/home/loongson/thusneltheora/vlc-0.9.2/modules/access/vcd' /bin/bash ../../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -DSYS_LINUX `top_builddir="../../.." ../../../vlc-config --cflags plugin libvcd_plugin_la-vcd.lo` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libvcd_plugin_la-vcd.lo -MD -MP -MF .deps/libvcd_plugin_la-vcd.Tpo -c -o libvcd_plugin_la-vcd.lo `test -f 'vcd.c' || echo './'`vcd.c mkdir .libs gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -D__PLUGIN__ -DMODULE_NAME=vcd -DMODULE_NAME_IS_vcd -DMODULE_STRING=\"vcd\" -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libvcd_plugin_la-vcd.lo -MD -MP -MF .deps/libvcd_plugin_la-vcd.Tpo -c vcd.c -fPIC -DPIC -o .libs/libvcd_plugin_la-vcd.o mv -f .deps/libvcd_plugin_la-vcd.Tpo .deps/libvcd_plugin_la-vcd.Plo /bin/bash ../../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -DSYS_LINUX `top_builddir="../../.." ../../../vlc-config --cflags plugin libvcd_plugin_la-cdrom.lo` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libvcd_plugin_la-cdrom.lo -MD -MP -MF .deps/libvcd_plugin_la-cdrom.Tpo -c -o libvcd_plugin_la-cdrom.lo `test -f 'cdrom.c' || echo './'`cdrom.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -D__PLUGIN__ -DMODULE_NAME=vcd -DMODULE_NAME_IS_vcd -DMODULE_STRING=\"vcd\" -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libvcd_plugin_la-cdrom.lo -MD -MP -MF .deps/libvcd_plugin_la-cdrom.Tpo -c cdrom.c -fPIC -DPIC -o .libs/libvcd_plugin_la-cdrom.o cdrom.c: In function ‘CloseVCDImage’: cdrom.c:968: warning: unused parameter ‘p_this’ mv -f .deps/libvcd_plugin_la-cdrom.Tpo .deps/libvcd_plugin_la-cdrom.Plo /bin/bash ../../../libtool --tag=CC --mode=link gcc -std=gnu99 `top_builddir="../../.." ../../../vlc-config --cflags plugin libvcd_plugin.la` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -rpath '/usr/local/lib/vlc/access' -avoid-version -module -no-undefined -export-symbol-regex ^vlc_entry -shrext .so `top_builddir="../../.." ../../../vlc-config --ldflags plugin libvcd_plugin.la` -o libvcd_plugin.la libvcd_plugin_la-vcd.lo libvcd_plugin_la-cdrom.lo `top_builddir="../../.." ../../../vlc-config -libs plugin libvcd_plugin.la` ../../../src/libvlccore.la gcc -std=gnu99 -shared .libs/libvcd_plugin_la-vcd.o .libs/libvcd_plugin_la-cdrom.o -Wl,--rpath -Wl,/home/loongson/thusneltheora/vlc-0.9.2/src/.libs -lpthread ../../../src/.libs/libvlccore.so -mtune=pentium2 -Wl,-soname -Wl,libvcd_plugin.so -o .libs/libvcd_plugin.so creating libvcd_plugin.la (cd .libs && rm -f libvcd_plugin.la && ln -s ../libvcd_plugin.la libvcd_plugin.la) make[6]: Leaving directory `/home/loongson/thusneltheora/vlc-0.9.2/modules/access/vcd' make[5]: Leaving directory `/home/loongson/thusneltheora/vlc-0.9.2/modules/access/vcd' Making all in vcdx make[5]: Entering directory `/home/loongson/thusneltheora/vlc-0.9.2/modules/access/vcdx' make all-am make[6]: Entering directory `/home/loongson/thusneltheora/vlc-0.9.2/modules/access/vcdx' make[6]: Nothing to be done for `all-am'. make[6]: Leaving directory `/home/loongson/thusneltheora/vlc-0.9.2/modules/access/vcdx' make[5]: Leaving directory `/home/loongson/thusneltheora/vlc-0.9.2/modules/access/vcdx' Making all in screen make[5]: Entering directory `/home/loongson/thusneltheora/vlc-0.9.2/modules/access/screen' make all-am make[6]: Entering directory `/home/loongson/thusneltheora/vlc-0.9.2/modules/access/screen' /bin/bash ../../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -DSYS_LINUX `top_builddir="../../.." ../../../vlc-config --cflags plugin libscreen_plugin_la-screen.lo` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libscreen_plugin_la-screen.lo -MD -MP -MF .deps/libscreen_plugin_la-screen.Tpo -c -o libscreen_plugin_la-screen.lo `test -f 'screen.c' || echo './'`screen.c mkdir .libs gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -D__PLUGIN__ -DMODULE_NAME=screen -DMODULE_NAME_IS_screen -DMODULE_STRING=\"screen\" -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libscreen_plugin_la-screen.lo -MD -MP -MF .deps/libscreen_plugin_la-screen.Tpo -c screen.c -fPIC -DPIC -o .libs/libscreen_plugin_la-screen.o mv -f .deps/libscreen_plugin_la-screen.Tpo .deps/libscreen_plugin_la-screen.Plo /bin/bash ../../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -DSYS_LINUX `top_builddir="../../.." ../../../vlc-config --cflags plugin libscreen_plugin_la-x11.lo` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libscreen_plugin_la-x11.lo -MD -MP -MF .deps/libscreen_plugin_la-x11.Tpo -c -o libscreen_plugin_la-x11.lo `test -f 'x11.c' || echo './'`x11.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -D__PLUGIN__ -DMODULE_NAME=screen -DMODULE_NAME_IS_screen -DMODULE_STRING=\"screen\" -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libscreen_plugin_la-x11.lo -MD -MP -MF .deps/libscreen_plugin_la-x11.Tpo -c x11.c -fPIC -DPIC -o .libs/libscreen_plugin_la-x11.o mv -f .deps/libscreen_plugin_la-x11.Tpo .deps/libscreen_plugin_la-x11.Plo /bin/bash ../../../libtool --tag=CXX --mode=link g++ `top_builddir="../../.." ../../../vlc-config --cxxflags plugin libscreen_plugin.la` -g -O2 -rpath '/usr/local/lib/vlc/access' -avoid-version -module -no-undefined -export-symbol-regex ^vlc_entry -shrext .so `top_builddir="../../.." ../../../vlc-config --ldflags plugin libscreen_plugin.la` -o libscreen_plugin.la libscreen_plugin_la-screen.lo libscreen_plugin_la-x11.lo `top_builddir="../../.." ../../../vlc-config -libs plugin libscreen_plugin.la` ../../../src/libvlccore.la g++ -shared -nostdlib /usr/lib/gcc/i486-linux-gnu/4.1.3/../../../../lib/crti.o /usr/lib/gcc/i486-linux-gnu/4.1.3/crtbeginS.o .libs/libscreen_plugin_la-screen.o .libs/libscreen_plugin_la-x11.o -Wl,--rpath -Wl,/home/loongson/thusneltheora/vlc-0.9.2/src/.libs -lpthread -lX11 ../../../src/.libs/libvlccore.so -L/usr/lib/gcc/i486-linux-gnu/4.1.3 -L/usr/lib/gcc/i486-linux-gnu/4.1.3/../../../../lib -L/lib/../lib -L/usr/lib/../lib -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/i486-linux-gnu/4.1.3/crtendS.o /usr/lib/gcc/i486-linux-gnu/4.1.3/../../../../lib/crtn.o -mtune=pentium2 -Wl,-soname -Wl,libscreen_plugin.so -o .libs/libscreen_plugin.so creating libscreen_plugin.la (cd .libs && rm -f libscreen_plugin.la && ln -s ../libscreen_plugin.la libscreen_plugin.la) make[6]: Leaving directory `/home/loongson/thusneltheora/vlc-0.9.2/modules/access/screen' make[5]: Leaving directory `/home/loongson/thusneltheora/vlc-0.9.2/modules/access/screen' make[5]: Entering directory `/home/loongson/thusneltheora/vlc-0.9.2/modules/access' /bin/bash ../../libtool --tag=CC --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -DSYS_LINUX `top_builddir="../.." ../../vlc-config --cflags plugin libaccess_mmap_plugin_la-mmap.lo` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libaccess_mmap_plugin_la-mmap.lo -MD -MP -MF .deps/libaccess_mmap_plugin_la-mmap.Tpo -c -o libaccess_mmap_plugin_la-mmap.lo `test -f 'mmap.c' || echo './'`mmap.c mkdir .libs gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -D__PLUGIN__ -DMODULE_NAME=access_mmap -DMODULE_NAME_IS_access_mmap -DMODULE_STRING=\"access_mmap\" -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libaccess_mmap_plugin_la-mmap.lo -MD -MP -MF .deps/libaccess_mmap_plugin_la-mmap.Tpo -c mmap.c -fPIC -DPIC -o .libs/libaccess_mmap_plugin_la-mmap.o mv -f .deps/libaccess_mmap_plugin_la-mmap.Tpo .deps/libaccess_mmap_plugin_la-mmap.Plo /bin/bash ../../libtool --tag=CC --tag=CC --mode=link gcc -std=gnu99 `top_builddir="../.." ../../vlc-config --cflags plugin libaccess_mmap_plugin.la` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -rpath '/usr/local/lib/vlc/access' -avoid-version -module -no-undefined -export-symbol-regex ^vlc_entry -shrext .so `top_builddir="../.." ../../vlc-config --ldflags plugin libaccess_mmap_plugin.la` -o libaccess_mmap_plugin.la libaccess_mmap_plugin_la-mmap.lo `top_builddir="../.." ../../vlc-config -libs plugin libaccess_mmap_plugin.la` ../../src/libvlccore.la gcc -std=gnu99 -shared .libs/libaccess_mmap_plugin_la-mmap.o -Wl,--rpath -Wl,/home/loongson/thusneltheora/vlc-0.9.2/src/.libs -lpthread ../../src/.libs/libvlccore.so -mtune=pentium2 -Wl,-soname -Wl,libaccess_mmap_plugin.so -o .libs/libaccess_mmap_plugin.so creating libaccess_mmap_plugin.la (cd .libs && rm -f libaccess_mmap_plugin.la && ln -s ../libaccess_mmap_plugin.la libaccess_mmap_plugin.la) /bin/bash ../../libtool --tag=CC --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -DSYS_LINUX `top_builddir="../.." ../../vlc-config --cflags plugin libcdda_plugin_la-cdda.lo` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libcdda_plugin_la-cdda.lo -MD -MP -MF .deps/libcdda_plugin_la-cdda.Tpo -c -o libcdda_plugin_la-cdda.lo `test -f 'cdda.c' || echo './'`cdda.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -D__PLUGIN__ -DMODULE_NAME=cdda -DMODULE_NAME_IS_cdda -DMODULE_STRING=\"cdda\" -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libcdda_plugin_la-cdda.lo -MD -MP -MF .deps/libcdda_plugin_la-cdda.Tpo -c cdda.c -fPIC -DPIC -o .libs/libcdda_plugin_la-cdda.o cdda.c:49:2: warning: #warning playlist code must not be used here. mv -f .deps/libcdda_plugin_la-cdda.Tpo .deps/libcdda_plugin_la-cdda.Plo /bin/bash ../../libtool --tag=CC --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -DSYS_LINUX `top_builddir="../.." ../../vlc-config --cflags plugin libcdda_plugin_la-cdrom.lo` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libcdda_plugin_la-cdrom.lo -MD -MP -MF .deps/libcdda_plugin_la-cdrom.Tpo -c -o libcdda_plugin_la-cdrom.lo `test -f 'vcd/cdrom.c' || echo './'`vcd/cdrom.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -D__PLUGIN__ -DMODULE_NAME=cdda -DMODULE_NAME_IS_cdda -DMODULE_STRING=\"cdda\" -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libcdda_plugin_la-cdrom.lo -MD -MP -MF .deps/libcdda_plugin_la-cdrom.Tpo -c vcd/cdrom.c -fPIC -DPIC -o .libs/libcdda_plugin_la-cdrom.o vcd/cdrom.c: In function ‘CloseVCDImage’: vcd/cdrom.c:968: warning: unused parameter ‘p_this’ mv -f .deps/libcdda_plugin_la-cdrom.Tpo .deps/libcdda_plugin_la-cdrom.Plo /bin/bash ../../libtool --tag=CC --tag=CC --mode=link gcc -std=gnu99 `top_builddir="../.." ../../vlc-config --cflags plugin libcdda_plugin.la` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -rpath '/usr/local/lib/vlc/access' -avoid-version -module -no-undefined -export-symbol-regex ^vlc_entry -shrext .so `top_builddir="../.." ../../vlc-config --ldflags plugin libcdda_plugin.la` -o libcdda_plugin.la libcdda_plugin_la-cdda.lo libcdda_plugin_la-cdrom.lo `top_builddir="../.." ../../vlc-config -libs plugin libcdda_plugin.la` ../../src/libvlccore.la gcc -std=gnu99 -shared .libs/libcdda_plugin_la-cdda.o .libs/libcdda_plugin_la-cdrom.o -Wl,--rpath -Wl,/home/loongson/thusneltheora/vlc-0.9.2/src/.libs -lpthread /usr/lib/libcddb.so ../../src/.libs/libvlccore.so -mtune=pentium2 -Wl,-soname -Wl,libcdda_plugin.so -o .libs/libcdda_plugin.so creating libcdda_plugin.la (cd .libs && rm -f libcdda_plugin.la && ln -s ../libcdda_plugin.la libcdda_plugin.la) /bin/bash ../../libtool --tag=CC --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -DSYS_LINUX `top_builddir="../.." ../../vlc-config --cflags plugin libaccess_file_plugin_la-file.lo` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libaccess_file_plugin_la-file.lo -MD -MP -MF .deps/libaccess_file_plugin_la-file.Tpo -c -o libaccess_file_plugin_la-file.lo `test -f 'file.c' || echo './'`file.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -D__PLUGIN__ -DMODULE_NAME=access_file -DMODULE_NAME_IS_access_file -DMODULE_STRING=\"access_file\" -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libaccess_file_plugin_la-file.lo -MD -MP -MF .deps/libaccess_file_plugin_la-file.Tpo -c file.c -fPIC -DPIC -o .libs/libaccess_file_plugin_la-file.o mv -f .deps/libaccess_file_plugin_la-file.Tpo .deps/libaccess_file_plugin_la-file.Plo /bin/bash ../../libtool --tag=CC --tag=CC --mode=link gcc -std=gnu99 `top_builddir="../.." ../../vlc-config --cflags plugin libaccess_file_plugin.la` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -rpath '/usr/local/lib/vlc/access' -avoid-version -module -no-undefined -export-symbol-regex ^vlc_entry -shrext .so `top_builddir="../.." ../../vlc-config --ldflags plugin libaccess_file_plugin.la` -o libaccess_file_plugin.la -rpath /usr/local/lib/vlc/access libaccess_file_plugin_la-file.lo `top_builddir="../.." ../../vlc-config -libs plugin libaccess_file_plugin.la` ../../src/libvlccore.la gcc -std=gnu99 -shared .libs/libaccess_file_plugin_la-file.o -Wl,--rpath -Wl,/home/loongson/thusneltheora/vlc-0.9.2/src/.libs -lpthread ../../src/.libs/libvlccore.so -mtune=pentium2 -Wl,-soname -Wl,libaccess_file_plugin.so -o .libs/libaccess_file_plugin.so creating libaccess_file_plugin.la (cd .libs && rm -f libaccess_file_plugin.la && ln -s ../libaccess_file_plugin.la libaccess_file_plugin.la) /bin/bash ../../libtool --tag=CC --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -DSYS_LINUX `top_builddir="../.." ../../vlc-config --cflags plugin libaccess_directory_plugin_la-directory.lo` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libaccess_directory_plugin_la-directory.lo -MD -MP -MF .deps/libaccess_directory_plugin_la-directory.Tpo -c -o libaccess_directory_plugin_la-directory.lo `test -f 'directory.c' || echo './'`directory.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -D__PLUGIN__ -DMODULE_NAME=access_directory -DMODULE_NAME_IS_access_directory -DMODULE_STRING=\"access_directory\" -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libaccess_directory_plugin_la-directory.lo -MD -MP -MF .deps/libaccess_directory_plugin_la-directory.Tpo -c directory.c -fPIC -DPIC -o .libs/libaccess_directory_plugin_la-directory.o directory.c:36:2: warning: #warning playlist code must not be used here. mv -f .deps/libaccess_directory_plugin_la-directory.Tpo .deps/libaccess_directory_plugin_la-directory.Plo /bin/bash ../../libtool --tag=CC --tag=CC --mode=link gcc -std=gnu99 `top_builddir="../.." ../../vlc-config --cflags plugin libaccess_directory_plugin.la` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -rpath '/usr/local/lib/vlc/access' -avoid-version -module -no-undefined -export-symbol-regex ^vlc_entry -shrext .so `top_builddir="../.." ../../vlc-config --ldflags plugin libaccess_directory_plugin.la` -o libaccess_directory_plugin.la -rpath /usr/local/lib/vlc/access libaccess_directory_plugin_la-directory.lo `top_builddir="../.." ../../vlc-config -libs plugin libaccess_directory_plugin.la` ../../src/libvlccore.la gcc -std=gnu99 -shared .libs/libaccess_directory_plugin_la-directory.o -Wl,--rpath -Wl,/home/loongson/thusneltheora/vlc-0.9.2/src/.libs -lpthread ../../src/.libs/libvlccore.so -mtune=pentium2 -Wl,-soname -Wl,libaccess_directory_plugin.so -o .libs/libaccess_directory_plugin.so creating libaccess_directory_plugin.la (cd .libs && rm -f libaccess_directory_plugin.la && ln -s ../libaccess_directory_plugin.la libaccess_directory_plugin.la) /bin/bash ../../libtool --tag=CC --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -DSYS_LINUX `top_builddir="../.." ../../vlc-config --cflags plugin libaccess_udp_plugin_la-udp.lo` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libaccess_udp_plugin_la-udp.lo -MD -MP -MF .deps/libaccess_udp_plugin_la-udp.Tpo -c -o libaccess_udp_plugin_la-udp.lo `test -f 'udp.c' || echo './'`udp.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -D__PLUGIN__ -DMODULE_NAME=access_udp -DMODULE_NAME_IS_access_udp -DMODULE_STRING=\"access_udp\" -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libaccess_udp_plugin_la-udp.lo -MD -MP -MF .deps/libaccess_udp_plugin_la-udp.Tpo -c udp.c -fPIC -DPIC -o .libs/libaccess_udp_plugin_la-udp.o mv -f .deps/libaccess_udp_plugin_la-udp.Tpo .deps/libaccess_udp_plugin_la-udp.Plo /bin/bash ../../libtool --tag=CC --tag=CC --mode=link gcc -std=gnu99 `top_builddir="../.." ../../vlc-config --cflags plugin libaccess_udp_plugin.la` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -rpath '/usr/local/lib/vlc/access' -avoid-version -module -no-undefined -export-symbol-regex ^vlc_entry -shrext .so `top_builddir="../.." ../../vlc-config --ldflags plugin libaccess_udp_plugin.la` -o libaccess_udp_plugin.la -rpath /usr/local/lib/vlc/access libaccess_udp_plugin_la-udp.lo `top_builddir="../.." ../../vlc-config -libs plugin libaccess_udp_plugin.la` ../../src/libvlccore.la gcc -std=gnu99 -shared .libs/libaccess_udp_plugin_la-udp.o -Wl,--rpath -Wl,/home/loongson/thusneltheora/vlc-0.9.2/src/.libs -lpthread ../../src/.libs/libvlccore.so -mtune=pentium2 -Wl,-soname -Wl,libaccess_udp_plugin.so -o .libs/libaccess_udp_plugin.so creating libaccess_udp_plugin.la (cd .libs && rm -f libaccess_udp_plugin.la && ln -s ../libaccess_udp_plugin.la libaccess_udp_plugin.la) /bin/bash ../../libtool --tag=CC --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -DSYS_LINUX `top_builddir="../.." ../../vlc-config --cflags plugin libaccess_tcp_plugin_la-tcp.lo` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libaccess_tcp_plugin_la-tcp.lo -MD -MP -MF .deps/libaccess_tcp_plugin_la-tcp.Tpo -c -o libaccess_tcp_plugin_la-tcp.lo `test -f 'tcp.c' || echo './'`tcp.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -D__PLUGIN__ -DMODULE_NAME=access_tcp -DMODULE_NAME_IS_access_tcp -DMODULE_STRING=\"access_tcp\" -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libaccess_tcp_plugin_la-tcp.lo -MD -MP -MF .deps/libaccess_tcp_plugin_la-tcp.Tpo -c tcp.c -fPIC -DPIC -o .libs/libaccess_tcp_plugin_la-tcp.o mv -f .deps/libaccess_tcp_plugin_la-tcp.Tpo .deps/libaccess_tcp_plugin_la-tcp.Plo /bin/bash ../../libtool --tag=CC --tag=CC --mode=link gcc -std=gnu99 `top_builddir="../.." ../../vlc-config --cflags plugin libaccess_tcp_plugin.la` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -rpath '/usr/local/lib/vlc/access' -avoid-version -module -no-undefined -export-symbol-regex ^vlc_entry -shrext .so `top_builddir="../.." ../../vlc-config --ldflags plugin libaccess_tcp_plugin.la` -o libaccess_tcp_plugin.la -rpath /usr/local/lib/vlc/access libaccess_tcp_plugin_la-tcp.lo `top_builddir="../.." ../../vlc-config -libs plugin libaccess_tcp_plugin.la` ../../src/libvlccore.la gcc -std=gnu99 -shared .libs/libaccess_tcp_plugin_la-tcp.o -Wl,--rpath -Wl,/home/loongson/thusneltheora/vlc-0.9.2/src/.libs -lpthread ../../src/.libs/libvlccore.so -mtune=pentium2 -Wl,-soname -Wl,libaccess_tcp_plugin.so -o .libs/libaccess_tcp_plugin.so creating libaccess_tcp_plugin.la (cd .libs && rm -f libaccess_tcp_plugin.la && ln -s ../libaccess_tcp_plugin.la libaccess_tcp_plugin.la) /bin/bash ../../libtool --tag=CC --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -DSYS_LINUX `top_builddir="../.." ../../vlc-config --cflags plugin libaccess_http_plugin_la-http.lo` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libaccess_http_plugin_la-http.lo -MD -MP -MF .deps/libaccess_http_plugin_la-http.Tpo -c -o libaccess_http_plugin_la-http.lo `test -f 'http.c' || echo './'`http.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -D__PLUGIN__ -DMODULE_NAME=access_http -DMODULE_NAME_IS_access_http -DMODULE_STRING=\"access_http\" -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libaccess_http_plugin_la-http.lo -MD -MP -MF .deps/libaccess_http_plugin_la-http.Tpo -c http.c -fPIC -DPIC -o .libs/libaccess_http_plugin_la-http.o mv -f .deps/libaccess_http_plugin_la-http.Tpo .deps/libaccess_http_plugin_la-http.Plo /bin/bash ../../libtool --tag=CC --tag=CC --mode=link gcc -std=gnu99 `top_builddir="../.." ../../vlc-config --cflags plugin libaccess_http_plugin.la` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -rpath '/usr/local/lib/vlc/access' -avoid-version -module -no-undefined -export-symbol-regex ^vlc_entry -shrext .so `top_builddir="../.." ../../vlc-config --ldflags plugin libaccess_http_plugin.la` -o libaccess_http_plugin.la -rpath /usr/local/lib/vlc/access libaccess_http_plugin_la-http.lo `top_builddir="../.." ../../vlc-config -libs plugin libaccess_http_plugin.la` ../../src/libvlccore.la gcc -std=gnu99 -shared .libs/libaccess_http_plugin_la-http.o -Wl,--rpath -Wl,/home/loongson/thusneltheora/vlc-0.9.2/src/.libs -lpthread -lz ../../src/.libs/libvlccore.so -mtune=pentium2 -Wl,-soname -Wl,libaccess_http_plugin.so -o .libs/libaccess_http_plugin.so creating libaccess_http_plugin.la (cd .libs && rm -f libaccess_http_plugin.la && ln -s ../libaccess_http_plugin.la libaccess_http_plugin.la) /bin/bash ../../libtool --tag=CC --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -DSYS_LINUX `top_builddir="../.." ../../vlc-config --cflags plugin libaccess_ftp_plugin_la-ftp.lo` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libaccess_ftp_plugin_la-ftp.lo -MD -MP -MF .deps/libaccess_ftp_plugin_la-ftp.Tpo -c -o libaccess_ftp_plugin_la-ftp.lo `test -f 'ftp.c' || echo './'`ftp.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -D__PLUGIN__ -DMODULE_NAME=access_ftp -DMODULE_NAME_IS_access_ftp -DMODULE_STRING=\"access_ftp\" -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libaccess_ftp_plugin_la-ftp.lo -MD -MP -MF .deps/libaccess_ftp_plugin_la-ftp.Tpo -c ftp.c -fPIC -DPIC -o .libs/libaccess_ftp_plugin_la-ftp.o mv -f .deps/libaccess_ftp_plugin_la-ftp.Tpo .deps/libaccess_ftp_plugin_la-ftp.Plo /bin/bash ../../libtool --tag=CC --tag=CC --mode=link gcc -std=gnu99 `top_builddir="../.." ../../vlc-config --cflags plugin libaccess_ftp_plugin.la` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -rpath '/usr/local/lib/vlc/access' -avoid-version -module -no-undefined -export-symbol-regex ^vlc_entry -shrext .so `top_builddir="../.." ../../vlc-config --ldflags plugin libaccess_ftp_plugin.la` -o libaccess_ftp_plugin.la -rpath /usr/local/lib/vlc/access libaccess_ftp_plugin_la-ftp.lo `top_builddir="../.." ../../vlc-config -libs plugin libaccess_ftp_plugin.la` ../../src/libvlccore.la gcc -std=gnu99 -shared .libs/libaccess_ftp_plugin_la-ftp.o -Wl,--rpath -Wl,/home/loongson/thusneltheora/vlc-0.9.2/src/.libs -lpthread ../../src/.libs/libvlccore.so -mtune=pentium2 -Wl,-soname -Wl,libaccess_ftp_plugin.so -o .libs/libaccess_ftp_plugin.so creating libaccess_ftp_plugin.la (cd .libs && rm -f libaccess_ftp_plugin.la && ln -s ../libaccess_ftp_plugin.la libaccess_ftp_plugin.la) /bin/bash ../../libtool --tag=CC --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -DSYS_LINUX `top_builddir="../.." ../../vlc-config --cflags plugin libaccess_fake_plugin_la-fake.lo` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libaccess_fake_plugin_la-fake.lo -MD -MP -MF .deps/libaccess_fake_plugin_la-fake.Tpo -c -o libaccess_fake_plugin_la-fake.lo `test -f 'fake.c' || echo './'`fake.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -D__PLUGIN__ -DMODULE_NAME=access_fake -DMODULE_NAME_IS_access_fake -DMODULE_STRING=\"access_fake\" -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libaccess_fake_plugin_la-fake.lo -MD -MP -MF .deps/libaccess_fake_plugin_la-fake.Tpo -c fake.c -fPIC -DPIC -o .libs/libaccess_fake_plugin_la-fake.o mv -f .deps/libaccess_fake_plugin_la-fake.Tpo .deps/libaccess_fake_plugin_la-fake.Plo /bin/bash ../../libtool --tag=CC --tag=CC --mode=link gcc -std=gnu99 `top_builddir="../.." ../../vlc-config --cflags plugin libaccess_fake_plugin.la` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -rpath '/usr/local/lib/vlc/access' -avoid-version -module -no-undefined -export-symbol-regex ^vlc_entry -shrext .so `top_builddir="../.." ../../vlc-config --ldflags plugin libaccess_fake_plugin.la` -o libaccess_fake_plugin.la -rpath /usr/local/lib/vlc/access libaccess_fake_plugin_la-fake.lo `top_builddir="../.." ../../vlc-config -libs plugin libaccess_fake_plugin.la` ../../src/libvlccore.la gcc -std=gnu99 -shared .libs/libaccess_fake_plugin_la-fake.o -Wl,--rpath -Wl,/home/loongson/thusneltheora/vlc-0.9.2/src/.libs -lpthread ../../src/.libs/libvlccore.so -mtune=pentium2 -Wl,-soname -Wl,libaccess_fake_plugin.so -o .libs/libaccess_fake_plugin.so creating libaccess_fake_plugin.la (cd .libs && rm -f libaccess_fake_plugin.la && ln -s ../libaccess_fake_plugin.la libaccess_fake_plugin.la) make[5]: Leaving directory `/home/loongson/thusneltheora/vlc-0.9.2/modules/access' make[4]: Leaving directory `/home/loongson/thusneltheora/vlc-0.9.2/modules/access' make[3]: Leaving directory `/home/loongson/thusneltheora/vlc-0.9.2/modules/access' Making all in access_filter make[3]: Entering directory `/home/loongson/thusneltheora/vlc-0.9.2/modules/access_filter' make all-am make[4]: Entering directory `/home/loongson/thusneltheora/vlc-0.9.2/modules/access_filter' /bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -DSYS_LINUX `top_builddir="../.." ../../vlc-config --cflags plugin libaccess_filter_bandwidth_plugin_la-bandwidth.lo` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libaccess_filter_bandwidth_plugin_la-bandwidth.lo -MD -MP -MF .deps/libaccess_filter_bandwidth_plugin_la-bandwidth.Tpo -c -o libaccess_filter_bandwidth_plugin_la-bandwidth.lo `test -f 'bandwidth.c' || echo './'`bandwidth.c mkdir .libs gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -D__PLUGIN__ -DMODULE_NAME=access_filter_bandwidth -DMODULE_NAME_IS_access_filter_bandwidth -DMODULE_STRING=\"access_filter_bandwidth\" -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libaccess_filter_bandwidth_plugin_la-bandwidth.lo -MD -MP -MF .deps/libaccess_filter_bandwidth_plugin_la-bandwidth.Tpo -c bandwidth.c -fPIC -DPIC -o .libs/libaccess_filter_bandwidth_plugin_la-bandwidth.o mv -f .deps/libaccess_filter_bandwidth_plugin_la-bandwidth.Tpo .deps/libaccess_filter_bandwidth_plugin_la-bandwidth.Plo /bin/bash ../../libtool --tag=CC --mode=link gcc -std=gnu99 `top_builddir="../.." ../../vlc-config --cflags plugin libaccess_filter_bandwidth_plugin.la` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -rpath '/usr/local/lib/vlc/access_filter' -avoid-version -module -no-undefined -export-symbol-regex ^vlc_entry -shrext .so `top_builddir="../.." ../../vlc-config --ldflags plugin libaccess_filter_bandwidth_plugin.la` -o libaccess_filter_bandwidth_plugin.la libaccess_filter_bandwidth_plugin_la-bandwidth.lo `top_builddir="../.." ../../vlc-config -libs plugin libaccess_filter_bandwidth_plugin.la` ../../src/libvlccore.la gcc -std=gnu99 -shared .libs/libaccess_filter_bandwidth_plugin_la-bandwidth.o -Wl,--rpath -Wl,/home/loongson/thusneltheora/vlc-0.9.2/src/.libs -lpthread ../../src/.libs/libvlccore.so -mtune=pentium2 -Wl,-soname -Wl,libaccess_filter_bandwidth_plugin.so -o .libs/libaccess_filter_bandwidth_plugin.so creating libaccess_filter_bandwidth_plugin.la (cd .libs && rm -f libaccess_filter_bandwidth_plugin.la && ln -s ../libaccess_filter_bandwidth_plugin.la libaccess_filter_bandwidth_plugin.la) /bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -DSYS_LINUX `top_builddir="../.." ../../vlc-config --cflags plugin libaccess_filter_dump_plugin_la-dump.lo` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libaccess_filter_dump_plugin_la-dump.lo -MD -MP -MF .deps/libaccess_filter_dump_plugin_la-dump.Tpo -c -o libaccess_filter_dump_plugin_la-dump.lo `test -f 'dump.c' || echo './'`dump.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -D__PLUGIN__ -DMODULE_NAME=access_filter_dump -DMODULE_NAME_IS_access_filter_dump -DMODULE_STRING=\"access_filter_dump\" -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libaccess_filter_dump_plugin_la-dump.lo -MD -MP -MF .deps/libaccess_filter_dump_plugin_la-dump.Tpo -c dump.c -fPIC -DPIC -o .libs/libaccess_filter_dump_plugin_la-dump.o mv -f .deps/libaccess_filter_dump_plugin_la-dump.Tpo .deps/libaccess_filter_dump_plugin_la-dump.Plo /bin/bash ../../libtool --tag=CC --mode=link gcc -std=gnu99 `top_builddir="../.." ../../vlc-config --cflags plugin libaccess_filter_dump_plugin.la` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -rpath '/usr/local/lib/vlc/access_filter' -avoid-version -module -no-undefined -export-symbol-regex ^vlc_entry -shrext .so `top_builddir="../.." ../../vlc-config --ldflags plugin libaccess_filter_dump_plugin.la` -o libaccess_filter_dump_plugin.la libaccess_filter_dump_plugin_la-dump.lo `top_builddir="../.." ../../vlc-config -libs plugin libaccess_filter_dump_plugin.la` ../../src/libvlccore.la gcc -std=gnu99 -shared .libs/libaccess_filter_dump_plugin_la-dump.o -Wl,--rpath -Wl,/home/loongson/thusneltheora/vlc-0.9.2/src/.libs -lpthread ../../src/.libs/libvlccore.so -mtune=pentium2 -Wl,-soname -Wl,libaccess_filter_dump_plugin.so -o .libs/libaccess_filter_dump_plugin.so creating libaccess_filter_dump_plugin.la (cd .libs && rm -f libaccess_filter_dump_plugin.la && ln -s ../libaccess_filter_dump_plugin.la libaccess_filter_dump_plugin.la) /bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -DSYS_LINUX `top_builddir="../.." ../../vlc-config --cflags plugin libaccess_filter_record_plugin_la-record.lo` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libaccess_filter_record_plugin_la-record.lo -MD -MP -MF .deps/libaccess_filter_record_plugin_la-record.Tpo -c -o libaccess_filter_record_plugin_la-record.lo `test -f 'record.c' || echo './'`record.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -D__PLUGIN__ -DMODULE_NAME=access_filter_record -DMODULE_NAME_IS_access_filter_record -DMODULE_STRING=\"access_filter_record\" -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libaccess_filter_record_plugin_la-record.lo -MD -MP -MF .deps/libaccess_filter_record_plugin_la-record.Tpo -c record.c -fPIC -DPIC -o .libs/libaccess_filter_record_plugin_la-record.o mv -f .deps/libaccess_filter_record_plugin_la-record.Tpo .deps/libaccess_filter_record_plugin_la-record.Plo /bin/bash ../../libtool --tag=CC --mode=link gcc -std=gnu99 `top_builddir="../.." ../../vlc-config --cflags plugin libaccess_filter_record_plugin.la` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -rpath '/usr/local/lib/vlc/access_filter' -avoid-version -module -no-undefined -export-symbol-regex ^vlc_entry -shrext .so `top_builddir="../.." ../../vlc-config --ldflags plugin libaccess_filter_record_plugin.la` -o libaccess_filter_record_plugin.la libaccess_filter_record_plugin_la-record.lo `top_builddir="../.." ../../vlc-config -libs plugin libaccess_filter_record_plugin.la` ../../src/libvlccore.la gcc -std=gnu99 -shared .libs/libaccess_filter_record_plugin_la-record.o -Wl,--rpath -Wl,/home/loongson/thusneltheora/vlc-0.9.2/src/.libs -lpthread ../../src/.libs/libvlccore.so -mtune=pentium2 -Wl,-soname -Wl,libaccess_filter_record_plugin.so -o .libs/libaccess_filter_record_plugin.so creating libaccess_filter_record_plugin.la (cd .libs && rm -f libaccess_filter_record_plugin.la && ln -s ../libaccess_filter_record_plugin.la libaccess_filter_record_plugin.la) /bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -DSYS_LINUX `top_builddir="../.." ../../vlc-config --cflags plugin libaccess_filter_timeshift_plugin_la-timeshift.lo` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libaccess_filter_timeshift_plugin_la-timeshift.lo -MD -MP -MF .deps/libaccess_filter_timeshift_plugin_la-timeshift.Tpo -c -o libaccess_filter_timeshift_plugin_la-timeshift.lo `test -f 'timeshift.c' || echo './'`timeshift.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -D__PLUGIN__ -DMODULE_NAME=access_filter_timeshift -DMODULE_NAME_IS_access_filter_timeshift -DMODULE_STRING=\"access_filter_timeshift\" -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libaccess_filter_timeshift_plugin_la-timeshift.lo -MD -MP -MF .deps/libaccess_filter_timeshift_plugin_la-timeshift.Tpo -c timeshift.c -fPIC -DPIC -o .libs/libaccess_filter_timeshift_plugin_la-timeshift.o timeshift.c: In function ‘NextFileWrite’: timeshift.c:381: warning: ignoring return value of ‘ftruncate’, declared with attribute warn_unused_result mv -f .deps/libaccess_filter_timeshift_plugin_la-timeshift.Tpo .deps/libaccess_filter_timeshift_plugin_la-timeshift.Plo /bin/bash ../../libtool --tag=CC --mode=link gcc -std=gnu99 `top_builddir="../.." ../../vlc-config --cflags plugin libaccess_filter_timeshift_plugin.la` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -rpath '/usr/local/lib/vlc/access_filter' -avoid-version -module -no-undefined -export-symbol-regex ^vlc_entry -shrext .so `top_builddir="../.." ../../vlc-config --ldflags plugin libaccess_filter_timeshift_plugin.la` -o libaccess_filter_timeshift_plugin.la libaccess_filter_timeshift_plugin_la-timeshift.lo `top_builddir="../.." ../../vlc-config -libs plugin libaccess_filter_timeshift_plugin.la` ../../src/libvlccore.la gcc -std=gnu99 -shared .libs/libaccess_filter_timeshift_plugin_la-timeshift.o -Wl,--rpath -Wl,/home/loongson/thusneltheora/vlc-0.9.2/src/.libs -lpthread ../../src/.libs/libvlccore.so -mtune=pentium2 -Wl,-soname -Wl,libaccess_filter_timeshift_plugin.so -o .libs/libaccess_filter_timeshift_plugin.so creating libaccess_filter_timeshift_plugin.la (cd .libs && rm -f libaccess_filter_timeshift_plugin.la && ln -s ../libaccess_filter_timeshift_plugin.la libaccess_filter_timeshift_plugin.la) make[4]: Leaving directory `/home/loongson/thusneltheora/vlc-0.9.2/modules/access_filter' make[3]: Leaving directory `/home/loongson/thusneltheora/vlc-0.9.2/modules/access_filter' Making all in audio_filter make[3]: Entering directory `/home/loongson/thusneltheora/vlc-0.9.2/modules/audio_filter' make all-recursive make[4]: Entering directory `/home/loongson/thusneltheora/vlc-0.9.2/modules/audio_filter' Making all in channel_mixer make[5]: Entering directory `/home/loongson/thusneltheora/vlc-0.9.2/modules/audio_filter/channel_mixer' make all-am make[6]: Entering directory `/home/loongson/thusneltheora/vlc-0.9.2/modules/audio_filter/channel_mixer' /bin/bash ../../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -DSYS_LINUX `top_builddir="../../.." ../../../vlc-config --cflags plugin libdolby_surround_decoder_plugin_la-dolby.lo` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libdolby_surround_decoder_plugin_la-dolby.lo -MD -MP -MF .deps/libdolby_surround_decoder_plugin_la-dolby.Tpo -c -o libdolby_surround_decoder_plugin_la-dolby.lo `test -f 'dolby.c' || echo './'`dolby.c mkdir .libs gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -D__PLUGIN__ -DMODULE_NAME=dolby_surround_decoder -DMODULE_NAME_IS_dolby_surround_decoder -DMODULE_STRING=\"dolby_surround_decoder\" -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libdolby_surround_decoder_plugin_la-dolby.lo -MD -MP -MF .deps/libdolby_surround_decoder_plugin_la-dolby.Tpo -c dolby.c -fPIC -DPIC -o .libs/libdolby_surround_decoder_plugin_la-dolby.o mv -f .deps/libdolby_surround_decoder_plugin_la-dolby.Tpo .deps/libdolby_surround_decoder_plugin_la-dolby.Plo /bin/bash ../../../libtool --tag=CC --mode=link gcc -std=gnu99 `top_builddir="../../.." ../../../vlc-config --cflags plugin libdolby_surround_decoder_plugin.la` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -rpath '/usr/local/lib/vlc/audio_filter' -avoid-version -module -no-undefined -export-symbol-regex ^vlc_entry -shrext .so `top_builddir="../../.." ../../../vlc-config --ldflags plugin libdolby_surround_decoder_plugin.la` -o libdolby_surround_decoder_plugin.la libdolby_surround_decoder_plugin_la-dolby.lo `top_builddir="../../.." ../../../vlc-config -libs plugin libdolby_surround_decoder_plugin.la` ../../../src/libvlccore.la gcc -std=gnu99 -shared .libs/libdolby_surround_decoder_plugin_la-dolby.o -Wl,--rpath -Wl,/home/loongson/thusneltheora/vlc-0.9.2/src/.libs -lpthread ../../../src/.libs/libvlccore.so -mtune=pentium2 -Wl,-soname -Wl,libdolby_surround_decoder_plugin.so -o .libs/libdolby_surround_decoder_plugin.so creating libdolby_surround_decoder_plugin.la (cd .libs && rm -f libdolby_surround_decoder_plugin.la && ln -s ../libdolby_surround_decoder_plugin.la libdolby_surround_decoder_plugin.la) /bin/bash ../../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -DSYS_LINUX `top_builddir="../../.." ../../../vlc-config --cflags plugin libheadphone_channel_mixer_plugin_la-headphone.lo` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libheadphone_channel_mixer_plugin_la-headphone.lo -MD -MP -MF .deps/libheadphone_channel_mixer_plugin_la-headphone.Tpo -c -o libheadphone_channel_mixer_plugin_la-headphone.lo `test -f 'headphone.c' || echo './'`headphone.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -D__PLUGIN__ -DMODULE_NAME=headphone_channel_mixer -DMODULE_NAME_IS_headphone_channel_mixer -DMODULE_STRING=\"headphone_channel_mixer\" -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libheadphone_channel_mixer_plugin_la-headphone.lo -MD -MP -MF .deps/libheadphone_channel_mixer_plugin_la-headphone.Tpo -c headphone.c -fPIC -DPIC -o .libs/libheadphone_channel_mixer_plugin_la-headphone.o mv -f .deps/libheadphone_channel_mixer_plugin_la-headphone.Tpo .deps/libheadphone_channel_mixer_plugin_la-headphone.Plo /bin/bash ../../../libtool --tag=CC --mode=link gcc -std=gnu99 `top_builddir="../../.." ../../../vlc-config --cflags plugin libheadphone_channel_mixer_plugin.la` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -rpath '/usr/local/lib/vlc/audio_filter' -avoid-version -module -no-undefined -export-symbol-regex ^vlc_entry -shrext .so `top_builddir="../../.." ../../../vlc-config --ldflags plugin libheadphone_channel_mixer_plugin.la` -o libheadphone_channel_mixer_plugin.la libheadphone_channel_mixer_plugin_la-headphone.lo `top_builddir="../../.." ../../../vlc-config -libs plugin libheadphone_channel_mixer_plugin.la` ../../../src/libvlccore.la gcc -std=gnu99 -shared .libs/libheadphone_channel_mixer_plugin_la-headphone.o -Wl,--rpath -Wl,/home/loongson/thusneltheora/vlc-0.9.2/src/.libs -lpthread -lm ../../../src/.libs/libvlccore.so -mtune=pentium2 -Wl,-soname -Wl,libheadphone_channel_mixer_plugin.so -o .libs/libheadphone_channel_mixer_plugin.so creating libheadphone_channel_mixer_plugin.la (cd .libs && rm -f libheadphone_channel_mixer_plugin.la && ln -s ../libheadphone_channel_mixer_plugin.la libheadphone_channel_mixer_plugin.la) /bin/bash ../../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -DSYS_LINUX `top_builddir="../../.." ../../../vlc-config --cflags plugin libmono_plugin_la-mono.lo` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libmono_plugin_la-mono.lo -MD -MP -MF .deps/libmono_plugin_la-mono.Tpo -c -o libmono_plugin_la-mono.lo `test -f 'mono.c' || echo './'`mono.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -D__PLUGIN__ -DMODULE_NAME=mono -DMODULE_NAME_IS_mono -DMODULE_STRING=\"mono\" -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libmono_plugin_la-mono.lo -MD -MP -MF .deps/libmono_plugin_la-mono.Tpo -c mono.c -fPIC -DPIC -o .libs/libmono_plugin_la-mono.o mv -f .deps/libmono_plugin_la-mono.Tpo .deps/libmono_plugin_la-mono.Plo /bin/bash ../../../libtool --tag=CC --mode=link gcc -std=gnu99 `top_builddir="../../.." ../../../vlc-config --cflags plugin libmono_plugin.la` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -rpath '/usr/local/lib/vlc/audio_filter' -avoid-version -module -no-undefined -export-symbol-regex ^vlc_entry -shrext .so `top_builddir="../../.." ../../../vlc-config --ldflags plugin libmono_plugin.la` -o libmono_plugin.la libmono_plugin_la-mono.lo `top_builddir="../../.." ../../../vlc-config -libs plugin libmono_plugin.la` ../../../src/libvlccore.la gcc -std=gnu99 -shared .libs/libmono_plugin_la-mono.o -Wl,--rpath -Wl,/home/loongson/thusneltheora/vlc-0.9.2/src/.libs -lpthread -lm ../../../src/.libs/libvlccore.so -mtune=pentium2 -Wl,-soname -Wl,libmono_plugin.so -o .libs/libmono_plugin.so creating libmono_plugin.la (cd .libs && rm -f libmono_plugin.la && ln -s ../libmono_plugin.la libmono_plugin.la) /bin/bash ../../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -DSYS_LINUX `top_builddir="../../.." ../../../vlc-config --cflags plugin libsimple_channel_mixer_plugin_la-simple.lo` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libsimple_channel_mixer_plugin_la-simple.lo -MD -MP -MF .deps/libsimple_channel_mixer_plugin_la-simple.Tpo -c -o libsimple_channel_mixer_plugin_la-simple.lo `test -f 'simple.c' || echo './'`simple.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -D__PLUGIN__ -DMODULE_NAME=simple_channel_mixer -DMODULE_NAME_IS_simple_channel_mixer -DMODULE_STRING=\"simple_channel_mixer\" -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libsimple_channel_mixer_plugin_la-simple.lo -MD -MP -MF .deps/libsimple_channel_mixer_plugin_la-simple.Tpo -c simple.c -fPIC -DPIC -o .libs/libsimple_channel_mixer_plugin_la-simple.o mv -f .deps/libsimple_channel_mixer_plugin_la-simple.Tpo .deps/libsimple_channel_mixer_plugin_la-simple.Plo /bin/bash ../../../libtool --tag=CC --mode=link gcc -std=gnu99 `top_builddir="../../.." ../../../vlc-config --cflags plugin libsimple_channel_mixer_plugin.la` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -rpath '/usr/local/lib/vlc/audio_filter' -avoid-version -module -no-undefined -export-symbol-regex ^vlc_entry -shrext .so `top_builddir="../../.." ../../../vlc-config --ldflags plugin libsimple_channel_mixer_plugin.la` -o libsimple_channel_mixer_plugin.la libsimple_channel_mixer_plugin_la-simple.lo `top_builddir="../../.." ../../../vlc-config -libs plugin libsimple_channel_mixer_plugin.la` ../../../src/libvlccore.la gcc -std=gnu99 -shared .libs/libsimple_channel_mixer_plugin_la-simple.o -Wl,--rpath -Wl,/home/loongson/thusneltheora/vlc-0.9.2/src/.libs -lpthread ../../../src/.libs/libvlccore.so -mtune=pentium2 -Wl,-soname -Wl,libsimple_channel_mixer_plugin.so -o .libs/libsimple_channel_mixer_plugin.so creating libsimple_channel_mixer_plugin.la (cd .libs && rm -f libsimple_channel_mixer_plugin.la && ln -s ../libsimple_channel_mixer_plugin.la libsimple_channel_mixer_plugin.la) /bin/bash ../../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -DSYS_LINUX `top_builddir="../../.." ../../../vlc-config --cflags plugin libtrivial_channel_mixer_plugin_la-trivial.lo` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libtrivial_channel_mixer_plugin_la-trivial.lo -MD -MP -MF .deps/libtrivial_channel_mixer_plugin_la-trivial.Tpo -c -o libtrivial_channel_mixer_plugin_la-trivial.lo `test -f 'trivial.c' || echo './'`trivial.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -D__PLUGIN__ -DMODULE_NAME=trivial_channel_mixer -DMODULE_NAME_IS_trivial_channel_mixer -DMODULE_STRING=\"trivial_channel_mixer\" -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libtrivial_channel_mixer_plugin_la-trivial.lo -MD -MP -MF .deps/libtrivial_channel_mixer_plugin_la-trivial.Tpo -c trivial.c -fPIC -DPIC -o .libs/libtrivial_channel_mixer_plugin_la-trivial.o mv -f .deps/libtrivial_channel_mixer_plugin_la-trivial.Tpo .deps/libtrivial_channel_mixer_plugin_la-trivial.Plo /bin/bash ../../../libtool --tag=CC --mode=link gcc -std=gnu99 `top_builddir="../../.." ../../../vlc-config --cflags plugin libtrivial_channel_mixer_plugin.la` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -rpath '/usr/local/lib/vlc/audio_filter' -avoid-version -module -no-undefined -export-symbol-regex ^vlc_entry -shrext .so `top_builddir="../../.." ../../../vlc-config --ldflags plugin libtrivial_channel_mixer_plugin.la` -o libtrivial_channel_mixer_plugin.la libtrivial_channel_mixer_plugin_la-trivial.lo `top_builddir="../../.." ../../../vlc-config -libs plugin libtrivial_channel_mixer_plugin.la` ../../../src/libvlccore.la gcc -std=gnu99 -shared .libs/libtrivial_channel_mixer_plugin_la-trivial.o -Wl,--rpath -Wl,/home/loongson/thusneltheora/vlc-0.9.2/src/.libs -lpthread ../../../src/.libs/libvlccore.so -mtune=pentium2 -Wl,-soname -Wl,libtrivial_channel_mixer_plugin.so -o .libs/libtrivial_channel_mixer_plugin.so creating libtrivial_channel_mixer_plugin.la (cd .libs && rm -f libtrivial_channel_mixer_plugin.la && ln -s ../libtrivial_channel_mixer_plugin.la libtrivial_channel_mixer_plugin.la) make[6]: Leaving directory `/home/loongson/thusneltheora/vlc-0.9.2/modules/audio_filter/channel_mixer' make[5]: Leaving directory `/home/loongson/thusneltheora/vlc-0.9.2/modules/audio_filter/channel_mixer' Making all in converter make[5]: Entering directory `/home/loongson/thusneltheora/vlc-0.9.2/modules/audio_filter/converter' make all-am make[6]: Entering directory `/home/loongson/thusneltheora/vlc-0.9.2/modules/audio_filter/converter' /bin/bash ../../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -DSYS_LINUX `top_builddir="../../.." ../../../vlc-config --cflags plugin liba52tofloat32_plugin_la-a52tofloat32.lo` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT liba52tofloat32_plugin_la-a52tofloat32.lo -MD -MP -MF .deps/liba52tofloat32_plugin_la-a52tofloat32.Tpo -c -o liba52tofloat32_plugin_la-a52tofloat32.lo `test -f 'a52tofloat32.c' || echo './'`a52tofloat32.c mkdir .libs gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -D__PLUGIN__ -DMODULE_NAME=a52tofloat32 -DMODULE_NAME_IS_a52tofloat32 -DMODULE_STRING=\"a52tofloat32\" -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT liba52tofloat32_plugin_la-a52tofloat32.lo -MD -MP -MF .deps/liba52tofloat32_plugin_la-a52tofloat32.Tpo -c a52tofloat32.c -fPIC -DPIC -o .libs/liba52tofloat32_plugin_la-a52tofloat32.o mv -f .deps/liba52tofloat32_plugin_la-a52tofloat32.Tpo .deps/liba52tofloat32_plugin_la-a52tofloat32.Plo /bin/bash ../../../libtool --tag=CC --mode=link gcc -std=gnu99 `top_builddir="../../.." ../../../vlc-config --cflags plugin liba52tofloat32_plugin.la` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -rpath '/usr/local/lib/vlc/audio_filter' -avoid-version -module -no-undefined -export-symbol-regex ^vlc_entry -shrext .so `top_builddir="../../.." ../../../vlc-config --ldflags plugin liba52tofloat32_plugin.la` -o liba52tofloat32_plugin.la liba52tofloat32_plugin_la-a52tofloat32.lo `top_builddir="../../.." ../../../vlc-config -libs plugin liba52tofloat32_plugin.la` ../../../src/libvlccore.la gcc -std=gnu99 -shared .libs/liba52tofloat32_plugin_la-a52tofloat32.o -Wl,--rpath -Wl,/home/loongson/thusneltheora/vlc-0.9.2/src/.libs -lpthread /usr/lib/liba52.so -lm ../../../src/.libs/libvlccore.so -mtune=pentium2 -Wl,-soname -Wl,liba52tofloat32_plugin.so -o .libs/liba52tofloat32_plugin.so creating liba52tofloat32_plugin.la (cd .libs && rm -f liba52tofloat32_plugin.la && ln -s ../liba52tofloat32_plugin.la liba52tofloat32_plugin.la) /bin/bash ../../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -DSYS_LINUX `top_builddir="../../.." ../../../vlc-config --cflags plugin liba52tospdif_plugin_la-a52tospdif.lo` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT liba52tospdif_plugin_la-a52tospdif.lo -MD -MP -MF .deps/liba52tospdif_plugin_la-a52tospdif.Tpo -c -o liba52tospdif_plugin_la-a52tospdif.lo `test -f 'a52tospdif.c' || echo './'`a52tospdif.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -D__PLUGIN__ -DMODULE_NAME=a52tospdif -DMODULE_NAME_IS_a52tospdif -DMODULE_STRING=\"a52tospdif\" -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT liba52tospdif_plugin_la-a52tospdif.lo -MD -MP -MF .deps/liba52tospdif_plugin_la-a52tospdif.Tpo -c a52tospdif.c -fPIC -DPIC -o .libs/liba52tospdif_plugin_la-a52tospdif.o mv -f .deps/liba52tospdif_plugin_la-a52tospdif.Tpo .deps/liba52tospdif_plugin_la-a52tospdif.Plo /bin/bash ../../../libtool --tag=CC --mode=link gcc -std=gnu99 `top_builddir="../../.." ../../../vlc-config --cflags plugin liba52tospdif_plugin.la` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -rpath '/usr/local/lib/vlc/audio_filter' -avoid-version -module -no-undefined -export-symbol-regex ^vlc_entry -shrext .so `top_builddir="../../.." ../../../vlc-config --ldflags plugin liba52tospdif_plugin.la` -o liba52tospdif_plugin.la liba52tospdif_plugin_la-a52tospdif.lo `top_builddir="../../.." ../../../vlc-config -libs plugin liba52tospdif_plugin.la` ../../../src/libvlccore.la gcc -std=gnu99 -shared .libs/liba52tospdif_plugin_la-a52tospdif.o -Wl,--rpath -Wl,/home/loongson/thusneltheora/vlc-0.9.2/src/.libs -lpthread ../../../src/.libs/libvlccore.so -mtune=pentium2 -Wl,-soname -Wl,liba52tospdif_plugin.so -o .libs/liba52tospdif_plugin.so creating liba52tospdif_plugin.la (cd .libs && rm -f liba52tospdif_plugin.la && ln -s ../liba52tospdif_plugin.la liba52tospdif_plugin.la) /bin/bash ../../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -DSYS_LINUX `top_builddir="../../.." ../../../vlc-config --cflags plugin libconverter_fixed_plugin_la-fixed.lo` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libconverter_fixed_plugin_la-fixed.lo -MD -MP -MF .deps/libconverter_fixed_plugin_la-fixed.Tpo -c -o libconverter_fixed_plugin_la-fixed.lo `test -f 'fixed.c' || echo './'`fixed.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -D__PLUGIN__ -DMODULE_NAME=converter_fixed -DMODULE_NAME_IS_converter_fixed -DMODULE_STRING=\"converter_fixed\" -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libconverter_fixed_plugin_la-fixed.lo -MD -MP -MF .deps/libconverter_fixed_plugin_la-fixed.Tpo -c fixed.c -fPIC -DPIC -o .libs/libconverter_fixed_plugin_la-fixed.o mv -f .deps/libconverter_fixed_plugin_la-fixed.Tpo .deps/libconverter_fixed_plugin_la-fixed.Plo /bin/bash ../../../libtool --tag=CC --mode=link gcc -std=gnu99 `top_builddir="../../.." ../../../vlc-config --cflags plugin libconverter_fixed_plugin.la` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -rpath '/usr/local/lib/vlc/audio_filter' -avoid-version -module -no-undefined -export-symbol-regex ^vlc_entry -shrext .so `top_builddir="../../.." ../../../vlc-config --ldflags plugin libconverter_fixed_plugin.la` -o libconverter_fixed_plugin.la libconverter_fixed_plugin_la-fixed.lo `top_builddir="../../.." ../../../vlc-config -libs plugin libconverter_fixed_plugin.la` ../../../src/libvlccore.la gcc -std=gnu99 -shared .libs/libconverter_fixed_plugin_la-fixed.o -Wl,--rpath -Wl,/home/loongson/thusneltheora/vlc-0.9.2/src/.libs -lpthread ../../../src/.libs/libvlccore.so -mtune=pentium2 -Wl,-soname -Wl,libconverter_fixed_plugin.so -o .libs/libconverter_fixed_plugin.so creating libconverter_fixed_plugin.la (cd .libs && rm -f libconverter_fixed_plugin.la && ln -s ../libconverter_fixed_plugin.la libconverter_fixed_plugin.la) /bin/bash ../../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -DSYS_LINUX `top_builddir="../../.." ../../../vlc-config --cflags plugin libconverter_float_plugin_la-float.lo` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libconverter_float_plugin_la-float.lo -MD -MP -MF .deps/libconverter_float_plugin_la-float.Tpo -c -o libconverter_float_plugin_la-float.lo `test -f 'float.c' || echo './'`float.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -D__PLUGIN__ -DMODULE_NAME=converter_float -DMODULE_NAME_IS_converter_float -DMODULE_STRING=\"converter_float\" -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libconverter_float_plugin_la-float.lo -MD -MP -MF .deps/libconverter_float_plugin_la-float.Tpo -c float.c -fPIC -DPIC -o .libs/libconverter_float_plugin_la-float.o mv -f .deps/libconverter_float_plugin_la-float.Tpo .deps/libconverter_float_plugin_la-float.Plo /bin/bash ../../../libtool --tag=CC --mode=link gcc -std=gnu99 `top_builddir="../../.." ../../../vlc-config --cflags plugin libconverter_float_plugin.la` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -rpath '/usr/local/lib/vlc/audio_filter' -avoid-version -module -no-undefined -export-symbol-regex ^vlc_entry -shrext .so `top_builddir="../../.." ../../../vlc-config --ldflags plugin libconverter_float_plugin.la` -o libconverter_float_plugin.la libconverter_float_plugin_la-float.lo `top_builddir="../../.." ../../../vlc-config -libs plugin libconverter_float_plugin.la` ../../../src/libvlccore.la gcc -std=gnu99 -shared .libs/libconverter_float_plugin_la-float.o -Wl,--rpath -Wl,/home/loongson/thusneltheora/vlc-0.9.2/src/.libs -lpthread ../../../src/.libs/libvlccore.so -mtune=pentium2 -Wl,-soname -Wl,libconverter_float_plugin.so -o .libs/libconverter_float_plugin.so creating libconverter_float_plugin.la (cd .libs && rm -f libconverter_float_plugin.la && ln -s ../libconverter_float_plugin.la libconverter_float_plugin.la) /bin/bash ../../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -DSYS_LINUX `top_builddir="../../.." ../../../vlc-config --cflags plugin libdtstospdif_plugin_la-dtstospdif.lo` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libdtstospdif_plugin_la-dtstospdif.lo -MD -MP -MF .deps/libdtstospdif_plugin_la-dtstospdif.Tpo -c -o libdtstospdif_plugin_la-dtstospdif.lo `test -f 'dtstospdif.c' || echo './'`dtstospdif.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -D__PLUGIN__ -DMODULE_NAME=dtstospdif -DMODULE_NAME_IS_dtstospdif -DMODULE_STRING=\"dtstospdif\" -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libdtstospdif_plugin_la-dtstospdif.lo -MD -MP -MF .deps/libdtstospdif_plugin_la-dtstospdif.Tpo -c dtstospdif.c -fPIC -DPIC -o .libs/libdtstospdif_plugin_la-dtstospdif.o mv -f .deps/libdtstospdif_plugin_la-dtstospdif.Tpo .deps/libdtstospdif_plugin_la-dtstospdif.Plo /bin/bash ../../../libtool --tag=CC --mode=link gcc -std=gnu99 `top_builddir="../../.." ../../../vlc-config --cflags plugin libdtstospdif_plugin.la` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -rpath '/usr/local/lib/vlc/audio_filter' -avoid-version -module -no-undefined -export-symbol-regex ^vlc_entry -shrext .so `top_builddir="../../.." ../../../vlc-config --ldflags plugin libdtstospdif_plugin.la` -o libdtstospdif_plugin.la libdtstospdif_plugin_la-dtstospdif.lo `top_builddir="../../.." ../../../vlc-config -libs plugin libdtstospdif_plugin.la` ../../../src/libvlccore.la gcc -std=gnu99 -shared .libs/libdtstospdif_plugin_la-dtstospdif.o -Wl,--rpath -Wl,/home/loongson/thusneltheora/vlc-0.9.2/src/.libs -lpthread ../../../src/.libs/libvlccore.so -mtune=pentium2 -Wl,-soname -Wl,libdtstospdif_plugin.so -o .libs/libdtstospdif_plugin.so creating libdtstospdif_plugin.la (cd .libs && rm -f libdtstospdif_plugin.la && ln -s ../libdtstospdif_plugin.la libdtstospdif_plugin.la) /bin/bash ../../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -DSYS_LINUX `top_builddir="../../.." ../../../vlc-config --cflags plugin libmpgatofixed32_plugin_la-mpgatofixed32.lo` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libmpgatofixed32_plugin_la-mpgatofixed32.lo -MD -MP -MF .deps/libmpgatofixed32_plugin_la-mpgatofixed32.Tpo -c -o libmpgatofixed32_plugin_la-mpgatofixed32.lo `test -f 'mpgatofixed32.c' || echo './'`mpgatofixed32.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -D__PLUGIN__ -DMODULE_NAME=mpgatofixed32 -DMODULE_NAME_IS_mpgatofixed32 -DMODULE_STRING=\"mpgatofixed32\" -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libmpgatofixed32_plugin_la-mpgatofixed32.lo -MD -MP -MF .deps/libmpgatofixed32_plugin_la-mpgatofixed32.Tpo -c mpgatofixed32.c -fPIC -DPIC -o .libs/libmpgatofixed32_plugin_la-mpgatofixed32.o mv -f .deps/libmpgatofixed32_plugin_la-mpgatofixed32.Tpo .deps/libmpgatofixed32_plugin_la-mpgatofixed32.Plo /bin/bash ../../../libtool --tag=CC --mode=link gcc -std=gnu99 `top_builddir="../../.." ../../../vlc-config --cflags plugin libmpgatofixed32_plugin.la` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -rpath '/usr/local/lib/vlc/audio_filter' -avoid-version -module -no-undefined -export-symbol-regex ^vlc_entry -shrext .so `top_builddir="../../.." ../../../vlc-config --ldflags plugin libmpgatofixed32_plugin.la` -o libmpgatofixed32_plugin.la libmpgatofixed32_plugin_la-mpgatofixed32.lo `top_builddir="../../.." ../../../vlc-config -libs plugin libmpgatofixed32_plugin.la` ../../../src/libvlccore.la gcc -std=gnu99 -shared .libs/libmpgatofixed32_plugin_la-mpgatofixed32.o -Wl,--rpath -Wl,/home/loongson/thusneltheora/vlc-0.9.2/src/.libs -lpthread /usr/lib/libmad.so ../../../src/.libs/libvlccore.so -mtune=pentium2 -Wl,-soname -Wl,libmpgatofixed32_plugin.so -o .libs/libmpgatofixed32_plugin.so creating libmpgatofixed32_plugin.la (cd .libs && rm -f libmpgatofixed32_plugin.la && ln -s ../libmpgatofixed32_plugin.la libmpgatofixed32_plugin.la) make[6]: Leaving directory `/home/loongson/thusneltheora/vlc-0.9.2/modules/audio_filter/converter' make[5]: Leaving directory `/home/loongson/thusneltheora/vlc-0.9.2/modules/audio_filter/converter' Making all in resampler make[5]: Entering directory `/home/loongson/thusneltheora/vlc-0.9.2/modules/audio_filter/resampler' make all-am make[6]: Entering directory `/home/loongson/thusneltheora/vlc-0.9.2/modules/audio_filter/resampler' /bin/bash ../../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -DSYS_LINUX `top_builddir="../../.." ../../../vlc-config --cflags plugin libbandlimited_resampler_plugin_la-bandlimited.lo` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libbandlimited_resampler_plugin_la-bandlimited.lo -MD -MP -MF .deps/libbandlimited_resampler_plugin_la-bandlimited.Tpo -c -o libbandlimited_resampler_plugin_la-bandlimited.lo `test -f 'bandlimited.c' || echo './'`bandlimited.c mkdir .libs gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -D__PLUGIN__ -DMODULE_NAME=bandlimited_resampler -DMODULE_NAME_IS_bandlimited_resampler -DMODULE_STRING=\"bandlimited_resampler\" -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libbandlimited_resampler_plugin_la-bandlimited.lo -MD -MP -MF .deps/libbandlimited_resampler_plugin_la-bandlimited.Tpo -c bandlimited.c -fPIC -DPIC -o .libs/libbandlimited_resampler_plugin_la-bandlimited.o mv -f .deps/libbandlimited_resampler_plugin_la-bandlimited.Tpo .deps/libbandlimited_resampler_plugin_la-bandlimited.Plo /bin/bash ../../../libtool --tag=CC --mode=link gcc -std=gnu99 `top_builddir="../../.." ../../../vlc-config --cflags plugin libbandlimited_resampler_plugin.la` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -rpath '/usr/local/lib/vlc/audio_filter' -avoid-version -module -no-undefined -export-symbol-regex ^vlc_entry -shrext .so `top_builddir="../../.." ../../../vlc-config --ldflags plugin libbandlimited_resampler_plugin.la` -o libbandlimited_resampler_plugin.la libbandlimited_resampler_plugin_la-bandlimited.lo `top_builddir="../../.." ../../../vlc-config -libs plugin libbandlimited_resampler_plugin.la` ../../../src/libvlccore.la gcc -std=gnu99 -shared .libs/libbandlimited_resampler_plugin_la-bandlimited.o -Wl,--rpath -Wl,/home/loongson/thusneltheora/vlc-0.9.2/src/.libs -lpthread ../../../src/.libs/libvlccore.so -mtune=pentium2 -Wl,-soname -Wl,libbandlimited_resampler_plugin.so -o .libs/libbandlimited_resampler_plugin.so creating libbandlimited_resampler_plugin.la (cd .libs && rm -f libbandlimited_resampler_plugin.la && ln -s ../libbandlimited_resampler_plugin.la libbandlimited_resampler_plugin.la) /bin/bash ../../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -DSYS_LINUX `top_builddir="../../.." ../../../vlc-config --cflags plugin liblinear_resampler_plugin_la-linear.lo` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT liblinear_resampler_plugin_la-linear.lo -MD -MP -MF .deps/liblinear_resampler_plugin_la-linear.Tpo -c -o liblinear_resampler_plugin_la-linear.lo `test -f 'linear.c' || echo './'`linear.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -D__PLUGIN__ -DMODULE_NAME=linear_resampler -DMODULE_NAME_IS_linear_resampler -DMODULE_STRING=\"linear_resampler\" -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT liblinear_resampler_plugin_la-linear.lo -MD -MP -MF .deps/liblinear_resampler_plugin_la-linear.Tpo -c linear.c -fPIC -DPIC -o .libs/liblinear_resampler_plugin_la-linear.o mv -f .deps/liblinear_resampler_plugin_la-linear.Tpo .deps/liblinear_resampler_plugin_la-linear.Plo /bin/bash ../../../libtool --tag=CC --mode=link gcc -std=gnu99 `top_builddir="../../.." ../../../vlc-config --cflags plugin liblinear_resampler_plugin.la` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -rpath '/usr/local/lib/vlc/audio_filter' -avoid-version -module -no-undefined -export-symbol-regex ^vlc_entry -shrext .so `top_builddir="../../.." ../../../vlc-config --ldflags plugin liblinear_resampler_plugin.la` -o liblinear_resampler_plugin.la liblinear_resampler_plugin_la-linear.lo `top_builddir="../../.." ../../../vlc-config -libs plugin liblinear_resampler_plugin.la` ../../../src/libvlccore.la gcc -std=gnu99 -shared .libs/liblinear_resampler_plugin_la-linear.o -Wl,--rpath -Wl,/home/loongson/thusneltheora/vlc-0.9.2/src/.libs -lpthread ../../../src/.libs/libvlccore.so -mtune=pentium2 -Wl,-soname -Wl,liblinear_resampler_plugin.so -o .libs/liblinear_resampler_plugin.so creating liblinear_resampler_plugin.la (cd .libs && rm -f liblinear_resampler_plugin.la && ln -s ../liblinear_resampler_plugin.la liblinear_resampler_plugin.la) /bin/bash ../../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -DSYS_LINUX `top_builddir="../../.." ../../../vlc-config --cflags plugin libtrivial_resampler_plugin_la-trivial.lo` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libtrivial_resampler_plugin_la-trivial.lo -MD -MP -MF .deps/libtrivial_resampler_plugin_la-trivial.Tpo -c -o libtrivial_resampler_plugin_la-trivial.lo `test -f 'trivial.c' || echo './'`trivial.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -D__PLUGIN__ -DMODULE_NAME=trivial_resampler -DMODULE_NAME_IS_trivial_resampler -DMODULE_STRING=\"trivial_resampler\" -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libtrivial_resampler_plugin_la-trivial.lo -MD -MP -MF .deps/libtrivial_resampler_plugin_la-trivial.Tpo -c trivial.c -fPIC -DPIC -o .libs/libtrivial_resampler_plugin_la-trivial.o mv -f .deps/libtrivial_resampler_plugin_la-trivial.Tpo .deps/libtrivial_resampler_plugin_la-trivial.Plo /bin/bash ../../../libtool --tag=CC --mode=link gcc -std=gnu99 `top_builddir="../../.." ../../../vlc-config --cflags plugin libtrivial_resampler_plugin.la` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -rpath '/usr/local/lib/vlc/audio_filter' -avoid-version -module -no-undefined -export-symbol-regex ^vlc_entry -shrext .so `top_builddir="../../.." ../../../vlc-config --ldflags plugin libtrivial_resampler_plugin.la` -o libtrivial_resampler_plugin.la libtrivial_resampler_plugin_la-trivial.lo `top_builddir="../../.." ../../../vlc-config -libs plugin libtrivial_resampler_plugin.la` ../../../src/libvlccore.la gcc -std=gnu99 -shared .libs/libtrivial_resampler_plugin_la-trivial.o -Wl,--rpath -Wl,/home/loongson/thusneltheora/vlc-0.9.2/src/.libs -lpthread ../../../src/.libs/libvlccore.so -mtune=pentium2 -Wl,-soname -Wl,libtrivial_resampler_plugin.so -o .libs/libtrivial_resampler_plugin.so creating libtrivial_resampler_plugin.la (cd .libs && rm -f libtrivial_resampler_plugin.la && ln -s ../libtrivial_resampler_plugin.la libtrivial_resampler_plugin.la) /bin/bash ../../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -DSYS_LINUX `top_builddir="../../.." ../../../vlc-config --cflags plugin libugly_resampler_plugin_la-ugly.lo` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libugly_resampler_plugin_la-ugly.lo -MD -MP -MF .deps/libugly_resampler_plugin_la-ugly.Tpo -c -o libugly_resampler_plugin_la-ugly.lo `test -f 'ugly.c' || echo './'`ugly.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -D__PLUGIN__ -DMODULE_NAME=ugly_resampler -DMODULE_NAME_IS_ugly_resampler -DMODULE_STRING=\"ugly_resampler\" -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libugly_resampler_plugin_la-ugly.lo -MD -MP -MF .deps/libugly_resampler_plugin_la-ugly.Tpo -c ugly.c -fPIC -DPIC -o .libs/libugly_resampler_plugin_la-ugly.o mv -f .deps/libugly_resampler_plugin_la-ugly.Tpo .deps/libugly_resampler_plugin_la-ugly.Plo /bin/bash ../../../libtool --tag=CC --mode=link gcc -std=gnu99 `top_builddir="../../.." ../../../vlc-config --cflags plugin libugly_resampler_plugin.la` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -rpath '/usr/local/lib/vlc/audio_filter' -avoid-version -module -no-undefined -export-symbol-regex ^vlc_entry -shrext .so `top_builddir="../../.." ../../../vlc-config --ldflags plugin libugly_resampler_plugin.la` -o libugly_resampler_plugin.la libugly_resampler_plugin_la-ugly.lo `top_builddir="../../.." ../../../vlc-config -libs plugin libugly_resampler_plugin.la` ../../../src/libvlccore.la gcc -std=gnu99 -shared .libs/libugly_resampler_plugin_la-ugly.o -Wl,--rpath -Wl,/home/loongson/thusneltheora/vlc-0.9.2/src/.libs -lpthread ../../../src/.libs/libvlccore.so -mtune=pentium2 -Wl,-soname -Wl,libugly_resampler_plugin.so -o .libs/libugly_resampler_plugin.so creating libugly_resampler_plugin.la (cd .libs && rm -f libugly_resampler_plugin.la && ln -s ../libugly_resampler_plugin.la libugly_resampler_plugin.la) make[6]: Leaving directory `/home/loongson/thusneltheora/vlc-0.9.2/modules/audio_filter/resampler' make[5]: Leaving directory `/home/loongson/thusneltheora/vlc-0.9.2/modules/audio_filter/resampler' Making all in spatializer make[5]: Entering directory `/home/loongson/thusneltheora/vlc-0.9.2/modules/audio_filter/spatializer' make all-am make[6]: Entering directory `/home/loongson/thusneltheora/vlc-0.9.2/modules/audio_filter/spatializer' /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -DSYS_LINUX `top_builddir="../../.." ../../../vlc-config --cxxflags plugin libspatializer_plugin_la-spatializer.lo` -g -O2 -MT libspatializer_plugin_la-spatializer.lo -MD -MP -MF .deps/libspatializer_plugin_la-spatializer.Tpo -c -o libspatializer_plugin_la-spatializer.lo `test -f 'spatializer.cpp' || echo './'`spatializer.cpp mkdir .libs g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -D__PLUGIN__ -DMODULE_NAME=spatializer -DMODULE_NAME_IS_spatializer -DMODULE_STRING=\"spatializer\" -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -g -O2 -MT libspatializer_plugin_la-spatializer.lo -MD -MP -MF .deps/libspatializer_plugin_la-spatializer.Tpo -c spatializer.cpp -fPIC -DPIC -o .libs/libspatializer_plugin_la-spatializer.o mv -f .deps/libspatializer_plugin_la-spatializer.Tpo .deps/libspatializer_plugin_la-spatializer.Plo /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -DSYS_LINUX `top_builddir="../../.." ../../../vlc-config --cxxflags plugin libspatializer_plugin_la-allpass.lo` -g -O2 -MT libspatializer_plugin_la-allpass.lo -MD -MP -MF .deps/libspatializer_plugin_la-allpass.Tpo -c -o libspatializer_plugin_la-allpass.lo `test -f 'allpass.cpp' || echo './'`allpass.cpp g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -D__PLUGIN__ -DMODULE_NAME=spatializer -DMODULE_NAME_IS_spatializer -DMODULE_STRING=\"spatializer\" -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -g -O2 -MT libspatializer_plugin_la-allpass.lo -MD -MP -MF .deps/libspatializer_plugin_la-allpass.Tpo -c allpass.cpp -fPIC -DPIC -o .libs/libspatializer_plugin_la-allpass.o mv -f .deps/libspatializer_plugin_la-allpass.Tpo .deps/libspatializer_plugin_la-allpass.Plo /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -DSYS_LINUX `top_builddir="../../.." ../../../vlc-config --cxxflags plugin libspatializer_plugin_la-comb.lo` -g -O2 -MT libspatializer_plugin_la-comb.lo -MD -MP -MF .deps/libspatializer_plugin_la-comb.Tpo -c -o libspatializer_plugin_la-comb.lo `test -f 'comb.cpp' || echo './'`comb.cpp g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -D__PLUGIN__ -DMODULE_NAME=spatializer -DMODULE_NAME_IS_spatializer -DMODULE_STRING=\"spatializer\" -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -g -O2 -MT libspatializer_plugin_la-comb.lo -MD -MP -MF .deps/libspatializer_plugin_la-comb.Tpo -c comb.cpp -fPIC -DPIC -o .libs/libspatializer_plugin_la-comb.o mv -f .deps/libspatializer_plugin_la-comb.Tpo .deps/libspatializer_plugin_la-comb.Plo /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -DSYS_LINUX `top_builddir="../../.." ../../../vlc-config --cxxflags plugin libspatializer_plugin_la-revmodel.lo` -g -O2 -MT libspatializer_plugin_la-revmodel.lo -MD -MP -MF .deps/libspatializer_plugin_la-revmodel.Tpo -c -o libspatializer_plugin_la-revmodel.lo `test -f 'revmodel.cpp' || echo './'`revmodel.cpp g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -D__PLUGIN__ -DMODULE_NAME=spatializer -DMODULE_NAME_IS_spatializer -DMODULE_STRING=\"spatializer\" -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -g -O2 -MT libspatializer_plugin_la-revmodel.lo -MD -MP -MF .deps/libspatializer_plugin_la-revmodel.Tpo -c revmodel.cpp -fPIC -DPIC -o .libs/libspatializer_plugin_la-revmodel.o mv -f .deps/libspatializer_plugin_la-revmodel.Tpo .deps/libspatializer_plugin_la-revmodel.Plo /bin/bash ../../../libtool --tag=CXX --mode=link g++ `top_builddir="../../.." ../../../vlc-config --cxxflags plugin libspatializer_plugin.la` -g -O2 -rpath '/usr/local/lib/vlc/audio_filter' -avoid-version -module -no-undefined -export-symbol-regex ^vlc_entry -shrext .so `top_builddir="../../.." ../../../vlc-config --ldflags plugin libspatializer_plugin.la` -o libspatializer_plugin.la libspatializer_plugin_la-spatializer.lo libspatializer_plugin_la-allpass.lo libspatializer_plugin_la-comb.lo libspatializer_plugin_la-revmodel.lo `top_builddir="../../.." ../../../vlc-config -libs plugin libspatializer_plugin.la` ../../../src/libvlccore.la g++ -shared -nostdlib /usr/lib/gcc/i486-linux-gnu/4.1.3/../../../../lib/crti.o /usr/lib/gcc/i486-linux-gnu/4.1.3/crtbeginS.o .libs/libspatializer_plugin_la-spatializer.o .libs/libspatializer_plugin_la-allpass.o .libs/libspatializer_plugin_la-comb.o .libs/libspatializer_plugin_la-revmodel.o -Wl,--rpath -Wl,/home/loongson/thusneltheora/vlc-0.9.2/src/.libs -lpthread ../../../src/.libs/libvlccore.so -L/usr/lib/gcc/i486-linux-gnu/4.1.3 -L/usr/lib/gcc/i486-linux-gnu/4.1.3/../../../../lib -L/lib/../lib -L/usr/lib/../lib -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/i486-linux-gnu/4.1.3/crtendS.o /usr/lib/gcc/i486-linux-gnu/4.1.3/../../../../lib/crtn.o -mtune=pentium2 -Wl,-soname -Wl,libspatializer_plugin.so -o .libs/libspatializer_plugin.so creating libspatializer_plugin.la (cd .libs && rm -f libspatializer_plugin.la && ln -s ../libspatializer_plugin.la libspatializer_plugin.la) make[6]: Leaving directory `/home/loongson/thusneltheora/vlc-0.9.2/modules/audio_filter/spatializer' make[5]: Leaving directory `/home/loongson/thusneltheora/vlc-0.9.2/modules/audio_filter/spatializer' make[5]: Entering directory `/home/loongson/thusneltheora/vlc-0.9.2/modules/audio_filter' /bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -DSYS_LINUX `top_builddir="../.." ../../vlc-config --cflags plugin libaudio_format_plugin_la-format.lo` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libaudio_format_plugin_la-format.lo -MD -MP -MF .deps/libaudio_format_plugin_la-format.Tpo -c -o libaudio_format_plugin_la-format.lo `test -f 'format.c' || echo './'`format.c mkdir .libs gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -D__PLUGIN__ -DMODULE_NAME=audio_format -DMODULE_NAME_IS_audio_format -DMODULE_STRING=\"audio_format\" -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libaudio_format_plugin_la-format.lo -MD -MP -MF .deps/libaudio_format_plugin_la-format.Tpo -c format.c -fPIC -DPIC -o .libs/libaudio_format_plugin_la-format.o mv -f .deps/libaudio_format_plugin_la-format.Tpo .deps/libaudio_format_plugin_la-format.Plo /bin/bash ../../libtool --tag=CC --mode=link gcc -std=gnu99 `top_builddir="../.." ../../vlc-config --cflags plugin libaudio_format_plugin.la` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -rpath '/usr/local/lib/vlc/audio_filter' -avoid-version -module -no-undefined -export-symbol-regex ^vlc_entry -shrext .so `top_builddir="../.." ../../vlc-config --ldflags plugin libaudio_format_plugin.la` -o libaudio_format_plugin.la libaudio_format_plugin_la-format.lo `top_builddir="../.." ../../vlc-config -libs plugin libaudio_format_plugin.la` ../../src/libvlccore.la gcc -std=gnu99 -shared .libs/libaudio_format_plugin_la-format.o -Wl,--rpath -Wl,/home/loongson/thusneltheora/vlc-0.9.2/src/.libs -lpthread ../../src/.libs/libvlccore.so -mtune=pentium2 -Wl,-soname -Wl,libaudio_format_plugin.so -o .libs/libaudio_format_plugin.so creating libaudio_format_plugin.la (cd .libs && rm -f libaudio_format_plugin.la && ln -s ../libaudio_format_plugin.la libaudio_format_plugin.la) /bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -DSYS_LINUX `top_builddir="../.." ../../vlc-config --cflags plugin libequalizer_plugin_la-equalizer.lo` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libequalizer_plugin_la-equalizer.lo -MD -MP -MF .deps/libequalizer_plugin_la-equalizer.Tpo -c -o libequalizer_plugin_la-equalizer.lo `test -f 'equalizer.c' || echo './'`equalizer.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -D__PLUGIN__ -DMODULE_NAME=equalizer -DMODULE_NAME_IS_equalizer -DMODULE_STRING=\"equalizer\" -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libequalizer_plugin_la-equalizer.lo -MD -MP -MF .deps/libequalizer_plugin_la-equalizer.Tpo -c equalizer.c -fPIC -DPIC -o .libs/libequalizer_plugin_la-equalizer.o mv -f .deps/libequalizer_plugin_la-equalizer.Tpo .deps/libequalizer_plugin_la-equalizer.Plo /bin/bash ../../libtool --tag=CC --mode=link gcc -std=gnu99 `top_builddir="../.." ../../vlc-config --cflags plugin libequalizer_plugin.la` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -rpath '/usr/local/lib/vlc/audio_filter' -avoid-version -module -no-undefined -export-symbol-regex ^vlc_entry -shrext .so `top_builddir="../.." ../../vlc-config --ldflags plugin libequalizer_plugin.la` -o libequalizer_plugin.la libequalizer_plugin_la-equalizer.lo `top_builddir="../.." ../../vlc-config -libs plugin libequalizer_plugin.la` ../../src/libvlccore.la gcc -std=gnu99 -shared .libs/libequalizer_plugin_la-equalizer.o -Wl,--rpath -Wl,/home/loongson/thusneltheora/vlc-0.9.2/src/.libs -lpthread -lm ../../src/.libs/libvlccore.so -mtune=pentium2 -Wl,-soname -Wl,libequalizer_plugin.so -o .libs/libequalizer_plugin.so creating libequalizer_plugin.la (cd .libs && rm -f libequalizer_plugin.la && ln -s ../libequalizer_plugin.la libequalizer_plugin.la) /bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -DSYS_LINUX `top_builddir="../.." ../../vlc-config --cflags plugin libnormvol_plugin_la-normvol.lo` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libnormvol_plugin_la-normvol.lo -MD -MP -MF .deps/libnormvol_plugin_la-normvol.Tpo -c -o libnormvol_plugin_la-normvol.lo `test -f 'normvol.c' || echo './'`normvol.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -D__PLUGIN__ -DMODULE_NAME=normvol -DMODULE_NAME_IS_normvol -DMODULE_STRING=\"normvol\" -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libnormvol_plugin_la-normvol.lo -MD -MP -MF .deps/libnormvol_plugin_la-normvol.Tpo -c normvol.c -fPIC -DPIC -o .libs/libnormvol_plugin_la-normvol.o mv -f .deps/libnormvol_plugin_la-normvol.Tpo .deps/libnormvol_plugin_la-normvol.Plo /bin/bash ../../libtool --tag=CC --mode=link gcc -std=gnu99 `top_builddir="../.." ../../vlc-config --cflags plugin libnormvol_plugin.la` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -rpath '/usr/local/lib/vlc/audio_filter' -avoid-version -module -no-undefined -export-symbol-regex ^vlc_entry -shrext .so `top_builddir="../.." ../../vlc-config --ldflags plugin libnormvol_plugin.la` -o libnormvol_plugin.la libnormvol_plugin_la-normvol.lo `top_builddir="../.." ../../vlc-config -libs plugin libnormvol_plugin.la` ../../src/libvlccore.la gcc -std=gnu99 -shared .libs/libnormvol_plugin_la-normvol.o -Wl,--rpath -Wl,/home/loongson/thusneltheora/vlc-0.9.2/src/.libs -lpthread -lm ../../src/.libs/libvlccore.so -mtune=pentium2 -Wl,-soname -Wl,libnormvol_plugin.so -o .libs/libnormvol_plugin.so creating libnormvol_plugin.la (cd .libs && rm -f libnormvol_plugin.la && ln -s ../libnormvol_plugin.la libnormvol_plugin.la) /bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -DSYS_LINUX `top_builddir="../.." ../../vlc-config --cflags plugin libparam_eq_plugin_la-param_eq.lo` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libparam_eq_plugin_la-param_eq.lo -MD -MP -MF .deps/libparam_eq_plugin_la-param_eq.Tpo -c -o libparam_eq_plugin_la-param_eq.lo `test -f 'param_eq.c' || echo './'`param_eq.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -D__PLUGIN__ -DMODULE_NAME=param_eq -DMODULE_NAME_IS_param_eq -DMODULE_STRING=\"param_eq\" -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libparam_eq_plugin_la-param_eq.lo -MD -MP -MF .deps/libparam_eq_plugin_la-param_eq.Tpo -c param_eq.c -fPIC -DPIC -o .libs/libparam_eq_plugin_la-param_eq.o mv -f .deps/libparam_eq_plugin_la-param_eq.Tpo .deps/libparam_eq_plugin_la-param_eq.Plo /bin/bash ../../libtool --tag=CC --mode=link gcc -std=gnu99 `top_builddir="../.." ../../vlc-config --cflags plugin libparam_eq_plugin.la` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -rpath '/usr/local/lib/vlc/audio_filter' -avoid-version -module -no-undefined -export-symbol-regex ^vlc_entry -shrext .so `top_builddir="../.." ../../vlc-config --ldflags plugin libparam_eq_plugin.la` -o libparam_eq_plugin.la libparam_eq_plugin_la-param_eq.lo `top_builddir="../.." ../../vlc-config -libs plugin libparam_eq_plugin.la` ../../src/libvlccore.la gcc -std=gnu99 -shared .libs/libparam_eq_plugin_la-param_eq.o -Wl,--rpath -Wl,/home/loongson/thusneltheora/vlc-0.9.2/src/.libs -lpthread -lm ../../src/.libs/libvlccore.so -mtune=pentium2 -Wl,-soname -Wl,libparam_eq_plugin.so -o .libs/libparam_eq_plugin.so creating libparam_eq_plugin.la (cd .libs && rm -f libparam_eq_plugin.la && ln -s ../libparam_eq_plugin.la libparam_eq_plugin.la) /bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -DSYS_LINUX `top_builddir="../.." ../../vlc-config --cflags plugin libscaletempo_plugin_la-scaletempo.lo` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libscaletempo_plugin_la-scaletempo.lo -MD -MP -MF .deps/libscaletempo_plugin_la-scaletempo.Tpo -c -o libscaletempo_plugin_la-scaletempo.lo `test -f 'scaletempo.c' || echo './'`scaletempo.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -D__PLUGIN__ -DMODULE_NAME=scaletempo -DMODULE_NAME_IS_scaletempo -DMODULE_STRING=\"scaletempo\" -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libscaletempo_plugin_la-scaletempo.lo -MD -MP -MF .deps/libscaletempo_plugin_la-scaletempo.Tpo -c scaletempo.c -fPIC -DPIC -o .libs/libscaletempo_plugin_la-scaletempo.o mv -f .deps/libscaletempo_plugin_la-scaletempo.Tpo .deps/libscaletempo_plugin_la-scaletempo.Plo /bin/bash ../../libtool --tag=CC --mode=link gcc -std=gnu99 `top_builddir="../.." ../../vlc-config --cflags plugin libscaletempo_plugin.la` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -rpath '/usr/local/lib/vlc/audio_filter' -avoid-version -module -no-undefined -export-symbol-regex ^vlc_entry -shrext .so `top_builddir="../.." ../../vlc-config --ldflags plugin libscaletempo_plugin.la` -o libscaletempo_plugin.la libscaletempo_plugin_la-scaletempo.lo `top_builddir="../.." ../../vlc-config -libs plugin libscaletempo_plugin.la` ../../src/libvlccore.la gcc -std=gnu99 -shared .libs/libscaletempo_plugin_la-scaletempo.o -Wl,--rpath -Wl,/home/loongson/thusneltheora/vlc-0.9.2/src/.libs -lpthread ../../src/.libs/libvlccore.so -mtune=pentium2 -Wl,-soname -Wl,libscaletempo_plugin.so -o .libs/libscaletempo_plugin.so creating libscaletempo_plugin.la (cd .libs && rm -f libscaletempo_plugin.la && ln -s ../libscaletempo_plugin.la libscaletempo_plugin.la) make[5]: Leaving directory `/home/loongson/thusneltheora/vlc-0.9.2/modules/audio_filter' make[4]: Leaving directory `/home/loongson/thusneltheora/vlc-0.9.2/modules/audio_filter' make[3]: Leaving directory `/home/loongson/thusneltheora/vlc-0.9.2/modules/audio_filter' Making all in audio_mixer make[3]: Entering directory `/home/loongson/thusneltheora/vlc-0.9.2/modules/audio_mixer' make all-am make[4]: Entering directory `/home/loongson/thusneltheora/vlc-0.9.2/modules/audio_mixer' /bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -DSYS_LINUX `top_builddir="../.." ../../vlc-config --cflags plugin libfloat32_mixer_plugin_la-float32.lo` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libfloat32_mixer_plugin_la-float32.lo -MD -MP -MF .deps/libfloat32_mixer_plugin_la-float32.Tpo -c -o libfloat32_mixer_plugin_la-float32.lo `test -f 'float32.c' || echo './'`float32.c mkdir .libs gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -D__PLUGIN__ -DMODULE_NAME=float32_mixer -DMODULE_NAME_IS_float32_mixer -DMODULE_STRING=\"float32_mixer\" -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libfloat32_mixer_plugin_la-float32.lo -MD -MP -MF .deps/libfloat32_mixer_plugin_la-float32.Tpo -c float32.c -fPIC -DPIC -o .libs/libfloat32_mixer_plugin_la-float32.o mv -f .deps/libfloat32_mixer_plugin_la-float32.Tpo .deps/libfloat32_mixer_plugin_la-float32.Plo /bin/bash ../../libtool --tag=CC --mode=link gcc -std=gnu99 `top_builddir="../.." ../../vlc-config --cflags plugin libfloat32_mixer_plugin.la` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -rpath '/usr/local/lib/vlc/audio_mixer' -avoid-version -module -no-undefined -export-symbol-regex ^vlc_entry -shrext .so `top_builddir="../.." ../../vlc-config --ldflags plugin libfloat32_mixer_plugin.la` -o libfloat32_mixer_plugin.la libfloat32_mixer_plugin_la-float32.lo `top_builddir="../.." ../../vlc-config -libs plugin libfloat32_mixer_plugin.la` ../../src/libvlccore.la gcc -std=gnu99 -shared .libs/libfloat32_mixer_plugin_la-float32.o -Wl,--rpath -Wl,/home/loongson/thusneltheora/vlc-0.9.2/src/.libs -lpthread ../../src/.libs/libvlccore.so -mtune=pentium2 -Wl,-soname -Wl,libfloat32_mixer_plugin.so -o .libs/libfloat32_mixer_plugin.so creating libfloat32_mixer_plugin.la (cd .libs && rm -f libfloat32_mixer_plugin.la && ln -s ../libfloat32_mixer_plugin.la libfloat32_mixer_plugin.la) /bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -DSYS_LINUX `top_builddir="../.." ../../vlc-config --cflags plugin libspdif_mixer_plugin_la-spdif.lo` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libspdif_mixer_plugin_la-spdif.lo -MD -MP -MF .deps/libspdif_mixer_plugin_la-spdif.Tpo -c -o libspdif_mixer_plugin_la-spdif.lo `test -f 'spdif.c' || echo './'`spdif.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -D__PLUGIN__ -DMODULE_NAME=spdif_mixer -DMODULE_NAME_IS_spdif_mixer -DMODULE_STRING=\"spdif_mixer\" -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libspdif_mixer_plugin_la-spdif.lo -MD -MP -MF .deps/libspdif_mixer_plugin_la-spdif.Tpo -c spdif.c -fPIC -DPIC -o .libs/libspdif_mixer_plugin_la-spdif.o spdif.c: In function ‘DoWork’: spdif.c:77: warning: unused parameter ‘p_buffer’ mv -f .deps/libspdif_mixer_plugin_la-spdif.Tpo .deps/libspdif_mixer_plugin_la-spdif.Plo /bin/bash ../../libtool --tag=CC --mode=link gcc -std=gnu99 `top_builddir="../.." ../../vlc-config --cflags plugin libspdif_mixer_plugin.la` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -rpath '/usr/local/lib/vlc/audio_mixer' -avoid-version -module -no-undefined -export-symbol-regex ^vlc_entry -shrext .so `top_builddir="../.." ../../vlc-config --ldflags plugin libspdif_mixer_plugin.la` -o libspdif_mixer_plugin.la libspdif_mixer_plugin_la-spdif.lo `top_builddir="../.." ../../vlc-config -libs plugin libspdif_mixer_plugin.la` ../../src/libvlccore.la gcc -std=gnu99 -shared .libs/libspdif_mixer_plugin_la-spdif.o -Wl,--rpath -Wl,/home/loongson/thusneltheora/vlc-0.9.2/src/.libs -lpthread ../../src/.libs/libvlccore.so -mtune=pentium2 -Wl,-soname -Wl,libspdif_mixer_plugin.so -o .libs/libspdif_mixer_plugin.so creating libspdif_mixer_plugin.la (cd .libs && rm -f libspdif_mixer_plugin.la && ln -s ../libspdif_mixer_plugin.la libspdif_mixer_plugin.la) /bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -DSYS_LINUX `top_builddir="../.." ../../vlc-config --cflags plugin libtrivial_mixer_plugin_la-trivial.lo` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libtrivial_mixer_plugin_la-trivial.lo -MD -MP -MF .deps/libtrivial_mixer_plugin_la-trivial.Tpo -c -o libtrivial_mixer_plugin_la-trivial.lo `test -f 'trivial.c' || echo './'`trivial.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -D__PLUGIN__ -DMODULE_NAME=trivial_mixer -DMODULE_NAME_IS_trivial_mixer -DMODULE_STRING=\"trivial_mixer\" -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libtrivial_mixer_plugin_la-trivial.lo -MD -MP -MF .deps/libtrivial_mixer_plugin_la-trivial.Tpo -c trivial.c -fPIC -DPIC -o .libs/libtrivial_mixer_plugin_la-trivial.o mv -f .deps/libtrivial_mixer_plugin_la-trivial.Tpo .deps/libtrivial_mixer_plugin_la-trivial.Plo /bin/bash ../../libtool --tag=CC --mode=link gcc -std=gnu99 `top_builddir="../.." ../../vlc-config --cflags plugin libtrivial_mixer_plugin.la` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -rpath '/usr/local/lib/vlc/audio_mixer' -avoid-version -module -no-undefined -export-symbol-regex ^vlc_entry -shrext .so `top_builddir="../.." ../../vlc-config --ldflags plugin libtrivial_mixer_plugin.la` -o libtrivial_mixer_plugin.la libtrivial_mixer_plugin_la-trivial.lo `top_builddir="../.." ../../vlc-config -libs plugin libtrivial_mixer_plugin.la` ../../src/libvlccore.la gcc -std=gnu99 -shared .libs/libtrivial_mixer_plugin_la-trivial.o -Wl,--rpath -Wl,/home/loongson/thusneltheora/vlc-0.9.2/src/.libs -lpthread ../../src/.libs/libvlccore.so -mtune=pentium2 -Wl,-soname -Wl,libtrivial_mixer_plugin.so -o .libs/libtrivial_mixer_plugin.so creating libtrivial_mixer_plugin.la (cd .libs && rm -f libtrivial_mixer_plugin.la && ln -s ../libtrivial_mixer_plugin.la libtrivial_mixer_plugin.la) make[4]: Leaving directory `/home/loongson/thusneltheora/vlc-0.9.2/modules/audio_mixer' make[3]: Leaving directory `/home/loongson/thusneltheora/vlc-0.9.2/modules/audio_mixer' Making all in audio_output make[3]: Entering directory `/home/loongson/thusneltheora/vlc-0.9.2/modules/audio_output' make all-am make[4]: Entering directory `/home/loongson/thusneltheora/vlc-0.9.2/modules/audio_output' /bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -DSYS_LINUX `top_builddir="../.." ../../vlc-config --cflags plugin libaout_file_plugin_la-file.lo` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libaout_file_plugin_la-file.lo -MD -MP -MF .deps/libaout_file_plugin_la-file.Tpo -c -o libaout_file_plugin_la-file.lo `test -f 'file.c' || echo './'`file.c mkdir .libs gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -D__PLUGIN__ -DMODULE_NAME=aout_file -DMODULE_NAME_IS_aout_file -DMODULE_STRING=\"aout_file\" -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libaout_file_plugin_la-file.lo -MD -MP -MF .deps/libaout_file_plugin_la-file.Tpo -c file.c -fPIC -DPIC -o .libs/libaout_file_plugin_la-file.o mv -f .deps/libaout_file_plugin_la-file.Tpo .deps/libaout_file_plugin_la-file.Plo /bin/bash ../../libtool --tag=CC --mode=link gcc -std=gnu99 `top_builddir="../.." ../../vlc-config --cflags plugin libaout_file_plugin.la` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -rpath '/usr/local/lib/vlc/audio_output' -avoid-version -module -no-undefined -export-symbol-regex ^vlc_entry -shrext .so `top_builddir="../.." ../../vlc-config --ldflags plugin libaout_file_plugin.la` -o libaout_file_plugin.la libaout_file_plugin_la-file.lo `top_builddir="../.." ../../vlc-config -libs plugin libaout_file_plugin.la` ../../src/libvlccore.la gcc -std=gnu99 -shared .libs/libaout_file_plugin_la-file.o -Wl,--rpath -Wl,/home/loongson/thusneltheora/vlc-0.9.2/src/.libs -lpthread ../../src/.libs/libvlccore.so -mtune=pentium2 -Wl,-soname -Wl,libaout_file_plugin.so -o .libs/libaout_file_plugin.so creating libaout_file_plugin.la (cd .libs && rm -f libaout_file_plugin.la && ln -s ../libaout_file_plugin.la libaout_file_plugin.la) /bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -DSYS_LINUX `top_builddir="../.." ../../vlc-config --cflags plugin libaout_sdl_plugin_la-sdl.lo` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libaout_sdl_plugin_la-sdl.lo -MD -MP -MF .deps/libaout_sdl_plugin_la-sdl.Tpo -c -o libaout_sdl_plugin_la-sdl.lo `test -f 'sdl.c' || echo './'`sdl.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -D__PLUGIN__ -DMODULE_NAME=aout_sdl -DMODULE_NAME_IS_aout_sdl -DMODULE_STRING=\"aout_sdl\" -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -I/usr/include/ -D_GNU_SOURCE=1 -D_REENTRANT -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libaout_sdl_plugin_la-sdl.lo -MD -MP -MF .deps/libaout_sdl_plugin_la-sdl.Tpo -c sdl.c -fPIC -DPIC -o .libs/libaout_sdl_plugin_la-sdl.o sdl.c: In function ‘Open’: sdl.c:185: warning: assignment discards qualifiers from pointer target type sdl.c:201: warning: assignment discards qualifiers from pointer target type sdl.c:204: warning: assignment discards qualifiers from pointer target type mv -f .deps/libaout_sdl_plugin_la-sdl.Tpo .deps/libaout_sdl_plugin_la-sdl.Plo /bin/bash ../../libtool --tag=CC --mode=link gcc -std=gnu99 `top_builddir="../.." ../../vlc-config --cflags plugin libaout_sdl_plugin.la` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -rpath '/usr/local/lib/vlc/audio_output' -avoid-version -module -no-undefined -export-symbol-regex ^vlc_entry -shrext .so `top_builddir="../.." ../../vlc-config --ldflags plugin libaout_sdl_plugin.la` -o libaout_sdl_plugin.la libaout_sdl_plugin_la-sdl.lo `top_builddir="../.." ../../vlc-config -libs plugin libaout_sdl_plugin.la` ../../src/libvlccore.la gcc -std=gnu99 -shared .libs/libaout_sdl_plugin_la-sdl.o -Wl,--rpath -Wl,/home/loongson/thusneltheora/vlc-0.9.2/src/.libs -lpthread -L/usr/lib /usr/lib/libSDL.so ../../src/.libs/libvlccore.so -mtune=pentium2 -Wl,-soname -Wl,libaout_sdl_plugin.so -o .libs/libaout_sdl_plugin.so creating libaout_sdl_plugin.la (cd .libs && rm -f libaout_sdl_plugin.la && ln -s ../libaout_sdl_plugin.la libaout_sdl_plugin.la) /bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -DSYS_LINUX `top_builddir="../.." ../../vlc-config --cflags plugin liboss_plugin_la-oss.lo` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT liboss_plugin_la-oss.lo -MD -MP -MF .deps/liboss_plugin_la-oss.Tpo -c -o liboss_plugin_la-oss.lo `test -f 'oss.c' || echo './'`oss.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -D__PLUGIN__ -DMODULE_NAME=oss -DMODULE_NAME_IS_oss -DMODULE_STRING=\"oss\" -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT liboss_plugin_la-oss.lo -MD -MP -MF .deps/liboss_plugin_la-oss.Tpo -c oss.c -fPIC -DPIC -o .libs/liboss_plugin_la-oss.o oss.c: In function ‘Probe’: oss.c:172: warning: assignment discards qualifiers from pointer target type oss.c:183: warning: assignment discards qualifiers from pointer target type oss.c:207: warning: assignment discards qualifiers from pointer target type oss.c:227: warning: assignment discards qualifiers from pointer target type oss.c:251: warning: assignment discards qualifiers from pointer target type mv -f .deps/liboss_plugin_la-oss.Tpo .deps/liboss_plugin_la-oss.Plo /bin/bash ../../libtool --tag=CC --mode=link gcc -std=gnu99 `top_builddir="../.." ../../vlc-config --cflags plugin liboss_plugin.la` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -rpath '/usr/local/lib/vlc/audio_output' -avoid-version -module -no-undefined -export-symbol-regex ^vlc_entry -shrext .so `top_builddir="../.." ../../vlc-config --ldflags plugin liboss_plugin.la` -o liboss_plugin.la liboss_plugin_la-oss.lo `top_builddir="../.." ../../vlc-config -libs plugin liboss_plugin.la` ../../src/libvlccore.la gcc -std=gnu99 -shared .libs/liboss_plugin_la-oss.o -Wl,--rpath -Wl,/home/loongson/thusneltheora/vlc-0.9.2/src/.libs -lpthread ../../src/.libs/libvlccore.so -mtune=pentium2 -Wl,-soname -Wl,liboss_plugin.so -o .libs/liboss_plugin.so creating liboss_plugin.la (cd .libs && rm -f liboss_plugin.la && ln -s ../liboss_plugin.la liboss_plugin.la) make[4]: Leaving directory `/home/loongson/thusneltheora/vlc-0.9.2/modules/audio_output' make[3]: Leaving directory `/home/loongson/thusneltheora/vlc-0.9.2/modules/audio_output' Making all in codec make[3]: Entering directory `/home/loongson/thusneltheora/vlc-0.9.2/modules/codec' make all-recursive make[4]: Entering directory `/home/loongson/thusneltheora/vlc-0.9.2/modules/codec' Making all in cmml make[5]: Entering directory `/home/loongson/thusneltheora/vlc-0.9.2/modules/codec/cmml' make all-am make[6]: Entering directory `/home/loongson/thusneltheora/vlc-0.9.2/modules/codec/cmml' /bin/bash ../../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -DSYS_LINUX `top_builddir="../../.." ../../../vlc-config --cflags plugin libcmml_plugin_la-browser_open.lo` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libcmml_plugin_la-browser_open.lo -MD -MP -MF .deps/libcmml_plugin_la-browser_open.Tpo -c -o libcmml_plugin_la-browser_open.lo `test -f 'browser_open.c' || echo './'`browser_open.c mkdir .libs gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -D__PLUGIN__ -DMODULE_NAME=cmml -DMODULE_NAME_IS_cmml -DMODULE_STRING=\"cmml\" -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libcmml_plugin_la-browser_open.lo -MD -MP -MF .deps/libcmml_plugin_la-browser_open.Tpo -c browser_open.c -fPIC -DPIC -o .libs/libcmml_plugin_la-browser_open.o mv -f .deps/libcmml_plugin_la-browser_open.Tpo .deps/libcmml_plugin_la-browser_open.Plo /bin/bash ../../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -DSYS_LINUX `top_builddir="../../.." ../../../vlc-config --cflags plugin libcmml_plugin_la-cmml.lo` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libcmml_plugin_la-cmml.lo -MD -MP -MF .deps/libcmml_plugin_la-cmml.Tpo -c -o libcmml_plugin_la-cmml.lo `test -f 'cmml.c' || echo './'`cmml.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -D__PLUGIN__ -DMODULE_NAME=cmml -DMODULE_NAME_IS_cmml -DMODULE_STRING=\"cmml\" -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libcmml_plugin_la-cmml.lo -MD -MP -MF .deps/libcmml_plugin_la-cmml.Tpo -c cmml.c -fPIC -DPIC -o .libs/libcmml_plugin_la-cmml.o cmml.c: In function ‘ParseText’: cmml.c:244: warning: passing argument 2 of ‘xtag_first_child’ discards qualifiers from pointer target type cmml.c:259: warning: passing argument 2 of ‘xtag_get_attribute’ discards qualifiers from pointer target type mv -f .deps/libcmml_plugin_la-cmml.Tpo .deps/libcmml_plugin_la-cmml.Plo /bin/bash ../../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -DSYS_LINUX `top_builddir="../../.." ../../../vlc-config --cflags plugin libcmml_plugin_la-history.lo` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libcmml_plugin_la-history.lo -MD -MP -MF .deps/libcmml_plugin_la-history.Tpo -c -o libcmml_plugin_la-history.lo `test -f 'history.c' || echo './'`history.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -D__PLUGIN__ -DMODULE_NAME=cmml -DMODULE_NAME_IS_cmml -DMODULE_STRING=\"cmml\" -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libcmml_plugin_la-history.lo -MD -MP -MF .deps/libcmml_plugin_la-history.Tpo -c history.c -fPIC -DPIC -o .libs/libcmml_plugin_la-history.o mv -f .deps/libcmml_plugin_la-history.Tpo .deps/libcmml_plugin_la-history.Plo /bin/bash ../../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -DSYS_LINUX `top_builddir="../../.." ../../../vlc-config --cflags plugin libcmml_plugin_la-intf.lo` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libcmml_plugin_la-intf.lo -MD -MP -MF .deps/libcmml_plugin_la-intf.Tpo -c -o libcmml_plugin_la-intf.lo `test -f 'intf.c' || echo './'`intf.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -D__PLUGIN__ -DMODULE_NAME=cmml -DMODULE_NAME_IS_cmml -DMODULE_STRING=\"cmml\" -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libcmml_plugin_la-intf.lo -MD -MP -MF .deps/libcmml_plugin_la-intf.Tpo -c intf.c -fPIC -DPIC -o .libs/libcmml_plugin_la-intf.o mv -f .deps/libcmml_plugin_la-intf.Tpo .deps/libcmml_plugin_la-intf.Plo /bin/bash ../../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -DSYS_LINUX `top_builddir="../../.." ../../../vlc-config --cflags plugin libcmml_plugin_la-xarray.lo` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libcmml_plugin_la-xarray.lo -MD -MP -MF .deps/libcmml_plugin_la-xarray.Tpo -c -o libcmml_plugin_la-xarray.lo `test -f 'xarray.c' || echo './'`xarray.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -D__PLUGIN__ -DMODULE_NAME=cmml -DMODULE_NAME_IS_cmml -DMODULE_STRING=\"cmml\" -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libcmml_plugin_la-xarray.lo -MD -MP -MF .deps/libcmml_plugin_la-xarray.Tpo -c xarray.c -fPIC -DPIC -o .libs/libcmml_plugin_la-xarray.o mv -f .deps/libcmml_plugin_la-xarray.Tpo .deps/libcmml_plugin_la-xarray.Plo /bin/bash ../../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -DSYS_LINUX `top_builddir="../../.." ../../../vlc-config --cflags plugin libcmml_plugin_la-xlist.lo` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libcmml_plugin_la-xlist.lo -MD -MP -MF .deps/libcmml_plugin_la-xlist.Tpo -c -o libcmml_plugin_la-xlist.lo `test -f 'xlist.c' || echo './'`xlist.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -D__PLUGIN__ -DMODULE_NAME=cmml -DMODULE_NAME_IS_cmml -DMODULE_STRING=\"cmml\" -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libcmml_plugin_la-xlist.lo -MD -MP -MF .deps/libcmml_plugin_la-xlist.Tpo -c xlist.c -fPIC -DPIC -o .libs/libcmml_plugin_la-xlist.o mv -f .deps/libcmml_plugin_la-xlist.Tpo .deps/libcmml_plugin_la-xlist.Plo /bin/bash ../../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -DSYS_LINUX `top_builddir="../../.." ../../../vlc-config --cflags plugin libcmml_plugin_la-xtag.lo` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libcmml_plugin_la-xtag.lo -MD -MP -MF .deps/libcmml_plugin_la-xtag.Tpo -c -o libcmml_plugin_la-xtag.lo `test -f 'xtag.c' || echo './'`xtag.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -D__PLUGIN__ -DMODULE_NAME=cmml -DMODULE_NAME_IS_cmml -DMODULE_STRING=\"cmml\" -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libcmml_plugin_la-xtag.lo -MD -MP -MF .deps/libcmml_plugin_la-xtag.Tpo -c xtag.c -fPIC -DPIC -o .libs/libcmml_plugin_la-xtag.o mv -f .deps/libcmml_plugin_la-xtag.Tpo .deps/libcmml_plugin_la-xtag.Plo /bin/bash ../../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -DSYS_LINUX `top_builddir="../../.." ../../../vlc-config --cflags plugin libcmml_plugin_la-xurl.lo` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libcmml_plugin_la-xurl.lo -MD -MP -MF .deps/libcmml_plugin_la-xurl.Tpo -c -o libcmml_plugin_la-xurl.lo `test -f 'xurl.c' || echo './'`xurl.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -D__PLUGIN__ -DMODULE_NAME=cmml -DMODULE_NAME_IS_cmml -DMODULE_STRING=\"cmml\" -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libcmml_plugin_la-xurl.lo -MD -MP -MF .deps/libcmml_plugin_la-xurl.Tpo -c xurl.c -fPIC -DPIC -o .libs/libcmml_plugin_la-xurl.o xurl.c: In function ‘XURL_GetHead’: xurl.c:438: warning: passing argument 2 of ‘streallocat’ discards qualifiers from pointer target type mv -f .deps/libcmml_plugin_la-xurl.Tpo .deps/libcmml_plugin_la-xurl.Plo /bin/bash ../../../libtool --tag=CC --mode=link gcc -std=gnu99 `top_builddir="../../.." ../../../vlc-config --cflags plugin libcmml_plugin.la` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -rpath '/usr/local/lib/vlc/codec' -avoid-version -module -no-undefined -export-symbol-regex ^vlc_entry -shrext .so `top_builddir="../../.." ../../../vlc-config --ldflags plugin libcmml_plugin.la` -o libcmml_plugin.la libcmml_plugin_la-browser_open.lo libcmml_plugin_la-cmml.lo libcmml_plugin_la-history.lo libcmml_plugin_la-intf.lo libcmml_plugin_la-xarray.lo libcmml_plugin_la-xlist.lo libcmml_plugin_la-xtag.lo libcmml_plugin_la-xurl.lo `top_builddir="../../.." ../../../vlc-config -libs plugin libcmml_plugin.la` ../../../src/libvlccore.la gcc -std=gnu99 -shared .libs/libcmml_plugin_la-browser_open.o .libs/libcmml_plugin_la-cmml.o .libs/libcmml_plugin_la-history.o .libs/libcmml_plugin_la-intf.o .libs/libcmml_plugin_la-xarray.o .libs/libcmml_plugin_la-xlist.o .libs/libcmml_plugin_la-xtag.o .libs/libcmml_plugin_la-xurl.o -Wl,--rpath -Wl,/home/loongson/thusneltheora/vlc-0.9.2/src/.libs -lpthread ../../../src/.libs/libvlccore.so -mtune=pentium2 -Wl,-soname -Wl,libcmml_plugin.so -o .libs/libcmml_plugin.so creating libcmml_plugin.la (cd .libs && rm -f libcmml_plugin.la && ln -s ../libcmml_plugin.la libcmml_plugin.la) make[6]: Leaving directory `/home/loongson/thusneltheora/vlc-0.9.2/modules/codec/cmml' make[5]: Leaving directory `/home/loongson/thusneltheora/vlc-0.9.2/modules/codec/cmml' Making all in dmo make[5]: Entering directory `/home/loongson/thusneltheora/vlc-0.9.2/modules/codec/dmo' make all-am make[6]: Entering directory `/home/loongson/thusneltheora/vlc-0.9.2/modules/codec/dmo' make[6]: Nothing to be done for `all-am'. make[6]: Leaving directory `/home/loongson/thusneltheora/vlc-0.9.2/modules/codec/dmo' make[5]: Leaving directory `/home/loongson/thusneltheora/vlc-0.9.2/modules/codec/dmo' Making all in avcodec make[5]: Entering directory `/home/loongson/thusneltheora/vlc-0.9.2/modules/codec/avcodec' make all-am make[6]: Entering directory `/home/loongson/thusneltheora/vlc-0.9.2/modules/codec/avcodec' /bin/bash ../../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -DSYS_LINUX `top_builddir="../../.." ../../../vlc-config --cflags plugin libavcodec_plugin_la-avcodec.lo` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libavcodec_plugin_la-avcodec.lo -MD -MP -MF .deps/libavcodec_plugin_la-avcodec.Tpo -c -o libavcodec_plugin_la-avcodec.lo `test -f 'avcodec.c' || echo './'`avcodec.c mkdir .libs gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -D__PLUGIN__ -DMODULE_NAME=avcodec -DMODULE_NAME_IS_avcodec -DMODULE_STRING=\"avcodec\" -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -I/usr/local/include -I/usr/include/ffmpeg -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libavcodec_plugin_la-avcodec.lo -MD -MP -MF .deps/libavcodec_plugin_la-avcodec.Tpo -c avcodec.c -fPIC -DPIC -o .libs/libavcodec_plugin_la-avcodec.o In file included from avcodec.c:52: avutil.h:30: warning: no previous prototype for ‘LibavutilCallback’ fourcc.h:1054: warning: ‘GetVlcFourcc’ defined but not used mv -f .deps/libavcodec_plugin_la-avcodec.Tpo .deps/libavcodec_plugin_la-avcodec.Plo /bin/bash ../../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -DSYS_LINUX `top_builddir="../../.." ../../../vlc-config --cflags plugin libavcodec_plugin_la-video.lo` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libavcodec_plugin_la-video.lo -MD -MP -MF .deps/libavcodec_plugin_la-video.Tpo -c -o libavcodec_plugin_la-video.lo `test -f 'video.c' || echo './'`video.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -D__PLUGIN__ -DMODULE_NAME=avcodec -DMODULE_NAME_IS_avcodec -DMODULE_STRING=\"avcodec\" -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -I/usr/local/include -I/usr/include/ffmpeg -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libavcodec_plugin_la-video.lo -MD -MP -MF .deps/libavcodec_plugin_la-video.Tpo -c video.c -fPIC -DPIC -o .libs/libavcodec_plugin_la-video.o In file included from video.c:48: chroma.h: In function ‘GetFfmpegChroma’: chroma.h:117: warning: comparison between signed and unsigned chroma.h:118: warning: comparison between signed and unsigned chroma.h:119: warning: comparison between signed and unsigned video.c: At top level: video.c:91: warning: ‘AVPaletteControl’ is deprecated video.c: In function ‘InitVideoDec’: video.c:357: warning: ‘AVPaletteControl’ is deprecated video.c:359: warning: ‘AVPaletteControl’ is deprecated video.c: In function ‘ffmpeg_ReGetFrameBuf’: video.c:893: warning: comparison between signed and unsigned mv -f .deps/libavcodec_plugin_la-video.Tpo .deps/libavcodec_plugin_la-video.Plo /bin/bash ../../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -DSYS_LINUX `top_builddir="../../.." ../../../vlc-config --cflags plugin libavcodec_plugin_la-audio.lo` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libavcodec_plugin_la-audio.lo -MD -MP -MF .deps/libavcodec_plugin_la-audio.Tpo -c -o libavcodec_plugin_la-audio.lo `test -f 'audio.c' || echo './'`audio.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -D__PLUGIN__ -DMODULE_NAME=avcodec -DMODULE_NAME_IS_avcodec -DMODULE_STRING=\"avcodec\" -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -I/usr/local/include -I/usr/include/ffmpeg -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libavcodec_plugin_la-audio.lo -MD -MP -MF .deps/libavcodec_plugin_la-audio.Tpo -c audio.c -fPIC -DPIC -o .libs/libavcodec_plugin_la-audio.o audio.c: In function ‘InitAudioDec’: audio.c:149: warning: comparison between signed and unsigned audio.c: In function ‘DecodeAudio’: audio.c:319: warning: ‘avcodec_decode_audio’ is deprecated (declared at /usr/include/ffmpeg/avcodec.h:2730) mv -f .deps/libavcodec_plugin_la-audio.Tpo .deps/libavcodec_plugin_la-audio.Plo /bin/bash ../../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -DSYS_LINUX `top_builddir="../../.." ../../../vlc-config --cflags plugin libavcodec_plugin_la-deinterlace.lo` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libavcodec_plugin_la-deinterlace.lo -MD -MP -MF .deps/libavcodec_plugin_la-deinterlace.Tpo -c -o libavcodec_plugin_la-deinterlace.lo `test -f 'deinterlace.c' || echo './'`deinterlace.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -D__PLUGIN__ -DMODULE_NAME=avcodec -DMODULE_NAME_IS_avcodec -DMODULE_STRING=\"avcodec\" -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -I/usr/local/include -I/usr/include/ffmpeg -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libavcodec_plugin_la-deinterlace.lo -MD -MP -MF .deps/libavcodec_plugin_la-deinterlace.Tpo -c deinterlace.c -fPIC -DPIC -o .libs/libavcodec_plugin_la-deinterlace.o In file included from deinterlace.c:47: chroma.h: In function ‘GetFfmpegChroma’: chroma.h:117: warning: comparison between signed and unsigned chroma.h:118: warning: comparison between signed and unsigned chroma.h:119: warning: comparison between signed and unsigned mv -f .deps/libavcodec_plugin_la-deinterlace.Tpo .deps/libavcodec_plugin_la-deinterlace.Plo /bin/bash ../../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -DSYS_LINUX `top_builddir="../../.." ../../../vlc-config --cflags plugin libavcodec_plugin_la-encoder.lo` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libavcodec_plugin_la-encoder.lo -MD -MP -MF .deps/libavcodec_plugin_la-encoder.Tpo -c -o libavcodec_plugin_la-encoder.lo `test -f 'encoder.c' || echo './'`encoder.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -D__PLUGIN__ -DMODULE_NAME=avcodec -DMODULE_NAME_IS_avcodec -DMODULE_STRING=\"avcodec\" -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -I/usr/local/include -I/usr/include/ffmpeg -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libavcodec_plugin_la-encoder.lo -MD -MP -MF .deps/libavcodec_plugin_la-encoder.Tpo -c encoder.c -fPIC -DPIC -o .libs/libavcodec_plugin_la-encoder.o In file included from encoder.c:53: chroma.h: In function ‘GetFfmpegChroma’: chroma.h:117: warning: comparison between signed and unsigned chroma.h:118: warning: comparison between signed and unsigned chroma.h:119: warning: comparison between signed and unsigned encoder.c: In function ‘OpenEncoder’: encoder.c:486: warning: assignment discards qualifiers from pointer target type encoder.c:487: warning: assignment discards qualifiers from pointer target type encoder.c: At top level: fourcc.h:1054: warning: ‘GetVlcFourcc’ defined but not used mv -f .deps/libavcodec_plugin_la-encoder.Tpo .deps/libavcodec_plugin_la-encoder.Plo /bin/bash ../../../libtool --tag=CC --mode=link gcc -std=gnu99 `top_builddir="../../.." ../../../vlc-config --cflags plugin libavcodec_plugin.la` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -rpath '/usr/local/lib/vlc/codec' -avoid-version -module -no-undefined -export-symbol-regex ^vlc_entry -shrext .so `top_builddir="../../.." ../../../vlc-config --ldflags plugin libavcodec_plugin.la` -o libavcodec_plugin.la libavcodec_plugin_la-avcodec.lo libavcodec_plugin_la-video.lo libavcodec_plugin_la-audio.lo libavcodec_plugin_la-deinterlace.lo libavcodec_plugin_la-encoder.lo `top_builddir="../../.." ../../../vlc-config -libs plugin libavcodec_plugin.la` ../../../src/libvlccore.la gcc -std=gnu99 -shared .libs/libavcodec_plugin_la-avcodec.o .libs/libavcodec_plugin_la-video.o .libs/libavcodec_plugin_la-audio.o .libs/libavcodec_plugin_la-deinterlace.o .libs/libavcodec_plugin_la-encoder.o -Wl,--rpath -Wl,/home/loongson/thusneltheora/vlc-0.9.2/src/.libs -lpthread -L/usr/local/lib -lavcodec /usr/local/lib/libtheora.so /usr/lib/libvorbisenc.so /usr/lib/libraw1394.so /usr/lib/libvorbis.so /usr/lib/libogg.so -lavutil -lm ../../../src/.libs/libvlccore.so -mtune=pentium2 -Wl,-soname -Wl,libavcodec_plugin.so -o .libs/libavcodec_plugin.so creating libavcodec_plugin.la (cd .libs && rm -f libavcodec_plugin.la && ln -s ../libavcodec_plugin.la libavcodec_plugin.la) make[6]: Leaving directory `/home/loongson/thusneltheora/vlc-0.9.2/modules/codec/avcodec' make[5]: Leaving directory `/home/loongson/thusneltheora/vlc-0.9.2/modules/codec/avcodec' Making all in subtitles make[5]: Entering directory `/home/loongson/thusneltheora/vlc-0.9.2/modules/codec/subtitles' make all-am make[6]: Entering directory `/home/loongson/thusneltheora/vlc-0.9.2/modules/codec/subtitles' /bin/bash ../../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -DSYS_LINUX `top_builddir="../../.." ../../../vlc-config --cflags plugin libsubsdec_plugin_la-subsass.lo` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libsubsdec_plugin_la-subsass.lo -MD -MP -MF .deps/libsubsdec_plugin_la-subsass.Tpo -c -o libsubsdec_plugin_la-subsass.lo `test -f 'subsass.c' || echo './'`subsass.c mkdir .libs gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -D__PLUGIN__ -DMODULE_NAME=subsdec -DMODULE_NAME_IS_subsdec -DMODULE_STRING=\"subsdec\" -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libsubsdec_plugin_la-subsass.lo -MD -MP -MF .deps/libsubsdec_plugin_la-subsass.Tpo -c subsass.c -fPIC -DPIC -o .libs/libsubsdec_plugin_la-subsass.o mv -f .deps/libsubsdec_plugin_la-subsass.Tpo .deps/libsubsdec_plugin_la-subsass.Plo /bin/bash ../../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -DSYS_LINUX `top_builddir="../../.." ../../../vlc-config --cflags plugin libsubsdec_plugin_la-subsdec.lo` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libsubsdec_plugin_la-subsdec.lo -MD -MP -MF .deps/libsubsdec_plugin_la-subsdec.Tpo -c -o libsubsdec_plugin_la-subsdec.lo `test -f 'subsdec.c' || echo './'`subsdec.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -D__PLUGIN__ -DMODULE_NAME=subsdec -DMODULE_NAME_IS_subsdec -DMODULE_STRING=\"subsdec\" -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libsubsdec_plugin_la-subsdec.lo -MD -MP -MF .deps/libsubsdec_plugin_la-subsdec.Tpo -c subsdec.c -fPIC -DPIC -o .libs/libsubsdec_plugin_la-subsdec.o mv -f .deps/libsubsdec_plugin_la-subsdec.Tpo .deps/libsubsdec_plugin_la-subsdec.Plo /bin/bash ../../../libtool --tag=CC --mode=link gcc -std=gnu99 `top_builddir="../../.." ../../../vlc-config --cflags plugin libsubsdec_plugin.la` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -rpath '/usr/local/lib/vlc/codec' -avoid-version -module -no-undefined -export-symbol-regex ^vlc_entry -shrext .so `top_builddir="../../.." ../../../vlc-config --ldflags plugin libsubsdec_plugin.la` -o libsubsdec_plugin.la libsubsdec_plugin_la-subsass.lo libsubsdec_plugin_la-subsdec.lo `top_builddir="../../.." ../../../vlc-config -libs plugin libsubsdec_plugin.la` ../../../src/libvlccore.la gcc -std=gnu99 -shared .libs/libsubsdec_plugin_la-subsass.o .libs/libsubsdec_plugin_la-subsdec.o -Wl,--rpath -Wl,/home/loongson/thusneltheora/vlc-0.9.2/src/.libs -lpthread ../../../src/.libs/libvlccore.so -mtune=pentium2 -Wl,-soname -Wl,libsubsdec_plugin.so -o .libs/libsubsdec_plugin.so creating libsubsdec_plugin.la (cd .libs && rm -f libsubsdec_plugin.la && ln -s ../libsubsdec_plugin.la libsubsdec_plugin.la) /bin/bash ../../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -DSYS_LINUX `top_builddir="../../.." ../../../vlc-config --cflags plugin libsubsusf_plugin_la-subsusf.lo` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libsubsusf_plugin_la-subsusf.lo -MD -MP -MF .deps/libsubsusf_plugin_la-subsusf.Tpo -c -o libsubsusf_plugin_la-subsusf.lo `test -f 'subsusf.c' || echo './'`subsusf.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -D__PLUGIN__ -DMODULE_NAME=subsusf -DMODULE_NAME_IS_subsusf -DMODULE_STRING=\"subsusf\" -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libsubsusf_plugin_la-subsusf.lo -MD -MP -MF .deps/libsubsusf_plugin_la-subsusf.Tpo -c subsusf.c -fPIC -DPIC -o .libs/libsubsusf_plugin_la-subsusf.o mv -f .deps/libsubsusf_plugin_la-subsusf.Tpo .deps/libsubsusf_plugin_la-subsusf.Plo /bin/bash ../../../libtool --tag=CC --mode=link gcc -std=gnu99 `top_builddir="../../.." ../../../vlc-config --cflags plugin libsubsusf_plugin.la` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -rpath '/usr/local/lib/vlc/codec' -avoid-version -module -no-undefined -export-symbol-regex ^vlc_entry -shrext .so `top_builddir="../../.." ../../../vlc-config --ldflags plugin libsubsusf_plugin.la` -o libsubsusf_plugin.la libsubsusf_plugin_la-subsusf.lo `top_builddir="../../.." ../../../vlc-config -libs plugin libsubsusf_plugin.la` ../../../src/libvlccore.la gcc -std=gnu99 -shared .libs/libsubsusf_plugin_la-subsusf.o -Wl,--rpath -Wl,/home/loongson/thusneltheora/vlc-0.9.2/src/.libs -lpthread ../../../src/.libs/libvlccore.so -mtune=pentium2 -Wl,-soname -Wl,libsubsusf_plugin.so -o .libs/libsubsusf_plugin.so creating libsubsusf_plugin.la (cd .libs && rm -f libsubsusf_plugin.la && ln -s ../libsubsusf_plugin.la libsubsusf_plugin.la) /bin/bash ../../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -DSYS_LINUX `top_builddir="../../.." ../../../vlc-config --cflags plugin libt140_plugin_la-t140.lo` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libt140_plugin_la-t140.lo -MD -MP -MF .deps/libt140_plugin_la-t140.Tpo -c -o libt140_plugin_la-t140.lo `test -f 't140.c' || echo './'`t140.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -D__PLUGIN__ -DMODULE_NAME=t140 -DMODULE_NAME_IS_t140 -DMODULE_STRING=\"t140\" -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libt140_plugin_la-t140.lo -MD -MP -MF .deps/libt140_plugin_la-t140.Tpo -c t140.c -fPIC -DPIC -o .libs/libt140_plugin_la-t140.o t140.c: In function ‘Encode’: t140.c:83: warning: unused parameter ‘p_enc’ mv -f .deps/libt140_plugin_la-t140.Tpo .deps/libt140_plugin_la-t140.Plo /bin/bash ../../../libtool --tag=CC --mode=link gcc -std=gnu99 `top_builddir="../../.." ../../../vlc-config --cflags plugin libt140_plugin.la` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -rpath '/usr/local/lib/vlc/codec' -avoid-version -module -no-undefined -export-symbol-regex ^vlc_entry -shrext .so `top_builddir="../../.." ../../../vlc-config --ldflags plugin libt140_plugin.la` -o libt140_plugin.la libt140_plugin_la-t140.lo `top_builddir="../../.." ../../../vlc-config -libs plugin libt140_plugin.la` ../../../src/libvlccore.la gcc -std=gnu99 -shared .libs/libt140_plugin_la-t140.o -Wl,--rpath -Wl,/home/loongson/thusneltheora/vlc-0.9.2/src/.libs -lpthread ../../../src/.libs/libvlccore.so -mtune=pentium2 -Wl,-soname -Wl,libt140_plugin.so -o .libs/libt140_plugin.so creating libt140_plugin.la (cd .libs && rm -f libt140_plugin.la && ln -s ../libt140_plugin.la libt140_plugin.la) make[6]: Leaving directory `/home/loongson/thusneltheora/vlc-0.9.2/modules/codec/subtitles' make[5]: Leaving directory `/home/loongson/thusneltheora/vlc-0.9.2/modules/codec/subtitles' Making all in spudec make[5]: Entering directory `/home/loongson/thusneltheora/vlc-0.9.2/modules/codec/spudec' make all-am make[6]: Entering directory `/home/loongson/thusneltheora/vlc-0.9.2/modules/codec/spudec' /bin/bash ../../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -DSYS_LINUX `top_builddir="../../.." ../../../vlc-config --cflags plugin libspudec_plugin_la-spudec.lo` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libspudec_plugin_la-spudec.lo -MD -MP -MF .deps/libspudec_plugin_la-spudec.Tpo -c -o libspudec_plugin_la-spudec.lo `test -f 'spudec.c' || echo './'`spudec.c mkdir .libs gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -D__PLUGIN__ -DMODULE_NAME=spudec -DMODULE_NAME_IS_spudec -DMODULE_STRING=\"spudec\" -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libspudec_plugin_la-spudec.lo -MD -MP -MF .deps/libspudec_plugin_la-spudec.Tpo -c spudec.c -fPIC -DPIC -o .libs/libspudec_plugin_la-spudec.o mv -f .deps/libspudec_plugin_la-spudec.Tpo .deps/libspudec_plugin_la-spudec.Plo /bin/bash ../../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -DSYS_LINUX `top_builddir="../../.." ../../../vlc-config --cflags plugin libspudec_plugin_la-parse.lo` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libspudec_plugin_la-parse.lo -MD -MP -MF .deps/libspudec_plugin_la-parse.Tpo -c -o libspudec_plugin_la-parse.lo `test -f 'parse.c' || echo './'`parse.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -D__PLUGIN__ -DMODULE_NAME=spudec -DMODULE_NAME_IS_spudec -DMODULE_STRING=\"spudec\" -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libspudec_plugin_la-parse.lo -MD -MP -MF .deps/libspudec_plugin_la-parse.Tpo -c parse.c -fPIC -DPIC -o .libs/libspudec_plugin_la-parse.o mv -f .deps/libspudec_plugin_la-parse.Tpo .deps/libspudec_plugin_la-parse.Plo /bin/bash ../../../libtool --tag=CC --mode=link gcc -std=gnu99 `top_builddir="../../.." ../../../vlc-config --cflags plugin libspudec_plugin.la` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -rpath '/usr/local/lib/vlc/codec' -avoid-version -module -no-undefined -export-symbol-regex ^vlc_entry -shrext .so `top_builddir="../../.." ../../../vlc-config --ldflags plugin libspudec_plugin.la` -o libspudec_plugin.la libspudec_plugin_la-spudec.lo libspudec_plugin_la-parse.lo `top_builddir="../../.." ../../../vlc-config -libs plugin libspudec_plugin.la` ../../../src/libvlccore.la gcc -std=gnu99 -shared .libs/libspudec_plugin_la-spudec.o .libs/libspudec_plugin_la-parse.o -Wl,--rpath -Wl,/home/loongson/thusneltheora/vlc-0.9.2/src/.libs -lpthread ../../../src/.libs/libvlccore.so -mtune=pentium2 -Wl,-soname -Wl,libspudec_plugin.so -o .libs/libspudec_plugin.so creating libspudec_plugin.la (cd .libs && rm -f libspudec_plugin.la && ln -s ../libspudec_plugin.la libspudec_plugin.la) make[6]: Leaving directory `/home/loongson/thusneltheora/vlc-0.9.2/modules/codec/spudec' make[5]: Leaving directory `/home/loongson/thusneltheora/vlc-0.9.2/modules/codec/spudec' Making all in xvmc make[5]: Entering directory `/home/loongson/thusneltheora/vlc-0.9.2/modules/codec/xvmc' make all-am make[6]: Entering directory `/home/loongson/thusneltheora/vlc-0.9.2/modules/codec/xvmc' make[6]: Nothing to be done for `all-am'. make[6]: Leaving directory `/home/loongson/thusneltheora/vlc-0.9.2/modules/codec/xvmc' make[5]: Leaving directory `/home/loongson/thusneltheora/vlc-0.9.2/modules/codec/xvmc' make[5]: Entering directory `/home/loongson/thusneltheora/vlc-0.9.2/modules/codec' /bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -DSYS_LINUX `top_builddir="../.." ../../vlc-config --cflags plugin liba52_plugin_la-a52.lo` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT liba52_plugin_la-a52.lo -MD -MP -MF .deps/liba52_plugin_la-a52.Tpo -c -o liba52_plugin_la-a52.lo `test -f 'a52.c' || echo './'`a52.c mkdir .libs gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -D__PLUGIN__ -DMODULE_NAME=a52 -DMODULE_NAME_IS_a52 -DMODULE_STRING=\"a52\" -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT liba52_plugin_la-a52.lo -MD -MP -MF .deps/liba52_plugin_la-a52.Tpo -c a52.c -fPIC -DPIC -o .libs/liba52_plugin_la-a52.o mv -f .deps/liba52_plugin_la-a52.Tpo .deps/liba52_plugin_la-a52.Plo /bin/bash ../../libtool --tag=CC --mode=link gcc -std=gnu99 `top_builddir="../.." ../../vlc-config --cflags plugin liba52_plugin.la` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -rpath '/usr/local/lib/vlc/codec' -avoid-version -module -no-undefined -export-symbol-regex ^vlc_entry -shrext .so `top_builddir="../.." ../../vlc-config --ldflags plugin liba52_plugin.la` -o liba52_plugin.la liba52_plugin_la-a52.lo `top_builddir="../.." ../../vlc-config -libs plugin liba52_plugin.la` ../../src/libvlccore.la gcc -std=gnu99 -shared .libs/liba52_plugin_la-a52.o -Wl,--rpath -Wl,/home/loongson/thusneltheora/vlc-0.9.2/src/.libs -lpthread ../../src/.libs/libvlccore.so -mtune=pentium2 -Wl,-soname -Wl,liba52_plugin.so -o .libs/liba52_plugin.so creating liba52_plugin.la (cd .libs && rm -f liba52_plugin.la && ln -s ../liba52_plugin.la liba52_plugin.la) /bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -DSYS_LINUX `top_builddir="../.." ../../vlc-config --cflags plugin libadpcm_plugin_la-adpcm.lo` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libadpcm_plugin_la-adpcm.lo -MD -MP -MF .deps/libadpcm_plugin_la-adpcm.Tpo -c -o libadpcm_plugin_la-adpcm.lo `test -f 'adpcm.c' || echo './'`adpcm.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -D__PLUGIN__ -DMODULE_NAME=adpcm -DMODULE_NAME_IS_adpcm -DMODULE_STRING=\"adpcm\" -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libadpcm_plugin_la-adpcm.lo -MD -MP -MF .deps/libadpcm_plugin_la-adpcm.Tpo -c adpcm.c -fPIC -DPIC -o .libs/libadpcm_plugin_la-adpcm.o mv -f .deps/libadpcm_plugin_la-adpcm.Tpo .deps/libadpcm_plugin_la-adpcm.Plo /bin/bash ../../libtool --tag=CC --mode=link gcc -std=gnu99 `top_builddir="../.." ../../vlc-config --cflags plugin libadpcm_plugin.la` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -rpath '/usr/local/lib/vlc/codec' -avoid-version -module -no-undefined -export-symbol-regex ^vlc_entry -shrext .so `top_builddir="../.." ../../vlc-config --ldflags plugin libadpcm_plugin.la` -o libadpcm_plugin.la libadpcm_plugin_la-adpcm.lo `top_builddir="../.." ../../vlc-config -libs plugin libadpcm_plugin.la` ../../src/libvlccore.la gcc -std=gnu99 -shared .libs/libadpcm_plugin_la-adpcm.o -Wl,--rpath -Wl,/home/loongson/thusneltheora/vlc-0.9.2/src/.libs -lpthread ../../src/.libs/libvlccore.so -mtune=pentium2 -Wl,-soname -Wl,libadpcm_plugin.so -o .libs/libadpcm_plugin.so creating libadpcm_plugin.la (cd .libs && rm -f libadpcm_plugin.la && ln -s ../libadpcm_plugin.la libadpcm_plugin.la) /bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -DSYS_LINUX `top_builddir="../.." ../../vlc-config --cflags plugin libaraw_plugin_la-araw.lo` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libaraw_plugin_la-araw.lo -MD -MP -MF .deps/libaraw_plugin_la-araw.Tpo -c -o libaraw_plugin_la-araw.lo `test -f 'araw.c' || echo './'`araw.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -D__PLUGIN__ -DMODULE_NAME=araw -DMODULE_NAME_IS_araw -DMODULE_STRING=\"araw\" -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libaraw_plugin_la-araw.lo -MD -MP -MF .deps/libaraw_plugin_la-araw.Tpo -c araw.c -fPIC -DPIC -o .libs/libaraw_plugin_la-araw.o mv -f .deps/libaraw_plugin_la-araw.Tpo .deps/libaraw_plugin_la-araw.Plo /bin/bash ../../libtool --tag=CC --mode=link gcc -std=gnu99 `top_builddir="../.." ../../vlc-config --cflags plugin libaraw_plugin.la` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -rpath '/usr/local/lib/vlc/codec' -avoid-version -module -no-undefined -export-symbol-regex ^vlc_entry -shrext .so `top_builddir="../.." ../../vlc-config --ldflags plugin libaraw_plugin.la` -o libaraw_plugin.la libaraw_plugin_la-araw.lo `top_builddir="../.." ../../vlc-config -libs plugin libaraw_plugin.la` ../../src/libvlccore.la gcc -std=gnu99 -shared .libs/libaraw_plugin_la-araw.o -Wl,--rpath -Wl,/home/loongson/thusneltheora/vlc-0.9.2/src/.libs -lpthread ../../src/.libs/libvlccore.so -mtune=pentium2 -Wl,-soname -Wl,libaraw_plugin.so -o .libs/libaraw_plugin.so creating libaraw_plugin.la (cd .libs && rm -f libaraw_plugin.la && ln -s ../libaraw_plugin.la libaraw_plugin.la) /bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -DSYS_LINUX `top_builddir="../.." ../../vlc-config --cflags plugin libcc_plugin_la-cc.lo` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libcc_plugin_la-cc.lo -MD -MP -MF .deps/libcc_plugin_la-cc.Tpo -c -o libcc_plugin_la-cc.lo `test -f 'cc.c' || echo './'`cc.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -D__PLUGIN__ -DMODULE_NAME=cc -DMODULE_NAME_IS_cc -DMODULE_STRING=\"cc\" -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libcc_plugin_la-cc.lo -MD -MP -MF .deps/libcc_plugin_la-cc.Tpo -c cc.c -fPIC -DPIC -o .libs/libcc_plugin_la-cc.o cc.c: In function ‘Eia608Exit’: cc.c:1131: warning: unused parameter ‘h’ mv -f .deps/libcc_plugin_la-cc.Tpo .deps/libcc_plugin_la-cc.Plo /bin/bash ../../libtool --tag=CC --mode=link gcc -std=gnu99 `top_builddir="../.." ../../vlc-config --cflags plugin libcc_plugin.la` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -rpath '/usr/local/lib/vlc/codec' -avoid-version -module -no-undefined -export-symbol-regex ^vlc_entry -shrext .so `top_builddir="../.." ../../vlc-config --ldflags plugin libcc_plugin.la` -o libcc_plugin.la libcc_plugin_la-cc.lo `top_builddir="../.." ../../vlc-config -libs plugin libcc_plugin.la` ../../src/libvlccore.la gcc -std=gnu99 -shared .libs/libcc_plugin_la-cc.o -Wl,--rpath -Wl,/home/loongson/thusneltheora/vlc-0.9.2/src/.libs -lpthread ../../src/.libs/libvlccore.so -mtune=pentium2 -Wl,-soname -Wl,libcc_plugin.so -o .libs/libcc_plugin.so creating libcc_plugin.la (cd .libs && rm -f libcc_plugin.la && ln -s ../libcc_plugin.la libcc_plugin.la) /bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -DSYS_LINUX `top_builddir="../.." ../../vlc-config --cflags plugin libcdg_plugin_la-cdg.lo` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libcdg_plugin_la-cdg.lo -MD -MP -MF .deps/libcdg_plugin_la-cdg.Tpo -c -o libcdg_plugin_la-cdg.lo `test -f 'cdg.c' || echo './'`cdg.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -D__PLUGIN__ -DMODULE_NAME=cdg -DMODULE_NAME_IS_cdg -DMODULE_STRING=\"cdg\" -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libcdg_plugin_la-cdg.lo -MD -MP -MF .deps/libcdg_plugin_la-cdg.Tpo -c cdg.c -fPIC -DPIC -o .libs/libcdg_plugin_la-cdg.o mv -f .deps/libcdg_plugin_la-cdg.Tpo .deps/libcdg_plugin_la-cdg.Plo /bin/bash ../../libtool --tag=CC --mode=link gcc -std=gnu99 `top_builddir="../.." ../../vlc-config --cflags plugin libcdg_plugin.la` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -rpath '/usr/local/lib/vlc/codec' -avoid-version -module -no-undefined -export-symbol-regex ^vlc_entry -shrext .so `top_builddir="../.." ../../vlc-config --ldflags plugin libcdg_plugin.la` -o libcdg_plugin.la libcdg_plugin_la-cdg.lo `top_builddir="../.." ../../vlc-config -libs plugin libcdg_plugin.la` ../../src/libvlccore.la gcc -std=gnu99 -shared .libs/libcdg_plugin_la-cdg.o -Wl,--rpath -Wl,/home/loongson/thusneltheora/vlc-0.9.2/src/.libs -lpthread ../../src/.libs/libvlccore.so -mtune=pentium2 -Wl,-soname -Wl,libcdg_plugin.so -o .libs/libcdg_plugin.so creating libcdg_plugin.la (cd .libs && rm -f libcdg_plugin.la && ln -s ../libcdg_plugin.la libcdg_plugin.la) /bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -DSYS_LINUX `top_builddir="../.." ../../vlc-config --cflags plugin libcinepak_plugin_la-cinepak.lo` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libcinepak_plugin_la-cinepak.lo -MD -MP -MF .deps/libcinepak_plugin_la-cinepak.Tpo -c -o libcinepak_plugin_la-cinepak.lo `test -f 'cinepak.c' || echo './'`cinepak.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -D__PLUGIN__ -DMODULE_NAME=cinepak -DMODULE_NAME_IS_cinepak -DMODULE_STRING=\"cinepak\" -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libcinepak_plugin_la-cinepak.lo -MD -MP -MF .deps/libcinepak_plugin_la-cinepak.Tpo -c cinepak.c -fPIC -DPIC -o .libs/libcinepak_plugin_la-cinepak.o mv -f .deps/libcinepak_plugin_la-cinepak.Tpo .deps/libcinepak_plugin_la-cinepak.Plo /bin/bash ../../libtool --tag=CC --mode=link gcc -std=gnu99 `top_builddir="../.." ../../vlc-config --cflags plugin libcinepak_plugin.la` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -rpath '/usr/local/lib/vlc/codec' -avoid-version -module -no-undefined -export-symbol-regex ^vlc_entry -shrext .so `top_builddir="../.." ../../vlc-config --ldflags plugin libcinepak_plugin.la` -o libcinepak_plugin.la libcinepak_plugin_la-cinepak.lo `top_builddir="../.." ../../vlc-config -libs plugin libcinepak_plugin.la` ../../src/libvlccore.la gcc -std=gnu99 -shared .libs/libcinepak_plugin_la-cinepak.o -Wl,--rpath -Wl,/home/loongson/thusneltheora/vlc-0.9.2/src/.libs -lpthread ../../src/.libs/libvlccore.so -mtune=pentium2 -Wl,-soname -Wl,libcinepak_plugin.so -o .libs/libcinepak_plugin.so creating libcinepak_plugin.la (cd .libs && rm -f libcinepak_plugin.la && ln -s ../libcinepak_plugin.la libcinepak_plugin.la) /bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -DSYS_LINUX `top_builddir="../.." ../../vlc-config --cflags plugin libcvdsub_plugin_la-cvdsub.lo` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libcvdsub_plugin_la-cvdsub.lo -MD -MP -MF .deps/libcvdsub_plugin_la-cvdsub.Tpo -c -o libcvdsub_plugin_la-cvdsub.lo `test -f 'cvdsub.c' || echo './'`cvdsub.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -D__PLUGIN__ -DMODULE_NAME=cvdsub -DMODULE_NAME_IS_cvdsub -DMODULE_STRING=\"cvdsub\" -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libcvdsub_plugin_la-cvdsub.lo -MD -MP -MF .deps/libcvdsub_plugin_la-cvdsub.Tpo -c cvdsub.c -fPIC -DPIC -o .libs/libcvdsub_plugin_la-cvdsub.o mv -f .deps/libcvdsub_plugin_la-cvdsub.Tpo .deps/libcvdsub_plugin_la-cvdsub.Plo /bin/bash ../../libtool --tag=CC --mode=link gcc -std=gnu99 `top_builddir="../.." ../../vlc-config --cflags plugin libcvdsub_plugin.la` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -rpath '/usr/local/lib/vlc/codec' -avoid-version -module -no-undefined -export-symbol-regex ^vlc_entry -shrext .so `top_builddir="../.." ../../vlc-config --ldflags plugin libcvdsub_plugin.la` -o libcvdsub_plugin.la libcvdsub_plugin_la-cvdsub.lo `top_builddir="../.." ../../vlc-config -libs plugin libcvdsub_plugin.la` ../../src/libvlccore.la gcc -std=gnu99 -shared .libs/libcvdsub_plugin_la-cvdsub.o -Wl,--rpath -Wl,/home/loongson/thusneltheora/vlc-0.9.2/src/.libs -lpthread ../../src/.libs/libvlccore.so -mtune=pentium2 -Wl,-soname -Wl,libcvdsub_plugin.so -o .libs/libcvdsub_plugin.so creating libcvdsub_plugin.la (cd .libs && rm -f libcvdsub_plugin.la && ln -s ../libcvdsub_plugin.la libcvdsub_plugin.la) /bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -DSYS_LINUX `top_builddir="../.." ../../vlc-config --cflags plugin libdts_plugin_la-dts.lo` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libdts_plugin_la-dts.lo -MD -MP -MF .deps/libdts_plugin_la-dts.Tpo -c -o libdts_plugin_la-dts.lo `test -f 'dts.c' || echo './'`dts.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -D__PLUGIN__ -DMODULE_NAME=dts -DMODULE_NAME_IS_dts -DMODULE_STRING=\"dts\" -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libdts_plugin_la-dts.lo -MD -MP -MF .deps/libdts_plugin_la-dts.Tpo -c dts.c -fPIC -DPIC -o .libs/libdts_plugin_la-dts.o mv -f .deps/libdts_plugin_la-dts.Tpo .deps/libdts_plugin_la-dts.Plo /bin/bash ../../libtool --tag=CC --mode=link gcc -std=gnu99 `top_builddir="../.." ../../vlc-config --cflags plugin libdts_plugin.la` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -rpath '/usr/local/lib/vlc/codec' -avoid-version -module -no-undefined -export-symbol-regex ^vlc_entry -shrext .so `top_builddir="../.." ../../vlc-config --ldflags plugin libdts_plugin.la` -o libdts_plugin.la libdts_plugin_la-dts.lo `top_builddir="../.." ../../vlc-config -libs plugin libdts_plugin.la` ../../src/libvlccore.la gcc -std=gnu99 -shared .libs/libdts_plugin_la-dts.o -Wl,--rpath -Wl,/home/loongson/thusneltheora/vlc-0.9.2/src/.libs -lpthread ../../src/.libs/libvlccore.so -mtune=pentium2 -Wl,-soname -Wl,libdts_plugin.so -o .libs/libdts_plugin.so creating libdts_plugin.la (cd .libs && rm -f libdts_plugin.la && ln -s ../libdts_plugin.la libdts_plugin.la) /bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -DSYS_LINUX `top_builddir="../.." ../../vlc-config --cflags plugin libdvbsub_plugin_la-dvbsub.lo` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libdvbsub_plugin_la-dvbsub.lo -MD -MP -MF .deps/libdvbsub_plugin_la-dvbsub.Tpo -c -o libdvbsub_plugin_la-dvbsub.lo `test -f 'dvbsub.c' || echo './'`dvbsub.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -D__PLUGIN__ -DMODULE_NAME=dvbsub -DMODULE_NAME_IS_dvbsub -DMODULE_STRING=\"dvbsub\" -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libdvbsub_plugin_la-dvbsub.lo -MD -MP -MF .deps/libdvbsub_plugin_la-dvbsub.Tpo -c dvbsub.c -fPIC -DPIC -o .libs/libdvbsub_plugin_la-dvbsub.o mv -f .deps/libdvbsub_plugin_la-dvbsub.Tpo .deps/libdvbsub_plugin_la-dvbsub.Plo /bin/bash ../../libtool --tag=CC --mode=link gcc -std=gnu99 `top_builddir="../.." ../../vlc-config --cflags plugin libdvbsub_plugin.la` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -rpath '/usr/local/lib/vlc/codec' -avoid-version -module -no-undefined -export-symbol-regex ^vlc_entry -shrext .so `top_builddir="../.." ../../vlc-config --ldflags plugin libdvbsub_plugin.la` -o libdvbsub_plugin.la libdvbsub_plugin_la-dvbsub.lo `top_builddir="../.." ../../vlc-config -libs plugin libdvbsub_plugin.la` ../../src/libvlccore.la gcc -std=gnu99 -shared .libs/libdvbsub_plugin_la-dvbsub.o -Wl,--rpath -Wl,/home/loongson/thusneltheora/vlc-0.9.2/src/.libs -lpthread ../../src/.libs/libvlccore.so -mtune=pentium2 -Wl,-soname -Wl,libdvbsub_plugin.so -o .libs/libdvbsub_plugin.so creating libdvbsub_plugin.la (cd .libs && rm -f libdvbsub_plugin.la && ln -s ../libdvbsub_plugin.la libdvbsub_plugin.la) /bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -DSYS_LINUX `top_builddir="../.." ../../vlc-config --cflags plugin libfake_plugin_la-fake.lo` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libfake_plugin_la-fake.lo -MD -MP -MF .deps/libfake_plugin_la-fake.Tpo -c -o libfake_plugin_la-fake.lo `test -f 'fake.c' || echo './'`fake.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -D__PLUGIN__ -DMODULE_NAME=fake -DMODULE_NAME_IS_fake -DMODULE_STRING=\"fake\" -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libfake_plugin_la-fake.lo -MD -MP -MF .deps/libfake_plugin_la-fake.Tpo -c fake.c -fPIC -DPIC -o .libs/libfake_plugin_la-fake.o mv -f .deps/libfake_plugin_la-fake.Tpo .deps/libfake_plugin_la-fake.Plo /bin/bash ../../libtool --tag=CC --mode=link gcc -std=gnu99 `top_builddir="../.." ../../vlc-config --cflags plugin libfake_plugin.la` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -rpath '/usr/local/lib/vlc/codec' -avoid-version -module -no-undefined -export-symbol-regex ^vlc_entry -shrext .so `top_builddir="../.." ../../vlc-config --ldflags plugin libfake_plugin.la` -o libfake_plugin.la libfake_plugin_la-fake.lo `top_builddir="../.." ../../vlc-config -libs plugin libfake_plugin.la` ../../src/libvlccore.la gcc -std=gnu99 -shared .libs/libfake_plugin_la-fake.o -Wl,--rpath -Wl,/home/loongson/thusneltheora/vlc-0.9.2/src/.libs -lpthread ../../src/.libs/libvlccore.so -mtune=pentium2 -Wl,-soname -Wl,libfake_plugin.so -o .libs/libfake_plugin.so creating libfake_plugin.la (cd .libs && rm -f libfake_plugin.la && ln -s ../libfake_plugin.la libfake_plugin.la) /bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -DSYS_LINUX `top_builddir="../.." ../../vlc-config --cflags plugin libflac_plugin_la-flac.lo` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libflac_plugin_la-flac.lo -MD -MP -MF .deps/libflac_plugin_la-flac.Tpo -c -o libflac_plugin_la-flac.lo `test -f 'flac.c' || echo './'`flac.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -D__PLUGIN__ -DMODULE_NAME=flac -DMODULE_NAME_IS_flac -DMODULE_STRING=\"flac\" -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libflac_plugin_la-flac.lo -MD -MP -MF .deps/libflac_plugin_la-flac.Tpo -c flac.c -fPIC -DPIC -o .libs/libflac_plugin_la-flac.o flac.c: In function ‘SyncInfo’: flac.c:1097: warning: comparison between signed and unsigned flac.c:1098: warning: comparison between signed and unsigned mv -f .deps/libflac_plugin_la-flac.Tpo .deps/libflac_plugin_la-flac.Plo /bin/bash ../../libtool --tag=CC --mode=link gcc -std=gnu99 `top_builddir="../.." ../../vlc-config --cflags plugin libflac_plugin.la` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -rpath '/usr/local/lib/vlc/codec' -avoid-version -module -no-undefined -export-symbol-regex ^vlc_entry -shrext .so `top_builddir="../.." ../../vlc-config --ldflags plugin libflac_plugin.la` -o libflac_plugin.la libflac_plugin_la-flac.lo `top_builddir="../.." ../../vlc-config -libs plugin libflac_plugin.la` ../../src/libvlccore.la gcc -std=gnu99 -shared .libs/libflac_plugin_la-flac.o -Wl,--rpath -Wl,/home/loongson/thusneltheora/vlc-0.9.2/src/.libs -lpthread ../../src/.libs/libvlccore.so -mtune=pentium2 -Wl,-soname -Wl,libflac_plugin.so -o .libs/libflac_plugin.so creating libflac_plugin.la (cd .libs && rm -f libflac_plugin.la && ln -s ../libflac_plugin.la libflac_plugin.la) /bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -DSYS_LINUX `top_builddir="../.." ../../vlc-config --cflags plugin liblibmpeg2_plugin_la-libmpeg2.lo` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT liblibmpeg2_plugin_la-libmpeg2.lo -MD -MP -MF .deps/liblibmpeg2_plugin_la-libmpeg2.Tpo -c -o liblibmpeg2_plugin_la-libmpeg2.lo `test -f 'libmpeg2.c' || echo './'`libmpeg2.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -D__PLUGIN__ -DMODULE_NAME=libmpeg2 -DMODULE_NAME_IS_libmpeg2 -DMODULE_STRING=\"libmpeg2\" -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -I/usr/include/mpeg2dec -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT liblibmpeg2_plugin_la-libmpeg2.lo -MD -MP -MF .deps/liblibmpeg2_plugin_la-libmpeg2.Tpo -c libmpeg2.c -fPIC -DPIC -o .libs/liblibmpeg2_plugin_la-libmpeg2.o mv -f .deps/liblibmpeg2_plugin_la-libmpeg2.Tpo .deps/liblibmpeg2_plugin_la-libmpeg2.Plo /bin/bash ../../libtool --tag=CC --mode=link gcc -std=gnu99 `top_builddir="../.." ../../vlc-config --cflags plugin liblibmpeg2_plugin.la` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -rpath '/usr/local/lib/vlc/codec' -avoid-version -module -no-undefined -export-symbol-regex ^vlc_entry -shrext .so `top_builddir="../.." ../../vlc-config --ldflags plugin liblibmpeg2_plugin.la` -o liblibmpeg2_plugin.la liblibmpeg2_plugin_la-libmpeg2.lo `top_builddir="../.." ../../vlc-config -libs plugin liblibmpeg2_plugin.la` ../../src/libvlccore.la gcc -std=gnu99 -shared .libs/liblibmpeg2_plugin_la-libmpeg2.o -Wl,--rpath -Wl,/home/loongson/thusneltheora/vlc-0.9.2/src/.libs -lpthread /usr/lib/libmpeg2.so ../../src/.libs/libvlccore.so -mtune=pentium2 -Wl,-soname -Wl,liblibmpeg2_plugin.so -o .libs/liblibmpeg2_plugin.so creating liblibmpeg2_plugin.la (cd .libs && rm -f liblibmpeg2_plugin.la && ln -s ../liblibmpeg2_plugin.la liblibmpeg2_plugin.la) /bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -DSYS_LINUX `top_builddir="../.." ../../vlc-config --cflags plugin liblpcm_plugin_la-lpcm.lo` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT liblpcm_plugin_la-lpcm.lo -MD -MP -MF .deps/liblpcm_plugin_la-lpcm.Tpo -c -o liblpcm_plugin_la-lpcm.lo `test -f 'lpcm.c' || echo './'`lpcm.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -D__PLUGIN__ -DMODULE_NAME=lpcm -DMODULE_NAME_IS_lpcm -DMODULE_STRING=\"lpcm\" -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT liblpcm_plugin_la-lpcm.lo -MD -MP -MF .deps/liblpcm_plugin_la-lpcm.Tpo -c lpcm.c -fPIC -DPIC -o .libs/liblpcm_plugin_la-lpcm.o mv -f .deps/liblpcm_plugin_la-lpcm.Tpo .deps/liblpcm_plugin_la-lpcm.Plo /bin/bash ../../libtool --tag=CC --mode=link gcc -std=gnu99 `top_builddir="../.." ../../vlc-config --cflags plugin liblpcm_plugin.la` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -rpath '/usr/local/lib/vlc/codec' -avoid-version -module -no-undefined -export-symbol-regex ^vlc_entry -shrext .so `top_builddir="../.." ../../vlc-config --ldflags plugin liblpcm_plugin.la` -o liblpcm_plugin.la liblpcm_plugin_la-lpcm.lo `top_builddir="../.." ../../vlc-config -libs plugin liblpcm_plugin.la` ../../src/libvlccore.la gcc -std=gnu99 -shared .libs/liblpcm_plugin_la-lpcm.o -Wl,--rpath -Wl,/home/loongson/thusneltheora/vlc-0.9.2/src/.libs -lpthread ../../src/.libs/libvlccore.so -mtune=pentium2 -Wl,-soname -Wl,liblpcm_plugin.so -o .libs/liblpcm_plugin.so creating liblpcm_plugin.la (cd .libs && rm -f liblpcm_plugin.la && ln -s ../liblpcm_plugin.la liblpcm_plugin.la) /bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -DSYS_LINUX `top_builddir="../.." ../../vlc-config --cflags plugin libmpeg_audio_plugin_la-mpeg_audio.lo` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libmpeg_audio_plugin_la-mpeg_audio.lo -MD -MP -MF .deps/libmpeg_audio_plugin_la-mpeg_audio.Tpo -c -o libmpeg_audio_plugin_la-mpeg_audio.lo `test -f 'mpeg_audio.c' || echo './'`mpeg_audio.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -D__PLUGIN__ -DMODULE_NAME=mpeg_audio -DMODULE_NAME_IS_mpeg_audio -DMODULE_STRING=\"mpeg_audio\" -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libmpeg_audio_plugin_la-mpeg_audio.lo -MD -MP -MF .deps/libmpeg_audio_plugin_la-mpeg_audio.Tpo -c mpeg_audio.c -fPIC -DPIC -o .libs/libmpeg_audio_plugin_la-mpeg_audio.o mv -f .deps/libmpeg_audio_plugin_la-mpeg_audio.Tpo .deps/libmpeg_audio_plugin_la-mpeg_audio.Plo /bin/bash ../../libtool --tag=CC --mode=link gcc -std=gnu99 `top_builddir="../.." ../../vlc-config --cflags plugin libmpeg_audio_plugin.la` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -rpath '/usr/local/lib/vlc/codec' -avoid-version -module -no-undefined -export-symbol-regex ^vlc_entry -shrext .so `top_builddir="../.." ../../vlc-config --ldflags plugin libmpeg_audio_plugin.la` -o libmpeg_audio_plugin.la libmpeg_audio_plugin_la-mpeg_audio.lo `top_builddir="../.." ../../vlc-config -libs plugin libmpeg_audio_plugin.la` ../../src/libvlccore.la gcc -std=gnu99 -shared .libs/libmpeg_audio_plugin_la-mpeg_audio.o -Wl,--rpath -Wl,/home/loongson/thusneltheora/vlc-0.9.2/src/.libs -lpthread ../../src/.libs/libvlccore.so -mtune=pentium2 -Wl,-soname -Wl,libmpeg_audio_plugin.so -o .libs/libmpeg_audio_plugin.so creating libmpeg_audio_plugin.la (cd .libs && rm -f libmpeg_audio_plugin.la && ln -s ../libmpeg_audio_plugin.la libmpeg_audio_plugin.la) /bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -DSYS_LINUX `top_builddir="../.." ../../vlc-config --cflags plugin libpng_plugin_la-png.lo` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libpng_plugin_la-png.lo -MD -MP -MF .deps/libpng_plugin_la-png.Tpo -c -o libpng_plugin_la-png.lo `test -f 'png.c' || echo './'`png.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -D__PLUGIN__ -DMODULE_NAME=png -DMODULE_NAME_IS_png -DMODULE_STRING=\"png\" -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libpng_plugin_la-png.lo -MD -MP -MF .deps/libpng_plugin_la-png.Tpo -c png.c -fPIC -DPIC -o .libs/libpng_plugin_la-png.o mv -f .deps/libpng_plugin_la-png.Tpo .deps/libpng_plugin_la-png.Plo /bin/bash ../../libtool --tag=CC --mode=link gcc -std=gnu99 `top_builddir="../.." ../../vlc-config --cflags plugin libpng_plugin.la` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -rpath '/usr/local/lib/vlc/codec' -avoid-version -module -no-undefined -export-symbol-regex ^vlc_entry -shrext .so `top_builddir="../.." ../../vlc-config --ldflags plugin libpng_plugin.la` -o libpng_plugin.la libpng_plugin_la-png.lo `top_builddir="../.." ../../vlc-config -libs plugin libpng_plugin.la` ../../src/libvlccore.la gcc -std=gnu99 -shared .libs/libpng_plugin_la-png.o -Wl,--rpath -Wl,/home/loongson/thusneltheora/vlc-0.9.2/src/.libs -lpthread -lpng -lz ../../src/.libs/libvlccore.so -mtune=pentium2 -Wl,-soname -Wl,libpng_plugin.so -o .libs/libpng_plugin.so creating libpng_plugin.la (cd .libs && rm -f libpng_plugin.la && ln -s ../libpng_plugin.la libpng_plugin.la) /bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -DSYS_LINUX `top_builddir="../.." ../../vlc-config --cflags plugin librawvideo_plugin_la-rawvideo.lo` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT librawvideo_plugin_la-rawvideo.lo -MD -MP -MF .deps/librawvideo_plugin_la-rawvideo.Tpo -c -o librawvideo_plugin_la-rawvideo.lo `test -f 'rawvideo.c' || echo './'`rawvideo.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -D__PLUGIN__ -DMODULE_NAME=rawvideo -DMODULE_NAME_IS_rawvideo -DMODULE_STRING=\"rawvideo\" -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT librawvideo_plugin_la-rawvideo.lo -MD -MP -MF .deps/librawvideo_plugin_la-rawvideo.Tpo -c rawvideo.c -fPIC -DPIC -o .libs/librawvideo_plugin_la-rawvideo.o mv -f .deps/librawvideo_plugin_la-rawvideo.Tpo .deps/librawvideo_plugin_la-rawvideo.Plo /bin/bash ../../libtool --tag=CC --mode=link gcc -std=gnu99 `top_builddir="../.." ../../vlc-config --cflags plugin librawvideo_plugin.la` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -rpath '/usr/local/lib/vlc/codec' -avoid-version -module -no-undefined -export-symbol-regex ^vlc_entry -shrext .so `top_builddir="../.." ../../vlc-config --ldflags plugin librawvideo_plugin.la` -o librawvideo_plugin.la librawvideo_plugin_la-rawvideo.lo `top_builddir="../.." ../../vlc-config -libs plugin librawvideo_plugin.la` ../../src/libvlccore.la gcc -std=gnu99 -shared .libs/librawvideo_plugin_la-rawvideo.o -Wl,--rpath -Wl,/home/loongson/thusneltheora/vlc-0.9.2/src/.libs -lpthread ../../src/.libs/libvlccore.so -mtune=pentium2 -Wl,-soname -Wl,librawvideo_plugin.so -o .libs/librawvideo_plugin.so creating librawvideo_plugin.la (cd .libs && rm -f librawvideo_plugin.la && ln -s ../librawvideo_plugin.la librawvideo_plugin.la) /bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -DSYS_LINUX `top_builddir="../.." ../../vlc-config --cflags plugin libsdl_image_plugin_la-sdl_image.lo` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libsdl_image_plugin_la-sdl_image.lo -MD -MP -MF .deps/libsdl_image_plugin_la-sdl_image.Tpo -c -o libsdl_image_plugin_la-sdl_image.lo `test -f 'sdl_image.c' || echo './'`sdl_image.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -D__PLUGIN__ -DMODULE_NAME=sdl_image -DMODULE_NAME_IS_sdl_image -DMODULE_STRING=\"sdl_image\" -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -I/usr/include/ -D_GNU_SOURCE=1 -D_REENTRANT -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libsdl_image_plugin_la-sdl_image.lo -MD -MP -MF .deps/libsdl_image_plugin_la-sdl_image.Tpo -c sdl_image.c -fPIC -DPIC -o .libs/libsdl_image_plugin_la-sdl_image.o mv -f .deps/libsdl_image_plugin_la-sdl_image.Tpo .deps/libsdl_image_plugin_la-sdl_image.Plo /bin/bash ../../libtool --tag=CC --mode=link gcc -std=gnu99 `top_builddir="../.." ../../vlc-config --cflags plugin libsdl_image_plugin.la` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -rpath '/usr/local/lib/vlc/codec' -avoid-version -module -no-undefined -export-symbol-regex ^vlc_entry -shrext .so `top_builddir="../.." ../../vlc-config --ldflags plugin libsdl_image_plugin.la` -o libsdl_image_plugin.la libsdl_image_plugin_la-sdl_image.lo `top_builddir="../.." ../../vlc-config -libs plugin libsdl_image_plugin.la` ../../src/libvlccore.la gcc -std=gnu99 -shared .libs/libsdl_image_plugin_la-sdl_image.o -Wl,--rpath -Wl,/home/loongson/thusneltheora/vlc-0.9.2/src/.libs -lpthread /usr/lib/libSDL_image.so /usr/lib/libtiff.so /usr/lib/libjpeg.so -lpng -lz -L/usr/lib /usr/lib/libSDL.so ../../src/.libs/libvlccore.so -mtune=pentium2 -Wl,-soname -Wl,libsdl_image_plugin.so -o .libs/libsdl_image_plugin.so creating libsdl_image_plugin.la (cd .libs && rm -f libsdl_image_plugin.la && ln -s ../libsdl_image_plugin.la libsdl_image_plugin.la) /bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -DSYS_LINUX `top_builddir="../.." ../../vlc-config --cflags plugin libsvcdsub_plugin_la-svcdsub.lo` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libsvcdsub_plugin_la-svcdsub.lo -MD -MP -MF .deps/libsvcdsub_plugin_la-svcdsub.Tpo -c -o libsvcdsub_plugin_la-svcdsub.lo `test -f 'svcdsub.c' || echo './'`svcdsub.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -D__PLUGIN__ -DMODULE_NAME=svcdsub -DMODULE_NAME_IS_svcdsub -DMODULE_STRING=\"svcdsub\" -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libsvcdsub_plugin_la-svcdsub.lo -MD -MP -MF .deps/libsvcdsub_plugin_la-svcdsub.Tpo -c svcdsub.c -fPIC -DPIC -o .libs/libsvcdsub_plugin_la-svcdsub.o mv -f .deps/libsvcdsub_plugin_la-svcdsub.Tpo .deps/libsvcdsub_plugin_la-svcdsub.Plo /bin/bash ../../libtool --tag=CC --mode=link gcc -std=gnu99 `top_builddir="../.." ../../vlc-config --cflags plugin libsvcdsub_plugin.la` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -rpath '/usr/local/lib/vlc/codec' -avoid-version -module -no-undefined -export-symbol-regex ^vlc_entry -shrext .so `top_builddir="../.." ../../vlc-config --ldflags plugin libsvcdsub_plugin.la` -o libsvcdsub_plugin.la libsvcdsub_plugin_la-svcdsub.lo `top_builddir="../.." ../../vlc-config -libs plugin libsvcdsub_plugin.la` ../../src/libvlccore.la gcc -std=gnu99 -shared .libs/libsvcdsub_plugin_la-svcdsub.o -Wl,--rpath -Wl,/home/loongson/thusneltheora/vlc-0.9.2/src/.libs -lpthread ../../src/.libs/libvlccore.so -mtune=pentium2 -Wl,-soname -Wl,libsvcdsub_plugin.so -o .libs/libsvcdsub_plugin.so creating libsvcdsub_plugin.la (cd .libs && rm -f libsvcdsub_plugin.la && ln -s ../libsvcdsub_plugin.la libsvcdsub_plugin.la) /bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -DSYS_LINUX `top_builddir="../.." ../../vlc-config --cflags plugin libtelx_plugin_la-telx.lo` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libtelx_plugin_la-telx.lo -MD -MP -MF .deps/libtelx_plugin_la-telx.Tpo -c -o libtelx_plugin_la-telx.lo `test -f 'telx.c' || echo './'`telx.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -D__PLUGIN__ -DMODULE_NAME=telx -DMODULE_NAME_IS_telx -DMODULE_STRING=\"telx\" -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libtelx_plugin_la-telx.lo -MD -MP -MF .deps/libtelx_plugin_la-telx.Tpo -c telx.c -fPIC -DPIC -o .libs/libtelx_plugin_la-telx.o mv -f .deps/libtelx_plugin_la-telx.Tpo .deps/libtelx_plugin_la-telx.Plo /bin/bash ../../libtool --tag=CC --mode=link gcc -std=gnu99 `top_builddir="../.." ../../vlc-config --cflags plugin libtelx_plugin.la` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -rpath '/usr/local/lib/vlc/codec' -avoid-version -module -no-undefined -export-symbol-regex ^vlc_entry -shrext .so `top_builddir="../.." ../../vlc-config --ldflags plugin libtelx_plugin.la` -o libtelx_plugin.la libtelx_plugin_la-telx.lo `top_builddir="../.." ../../vlc-config -libs plugin libtelx_plugin.la` ../../src/libvlccore.la gcc -std=gnu99 -shared .libs/libtelx_plugin_la-telx.o -Wl,--rpath -Wl,/home/loongson/thusneltheora/vlc-0.9.2/src/.libs -lpthread ../../src/.libs/libvlccore.so -mtune=pentium2 -Wl,-soname -Wl,libtelx_plugin.so -o .libs/libtelx_plugin.so creating libtelx_plugin.la (cd .libs && rm -f libtelx_plugin.la && ln -s ../libtelx_plugin.la libtelx_plugin.la) /bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -DSYS_LINUX `top_builddir="../.." ../../vlc-config --cflags plugin libvorbis_plugin_la-vorbis.lo` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libvorbis_plugin_la-vorbis.lo -MD -MP -MF .deps/libvorbis_plugin_la-vorbis.Tpo -c -o libvorbis_plugin_la-vorbis.lo `test -f 'vorbis.c' || echo './'`vorbis.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -D__PLUGIN__ -DMODULE_NAME=vorbis -DMODULE_NAME_IS_vorbis -DMODULE_STRING=\"vorbis\" -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libvorbis_plugin_la-vorbis.lo -MD -MP -MF .deps/libvorbis_plugin_la-vorbis.Tpo -c vorbis.c -fPIC -DPIC -o .libs/libvorbis_plugin_la-vorbis.o vorbis.c: In function ‘OpenEncoder’: vorbis.c:918: warning: passing argument 2 of ‘vorbis_comment_add_tag’ discards qualifiers from pointer target type vorbis.c:918: warning: passing argument 3 of ‘vorbis_comment_add_tag’ discards qualifiers from pointer target type mv -f .deps/libvorbis_plugin_la-vorbis.Tpo .deps/libvorbis_plugin_la-vorbis.Plo /bin/bash ../../libtool --tag=CC --mode=link gcc -std=gnu99 `top_builddir="../.." ../../vlc-config --cflags plugin libvorbis_plugin.la` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -rpath '/usr/local/lib/vlc/codec' -avoid-version -module -no-undefined -export-symbol-regex ^vlc_entry -shrext .so `top_builddir="../.." ../../vlc-config --ldflags plugin libvorbis_plugin.la` -o libvorbis_plugin.la libvorbis_plugin_la-vorbis.lo `top_builddir="../.." ../../vlc-config -libs plugin libvorbis_plugin.la` ../../src/libvlccore.la gcc -std=gnu99 -shared .libs/libvorbis_plugin_la-vorbis.o -Wl,--rpath -Wl,/home/loongson/thusneltheora/vlc-0.9.2/src/.libs -lpthread /usr/lib/libvorbisenc.so /usr/lib/libvorbis.so /usr/lib/libogg.so -lm ../../src/.libs/libvlccore.so -mtune=pentium2 -Wl,-soname -Wl,libvorbis_plugin.so -o .libs/libvorbis_plugin.so creating libvorbis_plugin.la (cd .libs && rm -f libvorbis_plugin.la && ln -s ../libvorbis_plugin.la libvorbis_plugin.la) /bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -DSYS_LINUX `top_builddir="../.." ../../vlc-config --cflags plugin libzvbi_plugin_la-zvbi.lo` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libzvbi_plugin_la-zvbi.lo -MD -MP -MF .deps/libzvbi_plugin_la-zvbi.Tpo -c -o libzvbi_plugin_la-zvbi.lo `test -f 'zvbi.c' || echo './'`zvbi.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -D__PLUGIN__ -DMODULE_NAME=zvbi -DMODULE_NAME_IS_zvbi -DMODULE_STRING=\"zvbi\" -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libzvbi_plugin_la-zvbi.lo -MD -MP -MF .deps/libzvbi_plugin_la-zvbi.Tpo -c zvbi.c -fPIC -DPIC -o .libs/libzvbi_plugin_la-zvbi.o zvbi.c:47:21: error: libzvbi.h: No such file or directory zvbi.c:145: error: expected specifier-qualifier-list before ‘vbi_decoder’ zvbi.c:167: error: expected ‘)’ before ‘*’ token zvbi.c:168: warning: type defaults to ‘int’ in declaration of ‘vbi_page’ zvbi.c:168: error: expected ‘;’, ‘,’ or ‘)’ before ‘p_page’ zvbi.c: In function ‘Open’: zvbi.c:197: warning: value computed is not used zvbi.c:199: error: ‘decoder_sys_t’ has no member named ‘b_update’ zvbi.c:200: error: ‘decoder_sys_t’ has no member named ‘p_vbi_dec’ zvbi.c:200: warning: implicit declaration of function ‘vbi_decoder_new’ zvbi.c:201: error: ‘decoder_sys_t’ has no member named ‘p_dvb_demux’ zvbi.c:201: warning: implicit declaration of function ‘vbi_dvb_pes_demux_new’ zvbi.c:202: error: ‘decoder_sys_t’ has no member named ‘lock’ zvbi.c:204: error: ‘decoder_sys_t’ has no member named ‘p_vbi_dec’ zvbi.c:204: error: ‘decoder_sys_t’ has no member named ‘p_dvb_demux’ zvbi.c:219: warning: implicit declaration of function ‘vbi_teletext_set_default_region’ zvbi.c:219: error: ‘decoder_sys_t’ has no member named ‘p_vbi_dec’ zvbi.c:224: warning: implicit declaration of function ‘vbi_event_handler_register’ zvbi.c:224: error: ‘decoder_sys_t’ has no member named ‘p_vbi_dec’ zvbi.c:224: error: ‘VBI_EVENT_TTX_PAGE’ undeclared (first use in this function) zvbi.c:224: error: (Each undeclared identifier is reported only once zvbi.c:224: error: for each function it appears in.) zvbi.c:225: error: ‘VBI_EVENT_CAPTION’ undeclared (first use in this function) zvbi.c:225: error: ‘VBI_EVENT_NETWORK’ undeclared (first use in this function) zvbi.c:226: error: ‘VBI_EVENT_ASPECT’ undeclared (first use in this function) zvbi.c:226: error: ‘VBI_EVENT_PROG_INFO’ undeclared (first use in this function) zvbi.c:227: error: ‘EventHandler’ undeclared (first use in this function) zvbi.c:230: error: ‘decoder_sys_t’ has no member named ‘i_wanted_page’ zvbi.c:235: error: ‘decoder_sys_t’ has no member named ‘i_wanted_page’ zvbi.c:240: error: ‘decoder_sys_t’ has no member named ‘i_wanted_page’ zvbi.c:240: warning: implicit declaration of function ‘vbi_bcd2dec’ zvbi.c:241: error: ‘decoder_sys_t’ has no member named ‘i_wanted_page’ zvbi.c:244: error: ‘decoder_sys_t’ has no member named ‘b_opaque’ zvbi.c:247: error: ‘decoder_sys_t’ has no member named ‘i_align’ zvbi.c:250: error: ‘decoder_sys_t’ has no member named ‘b_text’ zvbi.c:254: error: ‘decoder_sys_t’ has no member named ‘b_text’ zvbi.c: In function ‘Close’: zvbi.c:273: error: ‘decoder_sys_t’ has no member named ‘lock’ zvbi.c:275: error: ‘decoder_sys_t’ has no member named ‘p_vbi_dec’ zvbi.c:276: warning: implicit declaration of function ‘vbi_decoder_delete’ zvbi.c:276: error: ‘decoder_sys_t’ has no member named ‘p_vbi_dec’ zvbi.c:277: error: ‘decoder_sys_t’ has no member named ‘p_dvb_demux’ zvbi.c:278: warning: implicit declaration of function ‘vbi_dvb_demux_delete’ zvbi.c:278: error: ‘decoder_sys_t’ has no member named ‘p_dvb_demux’ zvbi.c: In function ‘Decode’: zvbi.c:301: error: ‘vbi_page’ undeclared (first use in this function) zvbi.c:301: error: expected ‘;’ before ‘p_page’ zvbi.c:316: error: ‘vbi_sliced’ undeclared (first use in this function) zvbi.c:316: error: expected ‘;’ before ‘p_sliced’ zvbi.c:320: warning: implicit declaration of function ‘vbi_dvb_demux_cor’ zvbi.c:320: error: ‘decoder_sys_t’ has no member named ‘p_dvb_demux’ zvbi.c:320: error: ‘p_sliced’ undeclared (first use in this function) zvbi.c:324: warning: implicit declaration of function ‘vbi_decode’ zvbi.c:324: error: ‘decoder_sys_t’ has no member named ‘p_vbi_dec’ zvbi.c:328: error: ‘decoder_sys_t’ has no member named ‘lock’ zvbi.c:329: error: ‘decoder_sys_t’ has no member named ‘i_align’ zvbi.c:330: error: ‘decoder_sys_t’ has no member named ‘i_wanted_page’ zvbi.c:331: error: ‘decoder_sys_t’ has no member named ‘b_opaque’ zvbi.c:332: error: ‘decoder_sys_t’ has no member named ‘lock’ zvbi.c:336: warning: implicit declaration of function ‘vbi_fetch_vt_page’ zvbi.c:336: error: ‘decoder_sys_t’ has no member named ‘p_vbi_dec’ zvbi.c:336: error: ‘p_page’ undeclared (first use in this function) zvbi.c:337: warning: implicit declaration of function ‘vbi_dec2bcd’ zvbi.c:338: error: ‘VBI_ANY_SUBNO’ undeclared (first use in this function) zvbi.c:338: error: ‘VBI_WST_LEVEL_3p5’ undeclared (first use in this function) zvbi.c:339: error: ‘FALSE’ undeclared (first use in this function) zvbi.c:341: error: ‘decoder_sys_t’ has no member named ‘i_last_page’ zvbi.c:341: error: ‘decoder_sys_t’ has no member named ‘b_update’ zvbi.c:346: error: ‘decoder_sys_t’ has no member named ‘i_last_page’ zvbi.c:356: error: ‘decoder_sys_t’ has no member named ‘b_update’ zvbi.c:357: error: ‘decoder_sys_t’ has no member named ‘i_last_page’ zvbi.c:363: error: ‘decoder_sys_t’ has no member named ‘b_update’ zvbi.c:364: error: ‘decoder_sys_t’ has no member named ‘i_last_page’ zvbi.c:371: error: ‘decoder_sys_t’ has no member named ‘b_text’ zvbi.c:377: error: ‘decoder_sys_t’ has no member named ‘b_text’ zvbi.c:383: warning: implicit declaration of function ‘vbi_print_page_region’ zvbi.c:401: warning: implicit declaration of function ‘vbi_draw_vt_page’ zvbi.c:401: error: ‘VBI_PIXFMT_RGBA32_LE’ undeclared (first use in this function) zvbi.c:404: warning: implicit declaration of function ‘OpaquePage’ zvbi.c:408: warning: implicit declaration of function ‘vbi_unref_page’ zvbi.c: At top level: zvbi.c:493: error: expected ‘)’ before ‘*’ token zvbi.c:525: warning: type defaults to ‘int’ in declaration of ‘vbi_page’ zvbi.c:525: error: expected ‘;’, ‘,’ or ‘)’ before ‘p_page’ zvbi.c: In function ‘RequestPage’: zvbi.c:574: error: ‘decoder_sys_t’ has no member named ‘lock’ zvbi.c:576: error: ‘decoder_sys_t’ has no member named ‘i_wanted_page’ zvbi.c:577: error: ‘decoder_sys_t’ has no member named ‘lock’ zvbi.c: In function ‘Opaque’: zvbi.c:588: error: ‘decoder_sys_t’ has no member named ‘lock’ zvbi.c:589: error: ‘decoder_sys_t’ has no member named ‘b_opaque’ zvbi.c:590: error: ‘decoder_sys_t’ has no member named ‘lock’ zvbi.c: In function ‘Position’: zvbi.c:601: error: ‘decoder_sys_t’ has no member named ‘lock’ zvbi.c:602: error: ‘decoder_sys_t’ has no member named ‘i_align’ zvbi.c:603: error: ‘decoder_sys_t’ has no member named ‘lock’ make[5]: *** [libzvbi_plugin_la-zvbi.lo] Error 1 make[5]: Leaving directory `/home/loongson/thusneltheora/vlc-0.9.2/modules/codec' make[4]: *** [all-recursive] Error 1 make[4]: Leaving directory `/home/loongson/thusneltheora/vlc-0.9.2/modules/codec' make[3]: *** [all] Error 2 make[3]: Leaving directory `/home/loongson/thusneltheora/vlc-0.9.2/modules/codec' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/loongson/thusneltheora/vlc-0.9.2/modules' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/loongson/thusneltheora/vlc-0.9.2' make: *** [all] Error 2 root@omac:~/thusneltheora/vlc-0.9.2# exit exit Process shell exited abnormally with code 2