mirror of
https://abf.rosa.ru/djam/chromium-browser-stable-test.git
synced 2025-02-24 10:02:47 +00:00
27 lines
1.4 KiB
Diff
27 lines
1.4 KiB
Diff
--- chromium-57.0.2987.98/third_party/webrtc/modules/video_coding/codecs/h264/h264_decoder_impl.cc-orig 2017-03-09 23:05:29.000000000 +0300
|
|
+++ chromium-57.0.2987.98/third_party/webrtc/modules/video_coding/codecs/h264/h264_decoder_impl.cc 2017-03-10 20:49:34.403305556 +0300
|
|
@@ -15,9 +15,9 @@
|
|
#include <limits>
|
|
|
|
extern "C" {
|
|
-#include "third_party/ffmpeg/libavcodec/avcodec.h"
|
|
-#include "third_party/ffmpeg/libavformat/avformat.h"
|
|
-#include "third_party/ffmpeg/libavutil/imgutils.h"
|
|
+#include <libavcodec/avcodec.h>
|
|
+#include <libavformat/avformat.h>
|
|
+#include <libavutil/imgutils.h>
|
|
} // extern "C"
|
|
|
|
#include "webrtc/api/video/i420_buffer.h"
|
|
diff -up chromium-51.0.2687.0/third_party/webrtc/modules/video_coding/codecs/h264/h264_decoder_impl.h.system-ffmpeg-3 chromium-51.0.2687.0/third_party/webrtc/modules/video_coding/codecs/h264/h264_decoder_impl.h
|
|
--- chromium-51.0.2687.0/third_party/webrtc/modules/video_coding/codecs/h264/h264_decoder_impl.h.system-ffmpeg-3 2016-03-23 18:55:39.080894319 +0100
|
|
+++ chromium-51.0.2687.0/third_party/webrtc/modules/video_coding/codecs/h264/h264_decoder_impl.h 2016-03-23 18:54:32.178123691 +0100
|
|
@@ -17,7 +17,7 @@
|
|
#include "webrtc/modules/video_coding/codecs/h264/include/h264.h"
|
|
|
|
extern "C" {
|
|
-#include "third_party/ffmpeg/libavcodec/avcodec.h"
|
|
+#include <libavcodec/avcodec.h>
|
|
} // extern "C"
|
|
|
|
#include "webrtc/common_video/include/i420_buffer_pool.h"
|