Skip to content

Commit

Permalink
Issue #46
Browse files Browse the repository at this point in the history
Looking examples seems that  <cdio/cd_types.h> no change.
And  <cdio/paranoia/cdio_unconfig.h> no exist.. No?????
Also test if issue #4 was fixed with libcdio 0.90
  • Loading branch information
matiasdelellis committed Jan 31, 2013
1 parent aa0f170 commit af319f9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
6 changes: 1 addition & 5 deletions src/cdda.h
Expand Up @@ -23,16 +23,12 @@

#ifdef HAVE_PARANOIA_NEW_INCLUDES
#include <cdio/paranoia/cdda.h>
#include <cdio/paranoia/cd_types.h>
#ifdef __CDIO_CONFIG_H__
#include <cdio/paranoia/cdio_unconfig.h>
#endif
#else
#include <cdio/cdda.h>
#include <cdio/cd_types.h>
#ifdef __CDIO_CONFIG_H__
#include <cdio/cdio_unconfig.h>
#endif
#endif
#include <cdio/cd_types.h>

#endif /* CDDA_H */
9 changes: 8 additions & 1 deletion src/pragha.h
Expand Up @@ -19,7 +19,9 @@
#ifndef PRAGHA_H
#define PRAGHA_H

#include "cdda.h" //should be before config.h, libcdio issue
#ifndef HAVE_PARANOIA_NEW_INCLUDES
#include "cdda.h" // Should be before config.h, libcdio 0.83 issue
#endif

#if HAVE_CONFIG_H
#include <config.h>
Expand Down Expand Up @@ -83,6 +85,11 @@
#include "pragha-statusbar.h"
#include "gtkcellrendererbubble.h"

/* With libcio 0.83 should be before config.h. libcdio issue */
#ifdef HAVE_PARANOIA_NEW_INCLUDES
#include "cdda.h"
#endif

#include "xml_helper.h"

/* Some definitions to solve different versions of the libraries. */
Expand Down

0 comments on commit af319f9

Please sign in to comment.