Changeset ea6c838 in mainline for uspace/lib/hound
- Timestamp:
- 2012-07-17T08:26:49Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e6bba8f
- Parents:
- 950110ee
- Location:
- uspace/lib/hound
- Files:
-
- 3 edited
-
Makefile (modified) (1 diff)
-
include/hound/client.h (modified) (1 diff)
-
include/hound/server.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/hound/Makefile
r950110ee rea6c838 28 28 29 29 USPACE_PREFIX = ../.. 30 EXTRA_CFLAGS = -Iinclude/hound 30 EXTRA_CFLAGS = -Iinclude/hound -I$(LIBPCM_PREFIX)/include 31 31 LIBRARY = libhound 32 32 -
uspace/lib/hound/include/hound/client.h
r950110ee rea6c838 39 39 #include <async.h> 40 40 #include <bool.h> 41 #include <pcm _sample_format.h>41 #include <pcm/sample_format.h> 42 42 43 43 #define DEFAULT_SINK "default" -
uspace/lib/hound/include/hound/server.h
r950110ee rea6c838 40 40 #include <bool.h> 41 41 #include <loc.h> 42 #include <pcm _sample_format.h>42 #include <pcm/sample_format.h> 43 43 44 44 enum {
Note:
See TracChangeset
for help on using the changeset viewer.
