Mercurial > libavutil.hg
comparison intreadwrite.h @ 392:d0f3bb6e367e libavutil
Add FFMPEG_ prefix to all multiple inclusion guards.
| author | diego |
|---|---|
| date | Wed, 17 Oct 2007 09:37:46 +0000 |
| parents | 30e766822b5a |
| children | f771a4fd3534 |
comparison
equal
deleted
inserted
replaced
| 391:997894c973e2 | 392:d0f3bb6e367e |
|---|---|
| 14 * You should have received a copy of the GNU Lesser General Public | 14 * You should have received a copy of the GNU Lesser General Public |
| 15 * License along with FFmpeg; if not, write to the Free Software | 15 * License along with FFmpeg; if not, write to the Free Software |
| 16 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | 16 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
| 17 */ | 17 */ |
| 18 | 18 |
| 19 #ifndef INTREADWRITE_H | 19 #ifndef FFMPEG_INTREADWRITE_H |
| 20 #define INTREADWRITE_H | 20 #define FFMPEG_INTREADWRITE_H |
| 21 | 21 |
| 22 #include <stdint.h> | 22 #include <stdint.h> |
| 23 #include "bswap.h" | 23 #include "bswap.h" |
| 24 | 24 |
| 25 #ifdef __GNUC__ | 25 #ifdef __GNUC__ |
| 184 ((uint8_t*)(p))[5] = (d)>>40; \ | 184 ((uint8_t*)(p))[5] = (d)>>40; \ |
| 185 ((uint8_t*)(p))[6] = (d)>>48; \ | 185 ((uint8_t*)(p))[6] = (d)>>48; \ |
| 186 ((uint8_t*)(p))[7] = (d)>>56; } while(0) | 186 ((uint8_t*)(p))[7] = (d)>>56; } while(0) |
| 187 #endif | 187 #endif |
| 188 | 188 |
| 189 #endif /* INTREADWRITE_H */ | 189 #endif /* FFMPEG_INTREADWRITE_H */ |
