Skip to content

Commit

Permalink
Make our version of libbluray match the original directory structure.…
Browse files Browse the repository at this point in the history
… This has no functional effect but makes comparing our version of libbluray with upstream's much easier.
  • Loading branch information
peper03 committed Apr 25, 2015
1 parent 38443b8 commit ee5ef84
Show file tree
Hide file tree
Showing 631 changed files with 48 additions and 40 deletions.
Expand Up @@ -27,11 +27,11 @@
#include "bdjo_parser.h"
#include "bdj_util.h"
#include "common.h"
#include "register.h"
#include "libbluray/register.h"
#include "file/dl.h"
#include "util/strutl.h"
#include "util/macro.h"
#include "bdnav/bdid_parse.h"
#include "libbluray/bdnav/bdid_parse.h"

#include <jni.h>
#include <stdlib.h>
Expand Down
File renamed without changes.
Expand Up @@ -20,9 +20,9 @@
#ifndef BDJ_PRIVATE_H_
#define BDJ_PRIVATE_H_

#include "register.h"
#include "bluray.h"
#include "bdnav/index_parse.h"
#include "libbluray/register.h"
#include "libbluray/bluray.h"
#include "libbluray/bdnav/index_parse.h"
#include <jni.h>

struct bdjava_s {
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit ee5ef84

Please sign in to comment.