Changeset e677b08 in mainline


Ignore:
Timestamp:
2012-07-13T21:40:54Z (12 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a27d1c5
Parents:
bef30d8
Message:

Add wavplay app.

The code is so ugly it hurts reading it, but wavplay is the only hound client for now. It will eventually replace dplay and drec.

Files:
4 added
2 edited

Legend:

Unmodified
Added
Removed
  • boot/arch/amd64/Makefile.inc

    rbef30d8 re677b08  
    6666        $(USPACE_PATH)/app/drec/drec \
    6767        $(USPACE_PATH)/app/mixerctl/mixerctl \
     68        $(USPACE_PATH)/app/wavplay/wavplay \
    6869       
    6970BOOT_OUTPUT = $(ROOT_PATH)/image.iso
  • uspace/Makefile

    rbef30d8 re677b08  
    7474        app/sysinfo \
    7575        app/mkbd \
     76        app/wavplay \
    7677        app/websrv \
    7778        srv/audio/hound \
Note: See TracChangeset for help on using the changeset viewer.