mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 04:31:06 +00:00
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
This commit is contained in:
parent
9dd19f1af6
commit
996b613d22
1 changed files with 10 additions and 0 deletions
|
@ -63,3 +63,13 @@ diff -urN ffmpeg.patch/libavformat/wav.c ffmpeg/libavformat/wav.c
|
||||||
av_register_input_format(&wav_iformat);
|
av_register_input_format(&wav_iformat);
|
||||||
av_register_output_format(&wav_oformat);
|
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>
|
||||||
|
|
Loading…
Reference in a new issue