svn commit: r331554 - head/multimedia/sabbu/files
Dirk Meyer
dinoex at FreeBSD.org
Fri Oct 25 04:23:26 UTC 2013
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;
More information about the svn-ports-all
mailing list