Skip to content

Commit

Permalink
[aml] Fix includes in amcodec/codec.h to make them relative
Browse files Browse the repository at this point in the history
  • Loading branch information
codesnake committed May 3, 2016
1 parent 086a779 commit 4bbb21a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Expand Up @@ -12,8 +12,8 @@
#ifndef CODEC_CTRL_H_
#define CODEC_CTRL_H_

#include <codec_type.h>
#include <codec_error.h>
#include "codec_type.h"
#include "codec_error.h"


int codec_init(codec_para_t *);
Expand Down
2 changes: 0 additions & 2 deletions xbmc/cores/VideoPlayer/DVDCodecs/Video/Makefile.in
Expand Up @@ -24,8 +24,6 @@ endif
ifeq (@USE_LIBAMCODEC@,1)
SRCS += AMLCodec.cpp
SRCS += DVDVideoCodecAmlogic.cpp
INCLUDES += -I$(prefix)/include/amcodec
INCLUDES += -I$(prefix)/include/amplayer
endif

ifeq (@USE_ANDROID@,1)
Expand Down

0 comments on commit 4bbb21a

Please sign in to comment.