Changeset ea6c838 in mainline for uspace/app/drec


Ignore:
Timestamp:
2012-07-17T08:26:49Z (14 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e6bba8f
Parents:
950110ee
Message:

Create libpcm.

Move pcm related functions and definitions there.
Make other stuff use this library.
Rename most of it on the way.

Location:
uspace/app/drec
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/drec/Makefile

    r950110ee rea6c838  
    3434
    3535EXTRA_CFLAGS = \
    36         -I$(LIBDRV_PREFIX)/include
     36        -I$(LIBDRV_PREFIX)/include -I$(LIBPCM_PREFIX)/include
    3737
    3838SOURCES = \
  • uspace/app/drec/drec.c

    r950110ee rea6c838  
    4747#include <stdio.h>
    4848#include <macros.h>
    49 #include <pcm_sample_format.h>
     49#include <pcm/sample_format.h>
    5050
    5151#include "wave.h"
  • uspace/app/drec/wave.h

    r950110ee rea6c838  
    3636
    3737#include <stdint.h>
    38 #include <bool.h>
    39 #include <pcm_sample_format.h>
     38#include <pcm/sample_format.h>
    4039
    4140/** Wave file header format.
Note: See TracChangeset for help on using the changeset viewer.