[totem-pl-parser] Bug 578358 – FTBS on MacOS X: no sources listed for archive



commit 311e1f342d16c7edef0565473382066403b8eda5
Author: Bastien Nocera <hadess hadess net>
Date:   Sun May 3 02:25:06 2009 +0100

    Bug 578358 â?? FTBS on MacOS X: no sources listed for archive
    
    2009-05-03  Bastien Nocera  <hadess hadess net>
    
    	* lib/stub.c (___stub_so_lib_is_not_empty): Add a stub
    	file to allow compiling on MacOS X (Closes: #578358)
---
 ChangeLog       |    5 +++++
 lib/Makefile.am |    2 +-
 lib/stub.c      |    4 ++++
 3 files changed, 10 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 52f3cc2..2c0a52a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2009-05-03  Bastien Nocera  <hadess hadess net>
 
+	* lib/stub.c (___stub_so_lib_is_not_empty): Add a stub
+	file to allow compiling on MacOS X (Closes: #578358)
+
+2009-05-03  Bastien Nocera  <hadess hadess net>
+
 	* plparse/totem-pl-parser-qt.c (totem_pl_parser_add_quicktime):
 	Don't implement a fall-back when the top-level parsing code
 	can already do that for us, and we might not want a fall-back.
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 1daf961..2513f19 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -8,7 +8,7 @@ common_defines = \
 
 noinst_HEADERS = totem_internal.h
 
-libtotem_glibc_la_SOURCES =
+libtotem_glibc_la_SOURCES = stub.c
 libtotem_glibc_la_LIBADD = @LTLIBOBJS@
 
 EXTRA_DIST = asprintf.c
diff --git a/lib/stub.c b/lib/stub.c
new file mode 100644
index 0000000..33d40fc
--- /dev/null
+++ b/lib/stub.c
@@ -0,0 +1,4 @@
+int ___stub_so_lib_is_not_empty (void)
+{
+	return 0;
+}



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]