35 lines
1.0 KiB
Diff
35 lines
1.0 KiB
Diff
From 5ccdd686d5e551a0b402641d5fbafb0fc8a38d07 Mon Sep 17 00:00:00 2001
|
|
From: Colin Walters <walters@verbum.org>
|
|
Date: Tue, 06 Nov 2012 19:22:56 +0000
|
|
Subject: Fix some compiler warnings made fatal by gnome-common
|
|
|
|
See https://bugzilla.gnome.org/show_bug.cgi?id=608953
|
|
---
|
|
diff --git a/libbrasero-burn/burn-plugin.c b/libbrasero-burn/burn-plugin.c
|
|
index fe4a2da..f97bc5f 100644
|
|
--- a/libbrasero-burn/burn-plugin.c
|
|
+++ b/libbrasero-burn/burn-plugin.c
|
|
@@ -41,6 +41,8 @@
|
|
|
|
#include <gst/gst.h>
|
|
|
|
+#include <stdio.h>
|
|
+
|
|
#include "brasero-media-private.h"
|
|
|
|
#include "brasero-media.h"
|
|
diff --git a/src/Makefile.am b/src/Makefile.am
|
|
index aa3388e..0de9c2f 100644
|
|
--- a/src/Makefile.am
|
|
+++ b/src/Makefile.am
|
|
@@ -12,6 +12,7 @@ INCLUDES = \
|
|
-DBRASERO_SYSCONFDIR=\"$(sysconfdir)\" \
|
|
-DBRASERO_DATADIR=\"$(datadir)/brasero\" \
|
|
-DBRASERO_LIBDIR=\"$(libdir)\" \
|
|
+ -DEGG_SM_CLIENT_BACKEND_XSMP \
|
|
$(WARN_CFLAGS) \
|
|
$(DISABLE_DEPRECATED) \
|
|
$(BRASERO_GLIB_CFLAGS) \
|
|
--
|
|
cgit v0.9.0.2
|