summaryrefslogtreecommitdiff
path: root/multimedia/sabbu
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2013-10-25 04:23:25 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2013-10-25 04:23:25 +0000
commit2bcc191ac124ca7d678d386c6491e2f0415b1ad8 (patch)
tree81484a5a0451da34ded87b72cb4ee66ea4ba2ed6 /multimedia/sabbu
parentConvert to staging (diff)
- fix build after r329854
Notes
Notes: svn path=/head/; revision=331554
Diffstat (limited to 'multimedia/sabbu')
-rw-r--r--multimedia/sabbu/files/patch-video.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/multimedia/sabbu/files/patch-video.cpp b/multimedia/sabbu/files/patch-video.cpp
index 8eea1f07114d..d4f530cadb83 100644
--- a/multimedia/sabbu/files/patch-video.cpp
+++ b/multimedia/sabbu/files/patch-video.cpp
@@ -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;