actually use included nestegg.h
This commit is contained in:
parent
d6d5498ae7
commit
c260ce6c52
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
#ifndef NESTEGG_671cac2a_365d_ed69_d7a3_4491d3538d79
|
||||
#define NESTEGG_671cac2a_365d_ed69_d7a3_4491d3538d79
|
||||
|
||||
#include <nestegg/nestegg-stdint.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
#include <stdlib.h>
|
||||
#include <getopt.h>
|
||||
#include <oggplay/oggplay.h>
|
||||
#include <nestegg/nestegg.h>
|
||||
#include <nestegg.h>
|
||||
|
||||
#define VPX_CODEC_DISABLE_COMPAT 1
|
||||
#include "vpx/vpx_decoder.h"
|
||||
|
|
Loading…
Reference in a new issue