[libbluray-devel] Add missing config.h in graphics_controller.c
tourettes
git at videolan.org
Thu Feb 19 21:00:12 CET 2015
libbluray | branch: master | tourettes <tourettes at team-mediaportal.com> | Thu Feb 19 21:41:47 2015 +0200| [c1a62824c8484e48a67a4f811785c48b5e7cab09] | committer: hpi1
Add missing config.h in graphics_controller.c
> http://git.videolan.org/gitweb.cgi/libbluray.git/?a=commit;h=c1a62824c8484e48a67a4f811785c48b5e7cab09
---
src/libbluray/decoders/graphics_controller.c | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/src/libbluray/decoders/graphics_controller.c b/src/libbluray/decoders/graphics_controller.c
index 7edcbf2..02b8794 100644
--- a/src/libbluray/decoders/graphics_controller.c
+++ b/src/libbluray/decoders/graphics_controller.c
@@ -17,6 +17,10 @@
* <http://www.gnu.org/licenses/>.
*/
+#if HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include "graphics_controller.h"
#include "graphics_processor.h"
More information about the libbluray-devel
mailing list