mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-29 04:37:55 +00:00
The playback of a file can now be paused, stopped, continued and the user can seek to any part of the file.
12 lines
163 B
Makefile
12 lines
163 B
Makefile
include ../../Makefile.common
|
|
|
|
OBJS = \
|
|
PlaybackManager.o \
|
|
SampleWidget.o \
|
|
SoundPlayerWidget.o \
|
|
main.o
|
|
|
|
APP = SoundPlayer
|
|
|
|
include ../Makefile.common
|