Video Texture: remove support for capture device, the linux ffmpeg repository is not ready yet.

This commit is contained in:
Benoit Bolsee
2008-11-01 15:42:03 +00:00
parent 00b02f055a
commit 5cb16c2d03

View File

@@ -64,7 +64,7 @@
#ifdef WITH_FFMPEG
#include <ffmpeg/avcodec.h>
#include <ffmpeg/avformat.h>
#include <ffmpeg/avdevice.h>
//#include <ffmpeg/avdevice.h>
#if LIBAVFORMAT_VERSION_INT < (49 << 16)
#define FFMPEG_OLD_FRAME_RATE 1
@@ -237,7 +237,7 @@ void do_init_ffmpeg()
if (!ffmpeg_init) {
ffmpeg_init = 1;
av_register_all();
avdevice_register_all();
//avdevice_register_all();
}
}