Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP1:GA
ffado-mixer
libffado-date_time.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File libffado-date_time.patch of Package ffado-mixer
Index: src/ffado.cpp =================================================================== --- src/ffado.cpp.orig 2008-12-07 15:50:41.000000000 +0200 +++ src/ffado.cpp 2012-03-12 07:46:42.217828648 +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(), __TIMESTAMP__, 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 2012-03-12 07:45:27.186125995 +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, __TIMESTAMP__, PACKAGE_STRING); snd_config_iterator_t i, next; int err;
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor