1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/multimedia/sabbu/files/patch-video.h
William Grzybowski 460d6992fe multimedia/sabbu: link using ffmpeg0
- Link using ffmpeg0

Approved by:	portmgr (bapt, implicit)
2013-10-09 02:14:33 +00:00

18 lines
322 B
C

--- Source/video.h.orig 2005-07-14 12:52:07.000000000 -0300
+++ Source/video.h 2013-10-08 23:10:25.214159730 -0300
@@ -23,11 +23,13 @@
};
#else
+extern "C" {
#ifndef _WINDOWS
-#include <ffmpeg/avformat.h>
+#include <libavformat/avformat.h>
#else
#include "video_ffmpeg.h"
#endif
+}
#endif
void video_uninit();