Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Oct 2013 04:23:26 +0000 (UTC)
From:      Dirk Meyer <dinoex@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r331554 - head/multimedia/sabbu/files
Message-ID:  <201310250423.r9P4NQaL087226@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dinoex
Date: Fri Oct 25 04:23:25 2013
New Revision: 331554
URL: http://svnweb.freebsd.org/changeset/ports/331554

Log:
  - fix build after r329854

Modified:
  head/multimedia/sabbu/files/patch-video.cpp

Modified: head/multimedia/sabbu/files/patch-video.cpp
==============================================================================
--- head/multimedia/sabbu/files/patch-video.cpp	Fri Oct 25 04:10:31 2013	(r331553)
+++ head/multimedia/sabbu/files/patch-video.cpp	Fri Oct 25 04:23:25 2013	(r331554)
@@ -6,8 +6,10 @@
  
 +extern "C" {
  #ifndef _WINDOWS
- #include <ffmpeg/avformat.h>
- #include <ffmpeg/avcodec.h>
+-#include <ffmpeg/avformat.h>
+-#include <ffmpeg/avcodec.h>
++#include <libavformat/avformat.h>
++#include <libavcodec/avcodec.h>
 +#include <libswscale/swscale.h>
  #else
  void (*av_register_all)(void) = NULL;



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