mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
Headers for libvpx are installed into vpx subdirectory.
Originally committed as revision 23307 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
4fb9792cd0
commit
a7890f4474
@ -24,8 +24,8 @@
|
||||
*/
|
||||
|
||||
#define VPX_CODEC_DISABLE_COMPAT 1
|
||||
#include <vpx_decoder.h>
|
||||
#include <vp8dx.h>
|
||||
#include <vpx/vpx_decoder.h>
|
||||
#include <vpx/vp8dx.h>
|
||||
|
||||
#include "avcodec.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user