diff options
author | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2003-04-04 21:17:10 +0000 |
---|---|---|
committer | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2003-04-04 21:17:10 +0000 |
commit | 996b613d2246b8b2cbf905f7d409d13ec28b568a (patch) | |
tree | bcca67c2c5826bcb10b6f829cd71603779c7a6f9 /gst-libs/ext | |
parent | 9dd19f1af6ce84e9da1c8f6cf45579a86fb04219 (diff) |
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
Diffstat (limited to 'gst-libs/ext')
-rw-r--r-- | gst-libs/ext/ffmpeg/patch/function.patch | 10 |
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 203fafb42..53970dc8c 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> |