Changeset ea6c838 in mainline for uspace/app/wavplay
- 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/wavplay
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/wavplay/Makefile
r950110ee rea6c838 34 34 35 35 EXTRA_CFLAGS = \ 36 -I $(LIBHOUND_PREFIX)/include36 -I$(LIBHOUND_PREFIX)/include -I$(LIBPCM_PREFIX)/include 37 37 38 38 SOURCES = \ -
uspace/app/wavplay/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. -
uspace/app/wavplay/wavplay.c
r950110ee rea6c838 39 39 #include <str_error.h> 40 40 #include <stdio.h> 41 42 41 #include <hound/client.h> 43 44 #include <pcm_sample_format.h> 45 46 #include <stdio.h> 42 #include <pcm/sample_format.h> 47 43 48 44 #include "wave.h"
Note:
See TracChangeset
for help on using the changeset viewer.
