Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Aug 2014 04:37:27 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 193189] New: Plexhometheater build fails if ffmpeg installed
Message-ID:  <bug-193189-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193189

            Bug ID: 193189
           Summary: Plexhometheater build fails if ffmpeg installed
           Product: Ports Tree
           Version: Latest
          Hardware: Any
                OS: Any
            Status: Needs Triage
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: woodsb02@gmail.com

Plexhometheater will fail to build from ports if ffmpeg is already installed on
the system (via ports or package).

The first build errors are in target Goom :


In file included from
/tmp/svn.redports.org/woodsb02/multimedia/plexhometheater/work/plexinc-plex-home-theater-public-bdd03dd/xbmc/cores/dvdplayer/DVDCodecs/Audio/DVDAudioCodecFFmpeg.cpp:21:
In file included from
/tmp/svn.redports.org/woodsb02/multimedia/plexhometheater/work/plexinc-plex-home-theater-public-bdd03dd/xbmc/cores/dvdplayer/DVDCodecs/Audio/DVDAudioCodecFFmpeg.h:23:
In file included from
/tmp/svn.redports.org/woodsb02/multimedia/plexhometheater/work/plexinc-plex-home-theater-public-bdd03dd/xbmc/cores/dvdplayer/DVDCodecs/Audio/DVDAudioCodec.h:30:
/tmp/svn.redports.org/woodsb02/multimedia/plexhometheater/work/plexinc-plex-home-theater-public-bdd03dd/lib/DllAvCodec.h:75:46:
error: ISO C++ forbids forward references to 'enum' types
  virtual AVCodec *avcodec_find_decoder(enum CodecID id)=0;
                                             ^
/tmp/svn.redports.org/woodsb02/multimedia/plexhometheater/work/plexinc-plex-home-theater-public-bdd03dd/lib/DllAvCodec.h:213:64:
error: variable has incomplete type 'enum CodecID'
  DEFINE_METHOD1(AVCodec*, avcodec_find_decoder, (enum CodecID p1))

-- 
You are receiving this mail because:
You are the assignee for the bug.



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