diff options
author | quou <quou@disroot.org> | 2024-06-03 21:05:14 +1000 |
---|---|---|
committer | quou <quou@disroot.org> | 2024-06-03 21:05:22 +1000 |
commit | 6589107006fd4fc06bdb7d02cb4b1eef45395458 (patch) | |
tree | af196448b28aa4a1ec612e2c1b1578465c203c12 /Makefile | |
parent | 62b4a3ededd237f4b4850d91c052585e2f687499 (diff) |
Basic audio playback with pulseaudio.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ compiler = gcc linker = gcc cflags = -I./ -g $(includes) $(defines) \ -Wall -Wextra -pedantic -std=c99 -lflags = -lX11 -lm +lflags = -lX11 -lm -lpulse -lpulse-simple -lpthread target = twinkplayer includes = defines = \ |