Changeset 505
- Timestamp:
- 07/28/07 04:34:22 (16 years ago)
- Files:
-
- branches/echoaudio/src/bebob/bebob_avplug.h (modified) (1 diff)
- branches/echoaudio/src/ffadodevice.h (modified) (1 diff)
- branches/echoaudio/src/libavc/streamformat/avc_extended_stream_format.cpp (modified) (1 diff)
- branches/echoaudio/src/libosc/OscClient.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/echoaudio/src/bebob/bebob_avplug.h
r504 r505 37 37 38 38 #include <glibmm/ustring.h> 39 40 #warning clean up the samplerate mess41 #include "ffadodevice.h"42 39 43 40 class Ieee1394Service; branches/echoaudio/src/ffadodevice.h
r504 r505 29 29 #include "libosc/OscNode.h" 30 30 31 // class ConfigRom; 32 #include "libieee1394/configrom.h" 31 class ConfigRom; 33 32 class Ieee1394Service; 34 33 branches/echoaudio/src/libavc/streamformat/avc_extended_stream_format.cpp
r503 r505 27 27 28 28 #include <netinet/in.h> 29 30 #warning clean up the samplerate mess31 #include "ffadodevice.h"32 29 33 30 namespace AVC { branches/echoaudio/src/libosc/OscClient.cpp
r456 r505 73 73 debugOutput(DEBUG_LEVEL_VERBOSE, "Message on: %s\n", path); 74 74 75 return 0; 75 76 } 76 77