ffado/libffado-date_time.patch

27 lines
1.1 KiB
Diff
Raw Permalink Normal View History

Index: src/ffado.cpp
===================================================================
--- src/ffado.cpp.orig 2012-03-10 16:03:53.000000000 +0200
+++ src/ffado.cpp 2018-02-08 08:45:13.055807986 +0200
@@ -89,7 +89,7 @@ ffado_device_t *ffado_streaming_init (ff
struct _ffado_device *dev = new struct _ffado_device;
- printMessage("%s built %s %s\n", ffado_get_version(), __DATE__, __TIME__);
+ printMessage("%s built %s %s\n", ffado_get_version(), NULL, NULL);
#if DEBUG_USE_MESSAGE_BUFFER
// ok
Index: support/alsa/alsa_plugin.cpp
===================================================================
--- support/alsa/alsa_plugin.cpp.orig 2008-09-23 12:42:04.000000000 +0200
+++ support/alsa/alsa_plugin.cpp 2018-02-08 08:45:13.055807986 +0200
@@ -589,7 +589,7 @@ static int snd_pcm_ffado_open(snd_pcm_t
SND_PCM_PLUGIN_DEFINE_FUNC(ffado)
{
printMessage("FireWire plugin for ALSA\n version %s compiled %s %s\n using %s\n",
- FFADO_PLUGIN_VERSION, __DATE__, __TIME__, PACKAGE_STRING);
+ FFADO_PLUGIN_VERSION, NULL, PACKAGE_STRING);
snd_config_iterator_t i, next;
int err;