Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Jun 2013 09:50:00 GMT
From:      Arrigo Marchiori <ardovm@yahoo.it>
To:        freebsd-multimedia@FreeBSD.org
Subject:   Re: ports/179449: multimedia/vlc, audio/flac: utterly broken since FLAC update
Message-ID:  <201306100950.r5A9o0CT080971@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/179449; it has been noted by GNATS.

From: Arrigo Marchiori <ardovm@yahoo.it>
To: bug-followup@FreeBSD.org, mandree@FreeBSD.org
Cc:  
Subject: Re: ports/179449: multimedia/vlc, audio/flac: utterly broken since
 FLAC update
Date: Mon, 10 Jun 2013 11:44:04 +0200

 --BXVAT5kNtrzKuDFl
 Content-Type: text/plain; charset=utf-8
 Content-Disposition: inline
 
 Hello,
 
 on my system, I could solve this problem with the attached patch, that
 only specifies the full path for the headers.  My configuration is a
 little bit different, though. After applying the patch, the
 compilation emits lots of warning but no fatal errors.  My system
 compiler is gcc. Please let me know if you need a build log.
 
 $ uname -a
 FreeBSD myhost 9.1-STABLE FreeBSD 9.1-STABLE #32 r251599: Mon Jun
 10 09:20:28 CEST 2013     root@myhost:/usr/obj/usr/src/sys/GENERIC i386
 
 $ cd /usr/ports/multimedia/vlc && make pretty-print-config
 +A52 +AALIB -ASS +AVAHI +CACA +DBUS -DEBUG -DIRAC +DOCS -DTS +DVDNAV
 +DVDREAD +FAAD +FLAC +FLUID -FRIBIDI +GLX -GNOMEVFS +GNUTLS -GOOM
 +HTTPD -JACK -LIBBLURAY -LIRC +LIVEMEDIA +LUA +MAD +MATROSKA -MODPLUG
 +MPEG2 -MTP +MUSEPACK -NCURSES +NLS +NOTIFY -NO_DVD +OGG
 +OPTIMIZED_CFLAGS +OPUS +PNG -PORTAUDIO -PROJM -PULSEAUDIO +QT4
 +REALAUDIO -RUNROOT -SAMBA +SAMPLERATE -SCHROED +SDL -SERVER_ONLY
 +SHOUTCAST -SIDPLAY +SKINS +SPEEX -SQLITE +STREAM -SVG +TAGLIB +THEORA
 +TWOLAME -UPNP +V4L -VAAPI +VCD +VORBIS +X11 +X264 +XCB +XOSD +XVIDEO +ZVBI
 
 -- 
 rigo
 
 http://rigo.altervista.org
 
 --BXVAT5kNtrzKuDFl
 Content-Type: text/x-c; charset=utf-8
 Content-Disposition: attachment; filename="patch-modules-codec-flac.c"
 
 --- ./modules/codec/flac.c.orig	2013-06-10 11:23:20.000000000 +0200
 +++ ./modules/codec/flac.c	2013-06-10 11:24:07.000000000 +0200
 @@ -38,8 +38,8 @@
  #include <vlc_codec.h>
  #include <vlc_aout.h>
  
 -#include <stream_decoder.h>
 -#include <stream_encoder.h>
 +#include <FLAC/stream_decoder.h>
 +#include <FLAC/stream_encoder.h>
  
  #include <vlc_block_helper.h>
  #include <vlc_bits.h>
 
 --BXVAT5kNtrzKuDFl--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306100950.r5A9o0CT080971>