summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>2003-04-04 21:17:10 +0000
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>2003-04-04 21:17:10 +0000
commite98706d4e45f53b9d717f3d0aaf889e1a11b5eca (patch)
tree2305c6b9a5c8269ccc9ca869bc09a4d05221e2b4
parent0b34afa79749d04452d52164bab2beeb8bf0c13f (diff)
downloadgst-plugins-bad-e98706d4e45f53b9d717f3d0aaf889e1a11b5eca.tar.gz
gst-plugins-bad-e98706d4e45f53b9d717f3d0aaf889e1a11b5eca.tar.bz2
gst-plugins-bad-e98706d4e45f53b9d717f3d0aaf889e1a11b5eca.zip
Well, ok, one more patch - fix the well-known v4l compilation problems inside ffmpeg too
Original commit message from CVS: Well, ok, one more patch - fix the well-known v4l compilation problems inside ffmpeg too
-rw-r--r--gst-libs/ext/ffmpeg/patch/function.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/gst-libs/ext/ffmpeg/patch/function.patch b/gst-libs/ext/ffmpeg/patch/function.patch
index 203fafb4..53970dc8 100644
--- a/gst-libs/ext/ffmpeg/patch/function.patch
+++ b/gst-libs/ext/ffmpeg/patch/function.patch
@@ -63,3 +63,13 @@ diff -urN ffmpeg.patch/libavformat/wav.c ffmpeg/libavformat/wav.c
av_register_input_format(&wav_iformat);
av_register_output_format(&wav_oformat);
}
+--- ffmpeg.patch/libavformat/grab.c Fri Apr 4 23:14:14 2003
++++ ffmpeg/libavformat/grab.c Fri Apr 4 23:14:27 2003
+@@ -17,6 +17,7 @@
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ */
+ #include "avformat.h"
++#define _LINUX_TIME_H
+ #include <linux/videodev.h>
+ #include <unistd.h>
+ #include <fcntl.h>