Undo libvpx include changes in r4348 to fix build.
A longer term fix is needed, but this at least quickly unblocks the build. R=pbos@webrtc.org Review URL: https://webrtc-codereview.appspot.com/1816005 git-svn-id: http://webrtc.googlecode.com/svn/trunk@4367 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@ -17,8 +17,8 @@
|
||||
#include "webrtc/modules/video_coding/codecs/interface/video_codec_interface.h"
|
||||
#include "webrtc/modules/video_coding/codecs/vp8/include/vp8_common_types.h"
|
||||
|
||||
#include "third_party/libvpx/source/libvpx/vpx/vpx_encoder.h"
|
||||
#include "third_party/libvpx/source/libvpx/vpx/vp8cx.h"
|
||||
#include "vpx/vpx_encoder.h"
|
||||
#include "vpx/vp8cx.h"
|
||||
|
||||
namespace webrtc {
|
||||
|
||||
|
||||
@ -13,8 +13,8 @@
|
||||
#include "webrtc/modules/video_coding/codecs/interface/video_codec_interface.h"
|
||||
#include "webrtc/modules/video_coding/codecs/vp8/default_temporal_layers.h"
|
||||
|
||||
#include "third_party/libvpx/source/libvpx/vpx/vpx_encoder.h"
|
||||
#include "third_party/libvpx/source/libvpx/vpx/vp8cx.h"
|
||||
#include "vpx/vpx_encoder.h"
|
||||
#include "vpx/vp8cx.h"
|
||||
|
||||
namespace webrtc {
|
||||
|
||||
|
||||
@ -10,9 +10,9 @@
|
||||
|
||||
#include "webrtc/modules/video_coding/codecs/vp8/reference_picture_selection.h"
|
||||
|
||||
#include "vpx/vpx_encoder.h"
|
||||
#include "vpx/vp8cx.h"
|
||||
#include "webrtc/typedefs.h"
|
||||
#include "third_party/libvpx/source/libvpx/vpx/vpx_encoder.h"
|
||||
#include "third_party/libvpx/source/libvpx/vpx/vp8cx.h"
|
||||
|
||||
namespace webrtc {
|
||||
|
||||
|
||||
@ -9,9 +9,9 @@
|
||||
*/
|
||||
|
||||
#include "testing/gtest/include/gtest/gtest.h"
|
||||
#include "vpx/vpx_encoder.h"
|
||||
#include "vpx/vp8cx.h"
|
||||
#include "webrtc/modules/video_coding/codecs/vp8/reference_picture_selection.h"
|
||||
#include "third_party/libvpx/source/libvpx/vpx/vpx_encoder.h"
|
||||
#include "third_party/libvpx/source/libvpx/vpx/vp8cx.h"
|
||||
|
||||
using webrtc::ReferencePictureSelection;
|
||||
|
||||
|
||||
@ -18,10 +18,10 @@
|
||||
#include <time.h>
|
||||
#include <vector>
|
||||
|
||||
#include "third_party/libvpx/source/libvpx/vpx/vpx_encoder.h"
|
||||
#include "third_party/libvpx/source/libvpx/vpx/vpx_decoder.h"
|
||||
#include "third_party/libvpx/source/libvpx/vpx/vp8cx.h"
|
||||
#include "third_party/libvpx/source/libvpx/vpx/vp8dx.h"
|
||||
#include "vpx/vpx_encoder.h"
|
||||
#include "vpx/vpx_decoder.h"
|
||||
#include "vpx/vp8cx.h"
|
||||
#include "vpx/vp8dx.h"
|
||||
|
||||
#include "webrtc/common_video/libyuv/include/webrtc_libyuv.h"
|
||||
#include "webrtc/modules/interface/module_common_types.h"
|
||||
|
||||
Reference in New Issue
Block a user