Changeset ea6c838 in mainline for uspace/app/drec
- Timestamp:
- 2012-07-17T08:26:49Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e6bba8f
- Parents:
- 950110ee
- Location:
- uspace/app/drec
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/drec/Makefile
r950110ee rea6c838 34 34 35 35 EXTRA_CFLAGS = \ 36 -I$(LIBDRV_PREFIX)/include 36 -I$(LIBDRV_PREFIX)/include -I$(LIBPCM_PREFIX)/include 37 37 38 38 SOURCES = \ -
uspace/app/drec/drec.c
r950110ee rea6c838 47 47 #include <stdio.h> 48 48 #include <macros.h> 49 #include <pcm _sample_format.h>49 #include <pcm/sample_format.h> 50 50 51 51 #include "wave.h" -
uspace/app/drec/wave.h
r950110ee rea6c838 36 36 37 37 #include <stdint.h> 38 #include <bool.h> 39 #include <pcm_sample_format.h> 38 #include <pcm/sample_format.h> 40 39 41 40 /** Wave file header format.
Note:
See TracChangeset
for help on using the changeset viewer.
