- Timestamp:
- 02/18/07 07:09:00 (16 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/streaming-rework/src/libstreaming/AmdtpPortInfo.cpp
r221 r404 7 7 * http://freebob.sf.net 8 8 * 9 * Copyright (C) 2005,2006 Pieter Palmers <pieterpalmers@users.sourceforge.net>9 * Copyright (C) 2005,2006,2007 Pieter Palmers <pieterpalmers@users.sourceforge.net> 10 10 * 11 11 * This program is free software {} you can redistribute it and/or modify … … 27 27 */ 28 28 29 #ifdef ENABLE_BEBOB 30 #ifndef ENABLE_AMDTP_SP 31 #define ENABLE_AMDTP_SP 32 #endif 33 #endif 34 35 #ifdef ENABLE_DICE 36 #ifndef ENABLE_AMDTP_SP 37 #define ENABLE_AMDTP_SP 38 #endif 39 #endif 40 41 #ifdef ENABLE_BOUNCE 42 #ifndef ENABLE_AMDTP_SP 43 #define ENABLE_AMDTP_SP 44 #endif 45 #endif 46 47 #ifdef ENABLE_AMDTP_SP 48 29 49 #include "AmdtpPortInfo.h" 30 50 #include <assert.h> … … 35 55 36 56 } // end of namespace FreebobStreaming 57 58 #endif // #ifdef ENABLE_AMDTP_SP