New commits:
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=c10c6ace16d5d4e077d740a0300b8fad35e17d2e
commit c10c6ace16d5d4e077d740a0300b8fad35e17d2e
Author: Andreas Shimokawa <[email protected]>
Date:   Wed Oct 10 14:29:59 2012 +0200

    examples: move fusionsound examples to a subdirectory (wont be build anyway)

 examples/Makefile.am                      |   41 -----
 examples/advanced.c                       |  222 -----------------------
 examples/fusionsound/Makefile.am          |   41 +++++
 examples/fusionsound/advanced.c           |  222 +++++++++++++++++++++++
 examples/fusionsound/loader.c             |  221 +++++++++++++++++++++++
 examples/fusionsound/loader.h             |    9 +
 examples/fusionsound/meter.c              |   38 ++++
 examples/fusionsound/music.c              |  275 +++++++++++++++++++++++++++++
 examples/fusionsound/music_loader.c       |  103 +++++++++++
 examples/fusionsound/player.c             |  216 ++++++++++++++++++++++
 examples/fusionsound/scope.c              |  215 ++++++++++++++++++++++
 examples/fusionsound/simple.c             |   44 +++++
 examples/fusionsound/stop.png             |  Bin 0 -> 1453 bytes
 examples/fusionsound/stop_disabled.png    |  Bin 0 -> 1534 bytes
 examples/fusionsound/stop_highlighted.png |  Bin 0 -> 3017 bytes
 examples/fusionsound/stop_pressed.png     |  Bin 0 -> 2831 bytes
 examples/fusionsound/stream.c             |   93 ++++++++++
 examples/fusionsound/test.wav             |  Bin 0 -> 557612 bytes
 examples/fusionsound/test2.wav            |  Bin 0 -> 14024 bytes
 examples/loader.c                         |  221 -----------------------
 examples/loader.h                         |    9 -
 examples/meter.c                          |   38 ----
 examples/music.c                          |  275 -----------------------------
 examples/music_loader.c                   |  103 -----------
 examples/player.c                         |  216 ----------------------
 examples/scope.c                          |  215 ----------------------
 examples/simple.c                         |   44 -----
 examples/stop.png                         |  Bin 1453 -> 0 bytes
 examples/stop_disabled.png                |  Bin 1534 -> 0 bytes
 examples/stop_highlighted.png             |  Bin 3017 -> 0 bytes
 examples/stop_pressed.png                 |  Bin 2831 -> 0 bytes
 examples/stream.c                         |   93 ----------
 examples/test.wav                         |  Bin 557612 -> 0 bytes
 examples/test2.wav                        |  Bin 14024 -> 0 bytes
 34 files changed, 1477 insertions(+), 1477 deletions(-)

_______________________________________________
directfb-cvs mailing list
[email protected]
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-cvs

Reply via email to