[libbluray-devel] include config.h

hpi1 git at videolan.org
Thu May 7 11:50:37 CEST 2015


libbluray | branch: master | hpi1 <hpi1 at anonymous.org> | Thu Apr 30 16:20:56 2015 +0300| [80fdc46b1961a098714c71120072f9b560326fd6] | committer: hpi1

include config.h

> http://git.videolan.org/gitweb.cgi/libbluray.git/?a=commit;h=80fdc46b1961a098714c71120072f9b560326fd6
---

 src/file/mount_darwin.c                     |    4 ++++
 src/libbluray/bdj/bdjo_parse.c              |    4 ++++
 src/libbluray/bdj/native/bdjo.c             |    4 ++++
 src/libbluray/bdj/native/register_native.c  |    4 ++++
 src/libbluray/bdj/native/util.c             |    4 ++++
 src/libbluray/bdnav/bdid_parse.c            |    4 ++++
 src/libbluray/bdnav/clpi_parse.c            |    4 ++++
 src/libbluray/bdnav/extdata_parse.c         |    3 +++
 src/libbluray/bdnav/index_parse.c           |    4 ++++
 src/libbluray/bdnav/mpls_parse.c            |    4 ++++
 src/libbluray/bdnav/sound_parse.c           |    4 ++++
 src/libbluray/decoders/graphics_processor.c |    4 ++++
 src/libbluray/decoders/ig_decode.c          |    4 ++++
 src/libbluray/decoders/m2ts_demux.c         |    4 ++++
 src/libbluray/decoders/pes_buffer.c         |    4 ++++
 src/libbluray/decoders/pg_decode.c          |    4 ++++
 src/libbluray/decoders/rle.c                |    4 ++++
 src/libbluray/decoders/textst_decode.c      |    4 ++++
 src/libbluray/disc/aacs.c                   |    4 ++++
 src/libbluray/disc/bdplus.c                 |    4 ++++
 src/libbluray/hdmv/hdmv_vm.c                |    4 ++++
 src/libbluray/hdmv/mobj_parse.c             |    4 ++++
 src/libbluray/hdmv/mobj_print.c             |    4 ++++
 src/libbluray/register.c                    |    4 ++++
 src/util/array.c                            |    4 ++++
 src/util/logging.c                          |    4 ++++
 src/util/refcnt.c                           |    4 ++++
 src/util/strutl.c                           |    4 ++++
 28 files changed, 111 insertions(+)

diff --git a/src/file/mount_darwin.c b/src/file/mount_darwin.c
index deb790e..f7abb1a 100644
--- a/src/file/mount_darwin.c
+++ b/src/file/mount_darwin.c
@@ -17,6 +17,10 @@
  * <http://www.gnu.org/licenses/>.
  */
 
+#if HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "mount.h"
 
 #include "util/strutl.h"
diff --git a/src/libbluray/bdj/bdjo_parse.c b/src/libbluray/bdj/bdjo_parse.c
index a37838c..6f838ec 100644
--- a/src/libbluray/bdj/bdjo_parse.c
+++ b/src/libbluray/bdj/bdjo_parse.c
@@ -18,6 +18,10 @@
  * <http://www.gnu.org/licenses/>.
  */
 
+#if HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "bdjo_parse.h"
 
 #include "bdjo_data.h"
diff --git a/src/libbluray/bdj/native/bdjo.c b/src/libbluray/bdj/native/bdjo.c
index 628fb7a..fdb7a09 100644
--- a/src/libbluray/bdj/native/bdjo.c
+++ b/src/libbluray/bdj/native/bdjo.c
@@ -17,6 +17,10 @@
  * <http://www.gnu.org/licenses/>.
  */
 
+#if HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "bdjo.h"
 
 #include "util.h"
diff --git a/src/libbluray/bdj/native/register_native.c b/src/libbluray/bdj/native/register_native.c
index 0163c40..dc6ebb1 100644
--- a/src/libbluray/bdj/native/register_native.c
+++ b/src/libbluray/bdj/native/register_native.c
@@ -17,6 +17,10 @@
  * <http://www.gnu.org/licenses/>.
  */
 
+#if HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "register_native.h"
 
 #include "util/logging.h"
diff --git a/src/libbluray/bdj/native/util.c b/src/libbluray/bdj/native/util.c
index c4d8331..c034554 100644
--- a/src/libbluray/bdj/native/util.c
+++ b/src/libbluray/bdj/native/util.c
@@ -18,6 +18,10 @@
  * <http://www.gnu.org/licenses/>.
  */
 
+#if HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "util.h"
 
 #include "util/logging.h"
diff --git a/src/libbluray/bdnav/bdid_parse.c b/src/libbluray/bdnav/bdid_parse.c
index 5a33fae..512cd8e 100644
--- a/src/libbluray/bdnav/bdid_parse.c
+++ b/src/libbluray/bdnav/bdid_parse.c
@@ -17,6 +17,10 @@
  * <http://www.gnu.org/licenses/>.
  */
 
+#if HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "bdid_parse.h"
 
 #include "disc/disc.h"
diff --git a/src/libbluray/bdnav/clpi_parse.c b/src/libbluray/bdnav/clpi_parse.c
index 9b399ce..365ec0f 100644
--- a/src/libbluray/bdnav/clpi_parse.c
+++ b/src/libbluray/bdnav/clpi_parse.c
@@ -18,6 +18,10 @@
  * <http://www.gnu.org/licenses/>.
  */
 
+#if HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "clpi_parse.h"
 
 #include "extdata_parse.h"
diff --git a/src/libbluray/bdnav/extdata_parse.c b/src/libbluray/bdnav/extdata_parse.c
index 8c50035..377a1c4 100644
--- a/src/libbluray/bdnav/extdata_parse.c
+++ b/src/libbluray/bdnav/extdata_parse.c
@@ -17,6 +17,9 @@
  * <http://www.gnu.org/licenses/>.
  */
 
+#if HAVE_CONFIG_H
+#include "config.h"
+#endif
 
 #include "util/bits.h"
 #include "extdata_parse.h"
diff --git a/src/libbluray/bdnav/index_parse.c b/src/libbluray/bdnav/index_parse.c
index 93197cf..6c07ba1 100644
--- a/src/libbluray/bdnav/index_parse.c
+++ b/src/libbluray/bdnav/index_parse.c
@@ -17,6 +17,10 @@
  * <http://www.gnu.org/licenses/>.
  */
 
+#if HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "index_parse.h"
 
 #include "disc/disc.h"
diff --git a/src/libbluray/bdnav/mpls_parse.c b/src/libbluray/bdnav/mpls_parse.c
index d26b1f0..da01f7b 100644
--- a/src/libbluray/bdnav/mpls_parse.c
+++ b/src/libbluray/bdnav/mpls_parse.c
@@ -18,6 +18,10 @@
  * <http://www.gnu.org/licenses/>.
  */
 
+#if HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "mpls_parse.h"
 
 #include "extdata_parse.h"
diff --git a/src/libbluray/bdnav/sound_parse.c b/src/libbluray/bdnav/sound_parse.c
index 4dfd829..c1cbcfb 100644
--- a/src/libbluray/bdnav/sound_parse.c
+++ b/src/libbluray/bdnav/sound_parse.c
@@ -17,6 +17,10 @@
  * <http://www.gnu.org/licenses/>.
  */
 
+#if HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "sound_parse.h"
 
 #include "disc/disc.h"
diff --git a/src/libbluray/decoders/graphics_processor.c b/src/libbluray/decoders/graphics_processor.c
index d3ccbf9..f020e3a 100644
--- a/src/libbluray/decoders/graphics_processor.c
+++ b/src/libbluray/decoders/graphics_processor.c
@@ -17,6 +17,10 @@
  * <http://www.gnu.org/licenses/>.
  */
 
+#if HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "graphics_processor.h"
 
 #include "ig_decode.h"
diff --git a/src/libbluray/decoders/ig_decode.c b/src/libbluray/decoders/ig_decode.c
index 5eca32b..3ab41aa 100644
--- a/src/libbluray/decoders/ig_decode.c
+++ b/src/libbluray/decoders/ig_decode.c
@@ -17,6 +17,10 @@
  * <http://www.gnu.org/licenses/>.
  */
 
+#if HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "ig_decode.h"
 
 #include "pg_decode.h"           // pg_decode_*()
diff --git a/src/libbluray/decoders/m2ts_demux.c b/src/libbluray/decoders/m2ts_demux.c
index 5351521..a05fc95 100644
--- a/src/libbluray/decoders/m2ts_demux.c
+++ b/src/libbluray/decoders/m2ts_demux.c
@@ -17,6 +17,10 @@
  * <http://www.gnu.org/licenses/>.
  */
 
+#if HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "m2ts_demux.h"
 #include "pes_buffer.h"
 
diff --git a/src/libbluray/decoders/pes_buffer.c b/src/libbluray/decoders/pes_buffer.c
index aaa4788..9290946 100644
--- a/src/libbluray/decoders/pes_buffer.c
+++ b/src/libbluray/decoders/pes_buffer.c
@@ -17,6 +17,10 @@
  * <http://www.gnu.org/licenses/>.
  */
 
+#if HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "pes_buffer.h"
 
 #include "util/macro.h"
diff --git a/src/libbluray/decoders/pg_decode.c b/src/libbluray/decoders/pg_decode.c
index dc82bca..b7e1631 100644
--- a/src/libbluray/decoders/pg_decode.c
+++ b/src/libbluray/decoders/pg_decode.c
@@ -17,6 +17,10 @@
  * <http://www.gnu.org/licenses/>.
  */
 
+#if HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "pg_decode.h"
 
 #include "util/refcnt.h"
diff --git a/src/libbluray/decoders/rle.c b/src/libbluray/decoders/rle.c
index 9ee7aff..22183f8 100644
--- a/src/libbluray/decoders/rle.c
+++ b/src/libbluray/decoders/rle.c
@@ -17,6 +17,10 @@
  * <http://www.gnu.org/licenses/>.
  */
 
+#if HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "rle.h"
 
 #include "util/logging.h"
diff --git a/src/libbluray/decoders/textst_decode.c b/src/libbluray/decoders/textst_decode.c
index 4022a05..cb4d031 100644
--- a/src/libbluray/decoders/textst_decode.c
+++ b/src/libbluray/decoders/textst_decode.c
@@ -17,6 +17,10 @@
  * <http://www.gnu.org/licenses/>.
  */
 
+#if HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "textst_decode.h"
 
 #include "pg_decode.h"           // pg_decode_*()
diff --git a/src/libbluray/disc/aacs.c b/src/libbluray/disc/aacs.c
index 4e9a029..217ef6f 100644
--- a/src/libbluray/disc/aacs.c
+++ b/src/libbluray/disc/aacs.c
@@ -17,6 +17,10 @@
  * <http://www.gnu.org/licenses/>.
  */
 
+#if HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "aacs.h"
 
 #include "file/dl.h"
diff --git a/src/libbluray/disc/bdplus.c b/src/libbluray/disc/bdplus.c
index ac4bbe6..b8c4d57 100644
--- a/src/libbluray/disc/bdplus.c
+++ b/src/libbluray/disc/bdplus.c
@@ -17,6 +17,10 @@
  * <http://www.gnu.org/licenses/>.
  */
 
+#if HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "bdplus.h"
 
 #include "file/dl.h"
diff --git a/src/libbluray/hdmv/hdmv_vm.c b/src/libbluray/hdmv/hdmv_vm.c
index 6583562..7c6ba37 100644
--- a/src/libbluray/hdmv/hdmv_vm.c
+++ b/src/libbluray/hdmv/hdmv_vm.c
@@ -17,6 +17,10 @@
  * <http://www.gnu.org/licenses/>.
  */
 
+#if HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "hdmv_vm.h"
 
 #include "mobj_data.h"
diff --git a/src/libbluray/hdmv/mobj_parse.c b/src/libbluray/hdmv/mobj_parse.c
index e27d108..97bc3ff 100644
--- a/src/libbluray/hdmv/mobj_parse.c
+++ b/src/libbluray/hdmv/mobj_parse.c
@@ -17,6 +17,10 @@
  * <http://www.gnu.org/licenses/>.
  */
 
+#if HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "mobj_parse.h"
 
 #include "mobj_data.h"
diff --git a/src/libbluray/hdmv/mobj_print.c b/src/libbluray/hdmv/mobj_print.c
index 4ff6bba..5c5313e 100644
--- a/src/libbluray/hdmv/mobj_print.c
+++ b/src/libbluray/hdmv/mobj_print.c
@@ -17,6 +17,10 @@
  * <http://www.gnu.org/licenses/>.
  */
 
+#if HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "mobj_print.h"
 
 #include "mobj_data.h"
diff --git a/src/libbluray/register.c b/src/libbluray/register.c
index 0e20496..6a2f13f 100644
--- a/src/libbluray/register.c
+++ b/src/libbluray/register.c
@@ -17,6 +17,10 @@
  * <http://www.gnu.org/licenses/>.
  */
 
+#if HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "register.h"
 
 #include "player_settings.h"
diff --git a/src/util/array.c b/src/util/array.c
index ae3829b..7827b6d 100644
--- a/src/util/array.c
+++ b/src/util/array.c
@@ -17,6 +17,10 @@
  * <http://www.gnu.org/licenses/>.
  */
 
+#if HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "array.h"
 
 #include "macro.h"
diff --git a/src/util/logging.c b/src/util/logging.c
index 36f781e..b8ef1f5 100644
--- a/src/util/logging.c
+++ b/src/util/logging.c
@@ -18,6 +18,10 @@
  * <http://www.gnu.org/licenses/>.
  */
 
+#if HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "logging.h"
 
 #include "file/file.h"
diff --git a/src/util/refcnt.c b/src/util/refcnt.c
index 0f4912e..5add194 100644
--- a/src/util/refcnt.c
+++ b/src/util/refcnt.c
@@ -17,6 +17,10 @@
  * <http://www.gnu.org/licenses/>.
  */
 
+#if HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "refcnt.h"
 
 #include "logging.h"
diff --git a/src/util/strutl.c b/src/util/strutl.c
index b9f02bb..beae4a6 100644
--- a/src/util/strutl.c
+++ b/src/util/strutl.c
@@ -17,6 +17,10 @@
  * <http://www.gnu.org/licenses/>.
  */
 
+#if HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "strutl.h"
 
 #include "macro.h"



More information about the libbluray-devel mailing list