Files
bsdports/media/libgst-plugins-good01/files/patch-configure
2019-12-26 07:26:06 +00:00

30 lines
801 B
Plaintext

--- configure.orig 2010-12-01 19:16:00.000000000 +0100
+++ configure 2010-12-02 15:39:17.000000000 +0100
@@ -24955,7 +24955,7 @@ if test "${with_default_audiosink+set}"
else
- DEFAULT_AUDIOSINK="$DEFAULT_AUDIOSINK"
+ DEFAULT_VISUALIZER="$DEFAULT_VISUALIZER"
fi
@@ -27516,6 +27516,8 @@ $as_echo_n "checking Checking for up to
#ifdef __sun /* Solaris */
#include <sys/types.h>
#include <sys/videodev2.h>
+#elif __FreeBSD__
+#include <linux/videodev2.h>
#else /* Linux */
#include <linux/types.h>
#define _LINUX_TIME_H
@@ -27589,6 +27591,8 @@ $as_echo_n "checking struct v4l2_buffer
#ifdef __sun /* Solaris */
#include <sys/types.h>
#include <sys/videodev2.h>
+#elif __FreeBSD__
+#include <linux/videodev2.h>
#else /* Linux */
#include <linux/types.h>
#define _LINUX_TIME_H