ports/multimedia/gstreamer-plugins-good/files/patch-configure
Koop Mast 8b5d6d26e2 Update to 0.10.21.
Fix detection of libpng.
New plugin v4l2.
2010-03-31 10:40:29 +00:00

29 lines
801 B
Text

--- configure.orig 2010-02-11 17:29:54.000000000 +0100
+++ configure 2010-02-11 17:34:38.000000000 +0100
@@ -24271,7 +24271,7 @@ if test "${with_default_audiosink+set}"
else
- DEFAULT_AUDIOSINK="$DEFAULT_AUDIOSINK"
+ DEFAULT_VISUALIZER="$DEFAULT_VISUALIZER"
fi
@@ -26653,6 +26653,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
@@ -26726,6 +26728,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