Replace vpx_ports/config.h with vpx_config.h

Just a clean-up.

Change-Id: Iea5b6dc925dcfa7db548bc1ab1a13d26ed5a2c9a
This commit is contained in:
Attila Nagy
2011-09-15 15:34:12 +03:00
parent e529a825f7
commit 1a7d25a484
51 changed files with 51 additions and 61 deletions

View File

@@ -11,7 +11,7 @@
#ifndef __INC_VP8D_INT_H
#define __INC_VP8D_INT_H
#include "vpx_ports/config.h"
#include "vpx_config.h"
#include "vp8/common/onyxd.h"
#include "treereader.h"
#include "vp8/common/onyxc_int.h"