Sophie

Sophie

distrib > Mandriva > 2008.1 > i586 > by-pkgid > 3f45b72447839d1432a67033e3ac88c7 > files > 3

nucleo-0.6-8mdv2008.0.src.rpm

--- nucleo-0.6/nucleo/plugins/ffmpeg/Makefile.am.fixbuild	2007-09-24 17:12:44.000000000 +0200
+++ nucleo-0.6/nucleo/plugins/ffmpeg/Makefile.am	2007-09-24 17:13:53.000000000 +0200
@@ -9,7 +9,7 @@
 # this file, and for a DISCLAIMER OF ALL WARRANTIES.
 #
 
-AM_CPPFLAGS = -I${top_srcdir} -I${top_builddir} @FFMPEG_CPPFLAGS@
+AM_CPPFLAGS = -I${top_srcdir} -I${top_builddir} @FFMPEG_CPPFLAGS@ -D__STDC_CONSTANT_MACROS
 
 #lib_LTLIBRARIES = libnPffmpeg.la
 pkglib_LTLIBRARIES = nPffmpeg.la
--- nucleo-0.6/nucleo/plugins/ffmpeg/ffmpegImageSource.H.fixbuild	2007-09-24 17:12:54.000000000 +0200
+++ nucleo-0.6/nucleo/plugins/ffmpeg/ffmpegImageSource.H	2007-09-24 17:13:41.000000000 +0200
@@ -15,7 +15,11 @@
 #include <nucleo/image/source/ImageSource.H>
 #include <nucleo/core/TimeKeeper.H>
 
+#include <stdint.h>
+
+extern "C" {
 #include <avformat.h>
+}
 
 namespace nucleo {
 
--- nucleo-0.6/nucleo/plugins/ffmpeg/ffmpegImageSink.H.fixbuild	2007-09-24 17:13:08.000000000 +0200
+++ nucleo-0.6/nucleo/plugins/ffmpeg/ffmpegImageSink.H	2007-09-24 17:13:23.000000000 +0200
@@ -16,7 +16,11 @@
 #include <nucleo/core/URI.H>
 #include <nucleo/network/udp/UdpSender.H>
 
+#include <stdint.h>
+
+extern "C" {
 #include <avformat.h>
+}
 
 namespace nucleo {